perform emergency functions on your multisig safe without needing all signers
By enabling our Safe Panic Modules on your Safe, you are able to perform emergency actions on your multisig without needing all signers to sign off on it. The module needs to be enabled by all signers only once, after which its functions can be called and executed by a single signer.
This increases the chance of a single signer being successful at mitigating emergency situations: revoking token approvals, withdrawing from protocols, prevent liquidations, etc.
At the core of this project lies Safe Global multisig's ability to call enableModule
, basically extending the logic of the contract with an additional smart contract. Some examples of safe modules can be found in the official repository: https://github.com/safe-global/safe-modules