★ Single admin EOA
Uniswap (v2 + v3)'s assessment for RD-F-027 — scored green on the v1.7.0 rubric. The evidence below is the curator's reasoning for this score.
Evidence summary #
V2: no admin (immutable, feeToSetter=address(0)). V3: GovernorBravoDelegator admin = Timelock contract 0x1a9C8182 (not an EOA). No single EOA holds any upgrade/owner/rescue role on either version. Combined: green.
Detail #
V2 Factory feeToSetter = address(0); renounced post-launch per profile §6 and v2-core README; confirmed by 6+ years of live operation with zero governance action. V3: GovernorBravoDelegator read proxy on Etherscan shows admin=0x1a9C8182C09F50C8318d769245beA52c32BE35BC (Timelock contract). Timelock is a contract, not an EOA (eth_getCode would return non-zero). Original V3 deployer labeled 'Uniswap V3: Old Deployer' (0x6c9fc64a...) holds no current admin role.
Sources #
- DocsUniswap Governance overviewUniswap docs — admin role separation; immutable core + governance-only peripheryretrieved 2026-05-11
- Uniswap GovernorBravoDelegator read proxyGovernorBravoDelegator: admin=Timelock 0x1a9C8182retrieved 2026-05-12
- Uniswap Timelock contract sourceTimelock contract source — contract address, not EOAretrieved 2026-05-12
Methodology #
Determine whether the effective upgrade/owner/rescue role is held by a single EOA (not a multisig) with no timelock on sensitive operations.
See the full factor methodology and distribution across all protocols →