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

# Crycket documentation

> Payment infrastructure for stablecoin payments on Solana, Base, and Tempo

Crycket is a payment infrastructure API and SDK enabling peer-to-peer and merchant-to-consumer stablecoin payments. We are a **broadcaster and monitor**, never a custodian or signer. Money moves directly between wallets — we provide the coordination layer.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create your first Payment Intent in minutes.
  </Card>

  <Card title="Platform overview" icon="circle-info" href="/concepts/overview">
    Understand how Crycket works and the core principles behind it.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Explore every endpoint with interactive examples.
  </Card>

  <Card title="SDK" icon="puzzle-piece" href="/sdk/overview">
    Integrate Crycket into your React Native, iOS, or Android app.
  </Card>
</CardGroup>

## Core concepts

<CardGroup cols={2}>
  <Card title="Payment intents" icon="money-bill-transfer" href="/concepts/payment-intents">
    The core primitive — create, track, and settle payments through a simple state machine.
  </Card>

  <Card title="Supported chains" icon="link" href="/concepts/supported-chains">
    Solana, Base, and Tempo — each with chain-specific confirmation strategies.
  </Card>

  <Card title="Supported tokens" icon="coins" href="/concepts/supported-tokens">
    USDC and USDT across all supported chains with a unified token registry.
  </Card>
</CardGroup>

## Integration guides

<CardGroup cols={2}>
  <Card title="Requesting payments" icon="cash-register" href="/guides/requesting-payments">
    Accept payments as a merchant or request money from a friend.
  </Card>

  <Card title="Fulfilling payments" icon="wallet" href="/guides/fulfilling-payments">
    Listen for payment requests and complete transactions.
  </Card>

  <Card title="Webhooks" icon="bell" href="/guides/webhooks">
    Get notified on every state transition in real time.
  </Card>

  <Card title="Testing" icon="flask-vial" href="/guides/testing">
    Use test mode to develop and debug without real funds.
  </Card>
</CardGroup>
