What problem does it solve? AI agents often have stale or incorrect knowledge about Base L2 development — wrong gas assumptions, hallucinated contract addresses, and confusion about Smart Wallet, Paymaster sponsorship, and the OP Stack bridging flow. This Skill provides verified chain configuration, contract addresses, and working code patterns for building on Base. ## Core Features & Use Cases - Deployment & Verification: Foundry and Hardhat configurations for Base Mainnet (chain ID 8453) and Base Sepolia, including Basescan and Blockscout contract verification commands. - Smart Wallet & Paymaster Integration: wagmi and OnchainKit patterns for passkey-based Coinbase Smart Wallet, EIP-5792 batch transactions, and gasless transactions via the Coinbase Developer Platform paymaster. - Bridging & Gas Estimation: OP Stack L1-to-L2 deposits, L2-to-L1 withdrawal flow, and L1 data fee estimation via the GasPriceOracle predeploy. - Use Case: You want to add a gasless NFT mint to your React app on Base. Use the Skill's wagmi useWriteContracts pattern with the paymasterService capability pointed at your CDP paymaster URL, and configure the contract allowlist policy in the CDP dashboard. ## Quick Start Ask the agent to deploy a Foundry contract to Base Sepolia with verification, or to set up a wagmi app with Coinbase Smart Wallet and a sponsored gasless transaction on Base.