Best Practices
Security best practices to follow
All smart contract interactions to be monitored (possible tool https://www.openzeppelin.com/defender)
All smart contract operations to pass by the monitoring solution
Multisig or MPC wallet infrastuctire for operations.
Key changes to be based on DAO votes and executued by authorised admins using MPC/Multisig
All code to be audited before deployment to mainnet
Ability to freeze vaults in case of detected anomaly
Last updated