defirisk.co
rubric v1.7.0

Oracle staleness check present

Spiko's assessment for RD-F-059 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.

Evidence summary #

Staleness check present: ATM3.sol require(block.timestamp < updatedAt + oraclettl, 'oracle value too old'); MultiATMLinear.sol require(block.timestamp < updatedAt + oracleTTL, OracleValueTooOld(oracle)). Both subscription/redemption contracts validate oracle recency before using price data. oraclettl is configured at construction.

Sources #

Methodology #

Determine whether the protocol rejects oracle reads older than a declared maximum age (i.e., checks `updatedAt > block.timestamp - maxStaleness`).

See the full factor methodology and distribution across all protocols →

rubric_version v1.7.0 protocol spiko factor RD-F-059 score green collected_at 2026-05-15 22:52:13