Smart contract hacks have been plaguing DeFi protocols, bridges, and more.
Today, in order to defend themselves, protocols perform audits, open bug bounties, and implement monitoring.
All of these steps are absolutely crucial. Nevertheless, whenever a vulnerability is discovered by an attacker, most exploits can drain funds in a very short period of time, sometimes even within a single transaction. To prevent these hacks from happening, we need an on-chain tool.
You can think of the Smart Contract Firewall as an additional layer of security for DeFi protocols.
Our Firewall is a set of Solidity Smart Contracts that allow you to:
The Firewall provides a way to detect abnormal changes in your protocol directly on-chain, that could be indicative of a hack. That means that you can act upon abnormal activity, whenever it occurs, directly on the blockchain.