Circuit breaker on price deviation
EigenLayer's assessment for RD-F-057 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
NOT APPLICABLE in the price-oracle circuit-breaker sense. EigenPod uses cryptographic proof verification, not price-based logic. A proof either verifies (returns valid beacon root) or reverts (invalid proof). There is no price deviation threshold. The binary proof-validity check is structurally equivalent to an implicit circuit breaker — invalid proofs are rejected, not accepted with a warning.
Sources #
- URLEigenPod.sol — verifyStateRoot() and related proof verification functions; binary valid/invalid outcome, no price deviation conceptEigenPod.sol BeaconChainProofsretrieved 2026-04-28
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 →