What problem does it solve? AI models carry stale assumptions about Arbitrum — wrong block.number semantics, incorrect gas estimation, missing --legacy flags, and hallucinated contract addresses — causing failed deployments, lost cross-chain messages, and broken bridging code. ## Core Features & Use Cases - Deployment & Verification: Foundry and Hardhat deployment patterns with the required --legacy flag, plus Arbiscan and Sourcify verification commands. - Cross-Chain Messaging: Complete L1→L2 retryable ticket flows and L2→L1 Outbox execution, including address aliasing, ticket redemption, and failure recovery. - Bridging & Gas: ETH and ERC20 bridging via the Gateway Router, plus accurate two-component gas estimation using NodeInterface and ArbGasInfo precompiles. - Use Case: Deploy a contract to Arbitrum One, bridge USDC from Ethereum, and send a cross-chain message — with verified contract addresses, correct gas buffers, and retryable ticket monitoring built in. ## Quick Start Ask the agent to deploy a contract to Arbitrum Sepolia using Foundry and estimate its gas cost including the L1 data posting component.