★ Oracle source = spot DEX pool (no TWAP)
ether.fi'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 #
Core eETH accounting uses committee-based EtherFiOracle, not a DEX spot price. F053 critical pattern does not apply to the core rebase path. Liquifier optional Curve path (ICurvePoolQuoter1.get_dy) reads Curve stETH/ETH spot price with no TWAP when quoteStEthWithCurve = true, but this admin-toggled deposit conversion path does not drive liquidations or core accounting. Default is 1:1. Critical factor green.
Sources #
- GitHubLiquifier.sol — ether.fi smart-contractsLiquifier.sol — quoteStEthWithCurve path: ICurvePoolQuoter1.get_dy(1,0,amount), no TWAPretrieved 2026-04-28
- EtherFiOracle implementationEtherFiOracle.sol — committee-based quorum, not DEX pool priceretrieved 2026-04-28
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 →