What problem does it solve? AI agents and developers frequently use hallucinated, outdated, or wrong-chain contract addresses when building crypto integrations, which causes failed transactions and lost funds. This Skill supplies a canonical, checksummed reference of verified addresses for tokens, DEXes, lending protocols, oracles, bridges, and infrastructure contracts. ## Core Features & Use Cases - Multi-chain address tables: Covers Ethereum, Arbitrum, Optimism, Base, and Polygon for stablecoins (USDC, USDT, DAI), wrapped tokens (WETH, wstETH), Uniswap routers, Aave V3, Compound V3, Chainlink feeds, Safe, Permit2, Multicall3, and native bridges. - Verification workflows: Includes cast and Etherscan API commands to confirm contract existence, read token identity, resolve EIP-1967 proxy implementations, and validate EIP-55 checksums before production use. - Troubleshooting guidance: Explains common failure modes such as bridged vs. native USDC confusion, proxy vs. implementation mismatches, and wrong-chain address usage. - Use Case: When building an Arbitrum swap integration, look up the native USDC address and Uniswap Universal Router address, then verify both onchain with cast before deploying. ## Quick Start Ask the agent for the verified USDC and Uniswap Universal Router addresses on Arbitrum and how to confirm them onchain with cast.