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

# The Grid documentation

> A blockchain for agentic payments: sub-second finality, stablecoin-denominated fees, high-throughput micropayments.

The Grid is a Layer-1 blockchain for agentic payments. Fees are denominated in USD and paid in stablecoins, finality is sub-second and deterministic, and the execution model is designed for thousands of sub-cent payments per second.

These docs are a developer guide. Install the CLI, connect to the network, send your first transfer, then go deeper on the parts you need.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart/index">
    Send your first transfer in five minutes.
  </Card>

  <Card title="Learn" icon="book-open" href="/user-guide/what-is-gen">
    Understand the model before you build against it.
  </Card>

  <Card title="Recipes" icon="code" href="/tutorials/recipes/sign-with-external-kms">
    Focused, task-oriented guides: KMS signing, x402 gating, DevNet deploy, composition.
  </Card>

  <Card title="Reference" icon="terminal" href="/reference/cli/install">
    Complete CLI, RPC, and SDK references.
  </Card>
</CardGroup>

## Which track is for me?

| You want to…                                                                       | Go to                                                |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------- |
| Send your first transfer in five minutes                                           | [Quickstart](/quickstart/index)                      |
| Pick up a focused recipe (KMS signing, x402 gate, DevNet deploy, composition tour) | [Recipes](/tutorials/recipes/sign-with-external-kms) |
| Understand the model before committing time                                        | [What is Grid](/user-guide/what-is-gen)              |

## Network status

See [Network status](/user-guide/network-status) for what is live on DevNet today and what is coming next.
