What problem does it solve? AI agents and developers often have stale or incorrect knowledge about Monad's unique architecture — its gas-limit charging model, opcode repricing, parallel execution, and staking precompile differ significantly from Ethereum, leading to failed deployments, overpaid gas, and broken transactions. ## Core Features & Use Cases - Chain Configuration Reference: Provides exact chain IDs (143 mainnet, 10143 testnet), RPC endpoints, block explorers, and canonical contract addresses like WMON, USDC, and the staking precompile. - Deployment & Verification Workflows: Step-by-step Foundry (Monad fork), Hardhat, and viem setup with Sourcify, Etherscan, and Socialscan verification commands. - Monad-Specific Guidance: Covers gas-limit charging (not gas-used), 4x cold storage access costs, EIP-7702 restrictions, no blob transactions, and the staking precompile at 0x1000. - Use Case: Deploy an ERC-20 token to Monad mainnet with a tight gas limit, verify it on MonadVision, then delegate MON to a validator via the staking precompile — all using the provided code patterns. ## Quick Start Ask the agent to deploy a Solidity contract to Monad testnet using Foundry with the correct chain ID, Prague EVM version, and an explicit gas limit.