★ Oracle source = spot DEX pool (no TWAP)
Rocket Pool's assessment for RD-F-053 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
rETH:ETH exchange rate is computed as (totalETHBalance * rethAmount) / totalRETHSupply inside RocketTokenRETH.getEthValue(). Both inputs are internal Rocket Pool state submitted by oDAO consensus — NOT from any DEX spot price, TWAP oracle, or external price feed. No slot0(), getReserves(), or consult() call exists in any price-critical code path. RPL/ETH for collateral uses oDAO committee input (submitted via submitPrices), not spot DEX. This is the [★ CRITICAL] factor — confirmed GREEN.
Sources #
- GitHubRocketNetworkBalances.sol sourceRocketNetworkBalances.sol: no import of Chainlink, Pyth, Uniswap, or any DEX oracle interfaceretrieved 2026-05-04
- RocketTokenRETH.sol sourceRocketTokenRETH.sol getEthValue(): reads rocketNetworkBalances.getTotalETHBalance() and getTotalRETHSupply(); no DEX oracle callretrieved 2026-05-04
Methodology #
Determine whether the primary oracle for any asset/market reads spot price from a single DEX pool without a TWAP window or secondary source.
See the full factor methodology and distribution across all protocols →