Circuit breaker on price deviation
Kinetiq'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 automated circuit breaker on exchange rate deviation. OracleManager applies maxPerformanceBound cap on validator performance score inputs but this is not a circuit breaker — it caps individual metric values at a configurable max (default 10,000 bps = 100%). PauserRegistry supports manual pause by SENTINEL_ROLE but no automated deviation-triggered halt. No auto-pause if exchange rate changes by X% in one update period.
Sources #
- GitHubKinetiq OracleManager.solOracleManager.sol: setMaxPerformanceBound(uint256 newBound) onlyRole(OPERATOR_ROLE) — bounds score inputs, not a circuit breaker on rate outputretrieved 2026-05-17
- Kinetiq PauserRegistry — HyperEVMScanPauserRegistry 0xac03CABA51e17c86c921E1f6CBFBdC91F8BB2E6b — manual pause control only, no automated triggerretrieved 2026-05-17
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 →