porter-finance / v1-core

⛰️ Smart contracts powering the Porter protocol.
https://porter.finance
GNU Affero General Public License v3.0
4 stars 3 forks source link

Monitoring + Alerting #269

Closed RusseII closed 2 years ago

RusseII commented 2 years ago

Set up monitoring and alerting. For example, you can have a script to monitor for new governance proposals and be alerted when they occur. Or, if you're using a TWAP, have a script that checks the TWAP every block, compares it against the price feed from a CEX, and alerts you if it's every different by more than 10%. Or an alert to let you know when more than 20% of the tokens in your contract have been removed in a single tx. Things like that. You want to be on top of what's happening with your project so you can respond quickly to security incidents.

RusseII commented 2 years ago

We are going to be just using tenderly alerting for now.