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

# Node Operations

## Setup

<CardGroup cols={2}>
  <Card title="Hardware Requirements" href="/node-ops/hardware-requirements">
    High performance on commodity hardware
  </Card>

  <Card title="Full Node Installation" href="/node-ops/full-node-installation">
    How to run a full node
  </Card>

  <Card title="Validator Installation" href="/node-ops/validator-installation">
    How to run a validator
  </Card>
</CardGroup>

## Operations

<CardGroup cols={2}>
  <Card title="General Operations" href="/node-ops/general-operations">
    Command-line tools for debugging or checking node status
  </Card>

  <Card title="Upgrade Instructions" href="/node-ops/upgrade-instructions">
    Instructions for specific upgrade sequences
  </Card>

  <Card title="Recovering a node" href="/node-ops/node-recovery">
    Procedures for recovering node operation
  </Card>
</CardGroup>

## Advanced

<CardGroup cols={2}>
  <Card title="How Full Nodes Receive Blocks" href="/node-ops/full-node-block-delivery">
    How to configure node.toml to receive blocks from validators
  </Card>

  <Card title="Execution Events and WebSockets" href="/node-ops/events-and-websockets">
    Additional setup instructions if you need real-time data
  </Card>

  <Card title="Archive Data Setup" href="/node-ops/archive-data">
    How to configure your node to serve historical transactional data
  </Card>

  <Card title="Validator Delegation Program" href="/node-ops/validator-delegation-program">
    Foundation delegation framework for validators
  </Card>
</CardGroup>
