> ## 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.

# Guides

Start building smart contracts and applications on Monad with our quickstart guides.

## Get a wallet

<CardGroup cols={2}>
  <Card title="Phantom" href="https://phantom.com/download" />

  <Card title="Metamask" href="https://metamask.io/download/" />
</CardGroup>

## Deploy Smart Contract

<CardGroup cols={2}>
  <Card title="Foundry" href="/guides/deploy-smart-contract/foundry">
    Deploy a smart contract on Monad using Foundry
  </Card>

  <Card title="Hardhat" href="/guides/deploy-smart-contract/hardhat">
    Deploy a smart contract on Monad using Hardhat
  </Card>

  <Card title="Remix" href="/guides/deploy-smart-contract/remix">
    Deploy a smart contract on Monad using Remix
  </Card>
</CardGroup>

## Verify Smart Contract

<CardGroup cols={2}>
  <Card title="Foundry" href="/guides/verify-smart-contract/foundry">
    Verify a smart contract on Monad using Foundry
  </Card>

  <Card title="Hardhat" href="/guides/verify-smart-contract/hardhat">
    Verify a smart contract on Monad using Hardhat
  </Card>
</CardGroup>

## Indexing

<CardGroup cols={2}>
  <Card title="GhostGraph" href="/guides/indexers/ghost">
    Index transfers with GhostGraph
  </Card>

  <Card title="Envio" href="/guides/indexers/tg-bot-using-envio">
    Index transfers for a telegram bot using Envio
  </Card>

  <Card title="QuickNode Streams" href="/guides/indexers/quicknode-streams">
    Index transfers using QuickNode Streams
  </Card>
</CardGroup>

{/* ## Developer Tools & Infra */}

## Connectivity

<CardGroup cols={2}>
  <Card title="Reown AppKit" href="/guides/reown-guide">
    Connect a wallet to your app with Reown AppKit
  </Card>

  <Card title="Blinks" href="/guides/blinks-guide">
    Build a donation blink
  </Card>
</CardGroup>

## AI

<CardGroup cols={2}>
  <Card title="MCP Server" href="/guides/monad-mcp">
    Build an MCP server to interact with Monad Testnet
  </Card>

  <Card title="x402 on Monad" href="/guides/x402-guide">
    How to setup x402-enabled endpoints with Monad support
  </Card>
</CardGroup>

## Execution Events

<CardGroup cols={2}>
  <Card title="Set up Execution Events" href="/guides/execution-events/setup">
    Configure your Monad node to enable execution events
  </Card>

  <Card title="Consume Events in Rust" href="/guides/execution-events/consume-rust">
    Build a Rust application to read execution events
  </Card>
</CardGroup>
