★ Immutable oracle address
Aerodrome Finance's assessment for RD-F-180 — scored not_applicable on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
[★ CANDIDATE per PD-017 — flagged for orchestrator T-14 tracking] NOT_APPLICABLE. F180 targets lending protocols with oracle addresses hardcoded as immutable with no admin-replaceable wrapper. Aerodrome is a DEX. No collateral oracle address is stored in any Aerodrome contract. VotingEscrow.sol has three immutable addresses (forwarder, token, factoryRegistry) — none are oracle feeds. Router.sol has four immutable addresses (factoryRegistry, defaultFactory, voter, weth) — none are oracle feeds. No oracle feed address is stored as immutable because no oracle feed is consumed. Structurally N/A for DEX protocols regardless of F180 critical promotion status.
Sources #
- GitHubAerodrome VotingEscrow.sol — immutable addresses, none are oracle feedsVotingEscrow.sol immutable vars: address public immutable forwarder; address public immutable token; address public immutable factoryRegistry — none are oracle addressesretrieved 2026-05-04
- Aerodrome Router.sol — immutable addresses, none are oracle feedsRouter.sol immutable vars: factoryRegistry, defaultFactory, voter, weth — none are oracle addressesretrieved 2026-05-04
Methodology #
Determine whether any collateral oracle address is marked `immutable` in protocol config with no admin-replaceable adapter wrapper, preventing the protocol from repricing when the upstream asset depegs.
See the full factor methodology and distribution across all protocols →