Circuit breaker on price deviation
Multipli'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 #
Two circuit-breaker mechanisms confirmed: (1) MultipliVault.sol: maxPercentageChange triggers auto-pause if price-per-share changes beyond threshold between updates (constant MAX_PERCENTAGE_THRESHOLD = 1e17 = 10% ceiling; updateMaxPercentageChange() admin function). (2) rwaUSD: asset-level max-delta bounds; breach triggers HALTED status blocking all but risk-reducing operations.
Sources #
- GitHubMultipliVault.sol — circuit breaker on price deviationMultipliVault.sol — MAX_PERCENTAGE_THRESHOLD = 1e17; maxPercentageChange; updateMaxPercentageChange function; auto-pause on PPS changeretrieved 2026-05-17
- Multipli docs — rwaUSD circuit breakerdocs llms-full.txt — max-change bounds per asset category; HALTED status on breachretrieved 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 →
rubric_version v1.7.0 protocol multipli factor RD-F-057 score green collected_at 2026-05-17 11:48:35