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

# Stable Genius Developer Docs

> Accept stablecoin payments at point of sale. One API call to create a payment. One webhook when it's confirmed. Merchant gets USD in their bank account.

# Accept Stablecoin Payments

Stable Genius provides payment infrastructure that lets any terminal, app, or checkout flow accept stablecoin payments. Merchants receive USD in their bank account — no crypto knowledge required.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Create your first payment intent in 5 minutes
  </Card>

  <Card title="How It Works" icon="diagram-project" href="/how-it-works">
    Understand the payment flow end-to-end
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the full API surface
  </Card>

  <Card title="Request Early Access" icon="key" href="https://stablegenius.co/early-access">
    Join the developer waitlist
  </Card>
</CardGroup>

## Why Stable Genius?

<AccordionGroup>
  <Accordion title="Two API calls. That's the integration.">
    Create a payment intent, receive a webhook when it confirms. Your system never touches wallets, blockchains, or bridges. We handle all of it.
  </Accordion>

  <Accordion title="Non-custodial by design">
    Merchant funds settle to on-chain smart contracts they control. Every transaction is verifiable on-chain. We never hold merchant funds.
  </Accordion>

  <Accordion title="Stablecoin in, dollars out">
    Customer pays with USDC. Merchant receives USD via ACH to their bank account. Automatic weekly settlements or manual cash-out anytime.
  </Accordion>

  <Accordion title="Built for terminals, apps, and checkout">
    POS terminals, mobile apps, web checkout — same API, same webhooks. Render a QR code on any screen and start accepting payments.
  </Accordion>
</AccordionGroup>

## Supported Stablecoins & Chains

| Token | Chain       | Status      |
| ----- | ----------- | ----------- |
| USDC  | Base        | **Live**    |
| USDC  | Solana      | Coming Soon |
| USDC  | Arbitrum    | Coming Soon |
| USDC  | Optimism    | Coming Soon |
| USDC  | Ethereum    | Coming Soon |
| USDT  | Multi-chain | Planned     |

<Info>
  We're expanding chain and token support. [Request early access](https://stablegenius.co/early-access) to get notified when new chains go live and to influence our roadmap.
</Info>

## Built On Trusted Infrastructure

<CardGroup cols={4}>
  <Card title="Base" icon="circle-nodes">
    Settlement on Coinbase's L2
  </Card>

  <Card title="Circle" icon="circle-dollar-to-slot">
    USDC issuer, CCTP V2 partner
  </Card>

  <Card title="Bridge (Stripe)" icon="building-columns">
    Banking and off-ramp partner
  </Card>

  <Card title="Plaid" icon="link">
    Bank account verification
  </Card>
</CardGroup>

## Who Is This For?

**Terminal & POS integrators** — Add stablecoin payments to your existing hardware. We provide the payment address and QR payload; you render it on your screen.

**App developers** — Accept stablecoin payments in your mobile or web application. Same API, same webhooks — just render the QR in your UI instead of on a physical terminal.

**Platform operators** — Enable your merchants to accept stablecoins. Onboard merchants through our dashboard today, or programmatically via API when our merchant onboarding endpoints launch.
