External keeper/relayer not redundant
Curve Finance's assessment for RD-F-062 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
Core Ethereum pool operation requires no external keeper. EMA oracle updates trigger from user swap transactions (tweak_price() called within swap functions). No Chainlink Automation or Gelato keeper dependency for pool price updates. LayerZero bridge has DVN/executor dependency (suspended — see Cat 10). Canonical rollup bridges (Arbitrum, Optimism, Base) have their own sequencer infrastructure — Curve does not depend on a single keeper/relayer for those chains.
Sources #
- GitHubCurve Tricrypto-NG main contractCurveTricryptoOptimizedWETH.vy — tweak_price() called within exchange()/add_liquidity() functions; no external keeperretrieved 2026-04-28
Methodology #
Determine whether the protocol depends on a single keeper or relayer (Gelato, Chainlink Automation, custom) with no redundancy or failover.
See the full factor methodology and distribution across all protocols →