> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monad.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Monad Developer Docs - AI Index

> Focused links for AI agents helping developers build, deploy, verify, or integrate applications on Monad.

# Monad Developer Docs - AI Index

Use this index when the task is building, deploying, verifying, or integrating applications on Monad.

## Start Here

* [Developer Essentials](https://docs.monad.xyz/developer-essentials): Core developer information for building on Monad.
* [Deployment Summary for Developers](https://docs.monad.xyz/developer-essentials/summary): Quick deployment checklist and network facts.
* [Network Information - Mainnet](https://docs.monad.xyz/developer-essentials/network-information): Mainnet chain ID, RPC URLs, explorers, and canonical contracts.
* [Network Information - Testnet](https://docs.monad.xyz/developer-essentials/testnet): Testnet chain ID, RPC URLs, explorer, and faucet details.
* [Differences between Monad and Ethereum](https://docs.monad.xyz/developer-essentials/differences): Compatibility notes and behavioral differences.

## Build and Deploy

* [Deploy a Contract](https://docs.monad.xyz/guides/deploy-smart-contract): Entry point for deployment guides.
* [Deploy with Foundry](https://docs.monad.xyz/guides/deploy-smart-contract/foundry): Use Foundry v1.8 or later to deploy a contract with Monad execution enabled.
* [Deploy with Hardhat](https://docs.monad.xyz/guides/deploy-smart-contract/hardhat): Use Hardhat to deploy a contract.
* [Deploy with Remix](https://docs.monad.xyz/guides/deploy-smart-contract/remix): Use Remix to deploy a contract.
* [Verify a Contract](https://docs.monad.xyz/guides/verify-smart-contract): Entry point for contract verification.
* [Foundry Toolkit](https://docs.monad.xyz/tooling-and-infra/toolkits/foundry): Using Foundry v1.8 or later, configure the Monad execution environment, hardfork selection, precompiles, and local tooling.
* [Hardhat Toolkit](https://docs.monad.xyz/tooling-and-infra/toolkits/hardhat): Hardhat configuration guidance for Monad.
* [Build with Scaffold-ETH](https://docs.monad.xyz/guides/scaffold-eth): Scaffold-ETH dapp guide for Monad Testnet.

## App Integration

* [Wallet Developer Integration Guide](https://docs.monad.xyz/developer-essentials/wallet-developers): Wallet integration guidance and recipes.
* [Add Monad to Wallet](https://docs.monad.xyz/guides/add-monad-to-wallet): Add Monad Mainnet or Testnet to a wallet.
* [Transactions](https://docs.monad.xyz/developer-essentials/transactions): Transaction types, address format, signing, and validation behavior.
* [Best Practices for Building High Performance Apps](https://docs.monad.xyz/developer-essentials/best-practices): Performance guidance for high-throughput apps.
* [Gas Pricing](https://docs.monad.xyz/developer-essentials/gas-pricing): Gas pricing, fee estimation, and gas limit behavior.
* [Historical Data](https://docs.monad.xyz/developer-essentials/historical-data): Historical state and archive-data behavior.
* [Tokens and Bridges](https://docs.monad.xyz/developer-essentials/network-information/tokens-and-bridges): Mainnet token and bridge information.
* [Faucet](https://docs.monad.xyz/developer-essentials/faucet): Faucet information for testnet development.

## EVM and Protocol Details

* [EVM Behavior](https://docs.monad.xyz/guides/evm-resources/evm-behavior): EVM behavior references and Monad-specific notes.
* [Solidity Resources](https://docs.monad.xyz/guides/evm-resources/solidity-resources): Solidity and EVM development resources that apply to Monad.
* [Opcode Pricing](https://docs.monad.xyz/developer-essentials/opcode-pricing): Monad opcode gas pricing differences.
* [Precompiles](https://docs.monad.xyz/developer-essentials/precompiles): Monad-supported Ethereum and Monad-specific precompiles.
* [Reserve Balance](https://docs.monad.xyz/developer-essentials/reserve-balance): Reserve balance constraints for edge cases involving asynchronous execution and EIP-7702.
* [EIP-7702 on Monad](https://docs.monad.xyz/developer-essentials/eip-7702): EIP-7702 support, behavior, and Monad-specific nuances.

## AI and Agent Integrations

* [Build an MCP server that interacts with Monad Testnet](https://docs.monad.xyz/guides/monad-mcp): MCP server guide for Monad Testnet.
* [Agentic Payments](https://docs.monad.xyz/tooling-and-infra/agentic-payments): Agent payment tooling and infrastructure.
* [x402 Payment Protocol Integration](https://docs.monad.xyz/guides/x402): Build x402-enabled endpoints with Monad support.
* [ERC-8004 Trustless Agents](https://docs.monad.xyz/guides/erc-8004): Register and build with ERC-8004 agents on Monad.
