Circuit breaker on price deviation
Compound V3 (Comet)'s assessment for RD-F-057 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
No circuit breaker on price deviation. Only check is price <= 0 (BadPrice revert). No maximum-deviation threshold, no cross-source comparison, no pausing on extreme price movement.
Detail #
DeFiScan: 'The protocol does not validate asset prices returned by Chainlink.' Comet.sol getPrice() source confirmed: only validation is 'if (price <= 0) revert BadPrice()'. A 50% oracle error would be silently accepted and used for liquidation calculations.
Sources #
- URL
Methodology #
Determine whether the protocol halts or reverts if the oracle-reported price deviates by more than X% from a reference within Y blocks.
See the full factor methodology and distribution across all protocols →