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

# Relayer Documentation

> Self-custodial stablecoin infrastructure — built for the operators of today and the agents of tomorrow

## Welcome to Relayer

**Relayer is the financial platform for stablecoin operators today, and the AI agents they'll deploy tomorrow.**

We give you a single self-custodial backend with three primitives:

* **Wallets** — passkey-signed, hardware-secured, multi-chain (EVM + Solana). Relayer never holds your private keys.
* **Fiat rails** — regulated on-ramp and off-ramp with local virtual accounts (CLABE/SPEI, ACH, more coming), KYB built in.
* **Programmable budgets** — every wallet can have spend limits, approval thresholds, and signing policies enforced before any transaction is processed.

The same primitives that let your **team** operate a compliant stablecoin business today let your **agents** operate it tomorrow — with budgets that cannot be bypassed, even by the LLM driving them.

## Pick your path

<Columns cols={2}>
  <Card title="Get Started" icon="rocket" href="/get-started/overview">
    Understand the platform, set up authentication, and make your first API call.
  </Card>

  <Card title="Signing Kit" icon="key" href="/signing/overview">
    Self-custodial wallets, prepare/confirm signing, passkeys, policies, and approvals.
  </Card>

  <Card title="Payout Kit" icon="money-bill-transfer" href="/payout/overview">
    Fiat on/off-ramp, virtual accounts, recipient management, and order tracking.
  </Card>

  <Card title="Agent Kit" icon="robot" href="/agent/overview">
    Budget-enforced AI agents with their own wallets and x402 payments.
  </Card>

  <Card title="Widget Kit" icon="puzzle-piece" href="/widget/overview">
    Embeddable React components for canonical protocols — swap, transfer, crosschain.
  </Card>

  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Interactive schemas across every Kit endpoint, with a try-it playground.
  </Card>
</Columns>
