What problem does it solve? AI agents often have stale or incorrect knowledge about Monad's chain configuration, gas model, and tooling, leading to failed deployments, overpaid gas, and wrong contract addresses. This Skill provides accurate, protocol-level reference data and working code patterns for building on Monad. ## Core Features & Use Cases - Chain Configuration: Provides mainnet (chain ID 143) and testnet (10143) RPC endpoints, explorers, viem chain definitions, and Foundry/Hardhat configs. - Gas & Opcode Guidance: Explains Monad's gas-limit charging model, 4x cold storage repricing, precompile costs, and optimization patterns like access lists and tight gas limits. - Staking & EIP-7702: Documents the staking precompile at 0x...1000 (delegate, undelegate, compound, claimRewards) and Monad-specific EIP-7702 restrictions. - Use Case: Deploy a Counter contract to Monad mainnet using the Foundry fork, verify it on MonadVision and Monadscan, and set an explicit gas limit to avoid overpaying under the gas-limit charging model. ## Quick Start Use the monad skill to generate a Foundry deployment setup for Monad mainnet including foundry.toml configuration and verification commands.