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, wrapped tokens, Uniswap, Aave V3, Compound V3, Chainlink feeds, Safe, Permit2, Multicall3, and native bridges. - Common pitfall guidance: Explains bridged vs. native USDC, proxy vs. implementation contracts, EIP-55 checksums, and deterministic CREATE2 deployments. - Onchain verification workflows: Provides cast and Etherscan API commands to confirm contract existence, read token identity, and resolve proxy implementations before production use. - Use Case: When building an integration that swaps USDC on Arbitrum, look up the native USDC address (not USDC.e), verify it with cast code, and confirm the Uniswap Universal Router address before submitting transactions. ## Quick Start Ask the agent for the canonical USDC and Uniswap Universal Router addresses on Arbitrum and how to verify them onchain with cast.