Single-pool oracle (no medianization)
Dolomite's assessment for RD-F-056 — scored yellow on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
ChainlinkPriceOracleV1 calls a single Chainlink aggregator per asset via tokenToAggregatorMap[_token].latestAnswer(). No cross-venue medianization in Dolomite's oracle adapter. Chainlink internally aggregates across node operators, but Dolomite queries a single aggregator contract (not multiple oracles). For Pendle PT assets: single Pendle AMM TWAP source. Chronicle and Redstone are similarly single-source per asset in the Dolomite adapter. No median-aggregation pattern found.
Sources #
- GitHubChainlinkPriceOracleV1.soldolomite-exchange/dolomite-margin/blob/master/contracts/external/oracles/ChainlinkPriceOracleV1.sol — single tokenToAggregatorMap lookup confirms no medianizationretrieved 2026-05-16
Methodology #
Determine whether the oracle reads from a single DEX venue with no medianization across multiple pools or venues.
See the full factor methodology and distribution across all protocols →