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

> One API to accept, hold, convert, and pay out funds across 12 currencies in 18 African markets — powered by stablecoin infrastructure.

<div className="gs-hero">
  <p className="gs-hero-eyebrow">Cross-border · stablecoin rails</p>
  <h1>Build with GlobalStack</h1>
  <p>One API to accept, hold, convert, and pay out funds across 12 currencies in 18 African markets. Send, receive, or hold — GlobalStack handles the conversion, routing, and settlement.</p>

  <div className="gs-hero-btns">
    <a className="gs-btn-primary" href="/quickstart">Get Started →</a>
    <a className="gs-btn-secondary" href="/api-reference/supported-countries/list-countries">API Reference</a>
  </div>
</div>

```bash Your first quote theme={null}
curl https://api.globalstack.io/v1/onramps/quotes \
  -H "Authorization: Bearer gsa_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "amount": "100", "source_currency": "USDC", "target_currency": "NGN" }'
```

## Core flows

<CardGroup cols={3}>
  <Card title="Quotes" icon="tag" href="/api-reference/quotes/create-an-onramp-quote">
    Lock an FX rate before you move money.
  </Card>

  <Card title="Onramps" icon="arrow-down-to-line" href="/api-reference/onramps/execute-an-onramp">
    Turn stablecoins into local currency, settled to a beneficiary.
  </Card>

  <Card title="Offramps" icon="arrow-up-from-line" href="/api-reference/offramps/execute-an-offramp">
    Accept local currency and settle out in stablecoins.
  </Card>

  <Card title="Wallets" icon="wallet" href="/api-reference/wallets/create-a-wallet">
    Hold stablecoins in a programmable, multi-currency wallet.
  </Card>

  <Card title="Conversions" icon="right-left" href="/api-reference/conversions/execute-a-conversion">
    Convert between supported currencies on demand.
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/notification-webhooks/create-a-webhook-endpoint">
    Subscribe to real-time events as money moves.
  </Card>
</CardGroup>

## Why GlobalStack

<CardGroup cols={3}>
  <Card title="API-first" icon="terminal">
    One integration covers every direction money moves — no per-country endpoints, no separate SDKs.
  </Card>

  <Card title="Stablecoin rails" icon="coins">
    Settlement in seconds, not days — no FX desks, no correspondent delays.
  </Card>

  <Card title="18 markets, 12 currencies" icon="globe">
    Broad African coverage behind a single, consistent API surface.
  </Card>
</CardGroup>
