What problem does it solve? AI models carry stale or incorrect assumptions about Arbitrum — wrong block.number semantics, missing L1 data gas costs, hallucinated contract addresses, and failed Foundry deployments. This Skill provides verified, current knowledge for building on Arbitrum One, Nova, and Orbit chains. ## Core Features & Use Cases - Deployment & Verification: Foundry and Hardhat deployment patterns with the required --legacy flag, plus Arbiscan and Sourcify verification workflows. - Cross-Chain Messaging: Complete L1→L2 retryable ticket flows and L2→L1 Outbox execution, including address aliasing and failed-ticket redemption. - Gas & Precompiles: Two-component gas estimation via NodeInterface, plus ArbSys, ArbGasInfo, and ArbRetryableTx precompile usage. - Use Case: Deploy a contract to Arbitrum One, bridge USDC from Ethereum via the Gateway Router, and send a retryable ticket to trigger L2 logic — all with correct gas estimates and verified contract addresses. ## Quick Start Ask the agent to deploy a contract to Arbitrum Sepolia testnet using Foundry and verify it on Arbiscan.