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

# Supported currencies

> Every fiat and stablecoin currency on v3, in one table, with its release state.

**What this is.** A single reference table combining every currency documented in [Currencies](/v3/references/currencies) — fiat and stablecoin — with its platform release state.

## Release states

| State   | Meaning                                                          |
| ------- | ---------------------------------------------------------------- |
| `GA`    | General availability — stable, supported for production traffic. |
| `Beta`  | Available for integration testing; contract may still change.    |
| `Alpha` | Early access; expect breaking changes without notice.            |

## Currencies

| Code  | Type       | State   |
| ----- | ---------- | ------- |
| USD   | Fiat       | `GA`    |
| EUR   | Fiat       | `GA`    |
| GBP   | Fiat       | `GA`    |
| MXN   | Fiat       | `GA`    |
| AED   | Fiat       | `GA`    |
| AUD   | Fiat       | `GA`    |
| BRL   | Fiat       | `GA`    |
| PHP   | Fiat       | `Alpha` |
| COP   | Fiat       | `Beta`  |
| ARS   | Fiat       | `Beta`  |
| USDC  | Stablecoin | `GA`    |
| USDT  | Stablecoin | `GA`    |
| EURC  | Stablecoin | `GA`    |
| EUROP | Stablecoin | `Alpha` |

See [Currencies](/v3/references/currencies) for per-currency decimals, settlement rails, and networks.

## What's next

<CardGroup cols={2}>
  <Card title="Currencies" icon="dollar-sign" href="/v3/references/currencies">
    Decimals, settlement rails, and networks per currency.
  </Card>

  <Card title="Supported networks" icon="network-wired" href="/v3/supported-networks">
    Stablecoin × chain matrix with per-network examples.
  </Card>
</CardGroup>
