What problem does it solve? Guessing or hallucinating smart contract addresses leads to lost funds and failed transactions. This Skill supplies a curated, onchain-verified registry of contract addresses for major Ethereum protocols so agents and developers never rely on memory when sending transactions. ## Core Features & Use Cases - Verified Address Registry: Covers stablecoins (USDC, USDT, DAI), WETH, liquid staking (Lido, Rocket Pool), DEXs (Uniswap V2/V3/V4, Aerodrome, Velodrome, Camelot, SyncSwap), lending (Aave, Compound, Morpho), and infrastructure (Safe, Chainlink, CCIP, Across, ERC-4337, ERC-8004) across Mainnet, Arbitrum, Optimism, Base, Polygon, and zkSync. - Multi-Chain Guidance: Flags which contracts share CREATE2 addresses across chains and which differ per chain, plus native vs bridged token warnings. - Verification Workflow: Includes cast code commands and official documentation links for cross-checking any address before use. - Use Case: When building a swap transaction on Base, look up the verified Aerodrome Router and USDC addresses instead of guessing, then confirm them on a block explorer. ## Quick Start Look up the verified Uniswap V3 SwapRouter02 and USDC contract addresses for the Base network before building my transaction.