★ Immutable oracle address
SUNSwap (sun.io)'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 #
[★ CRITICAL — NOT_APPLICABLE] No oracle address exists in any SUNSwap contract to be immutable or admin-replaceable. Source inspection of PoolManager.sol, SunswapV2Pair.sol, V4Router.sol, and sun-dao-contracts confirms zero oracle state variables, zero oracle interface imports, zero setOracle() or equivalent function. The RD-F-180 failure mode (oracle address locked, cannot reprice post-depeg) is structurally void for a protocol with no oracle adapter whatsoever. Score: not_applicable per methodology — factor's structural precondition (oracle dependency exists) is absent.
Sources #
- GitHubV4 PoolManager.sol — no oracle dependency confirmedsun-protocol/sunswap-v4-core: contracts/PoolManager.sol — zero oracle imports, zero oracle state varretrieved 2026-05-17
- SunswapV2Pair.sol — no oracle dependency confirmedsun-protocol/sunswap-v2-contracts: contracts/SunswapV2Pair.sol — zero oracle imports, zero oracle state varretrieved 2026-05-17
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 →