Single-pool oracle (no medianization)
Euler V2'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 #
ChainlinkOracle reads a single aggregator per asset — no medianization within the adapter. UniswapV3Oracle reads a single immutable pool. EulerRouter routes to one oracle per pair (no medianization at router level). Chainlink aggregators themselves aggregate across multiple data nodes — this provides external medianization, but the adapter only reads the aggregated result from one feed address. No cross-venue medianization at the protocol layer.
Sources #
- GitHubChainlinkOracle — Single Feed ArchitectureChainlinkOracle.sol single feed; UniswapV3Oracle.sol single pool (immutable)retrieved 2026-05-04
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 →