Description
Implement an emergency circuit breaker system that can pause protocol operations at different tiers (single pool, all pools, entire protocol) based on severity.
Acceptance Criteria
Technical Scope
- stellar-lend/contracts/hello-world/src/circuit_breaker.rs
- stellar-lend/contracts/lending/src/
- Edge: false trigger during high volatility, circuit breaker DoS, governance vs guardian authority
Description
Implement an emergency circuit breaker system that can pause protocol operations at different tiers (single pool, all pools, entire protocol) based on severity.
Acceptance Criteria
Technical Scope