What problem does it solve? AI agents frequently produce outdated or incorrect guidance for Optimism development — wrong gas models (pre-Ecotone formulas), hallucinated contract addresses, and incorrect assumptions about withdrawal timing or EVM equivalence. This Skill provides verified, current knowledge of OP Mainnet and the OP Stack so agents generate correct deployment commands, bridge interactions, and cross-chain messaging code. ## Core Features & Use Cases - Deployment & Verification: Foundry and Hardhat configurations for OP Mainnet and OP Sepolia, including Etherscan and Blockscout verification workflows. - Cross-Chain Messaging & Bridging: Complete CrossDomainMessenger patterns (L1→L2 deposits, L2→L1 withdrawals with prove/finalize lifecycle), Standard Bridge ETH/ERC20 transfers, and SuperchainERC20 implementation. - Gas Model & Predeploys: Post-Ecotone L1 data fee calculation via the GasPriceOracle predeploy, full predeploy address tables, and troubleshooting guides for common errors. - Use Case: A developer asks an agent to estimate transaction costs on OP Mainnet. The agent correctly combines L2 execution gas with the L1 data fee from the GasPriceOracle at 0x420000000000000000000000000000000000000F instead of relying on eth_estimateGas alone. ## Quick Start Ask the agent to deploy a contract to OP Mainnet with Foundry and estimate the total transaction cost including the L1 data fee.