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

# Stablecoins on Remitflex

> Why Remitflex uses stablecoins and which assets are supported today.

Stablecoins are blockchain tokens pegged to fiat currencies like USD or EUR. Remitflex uses them as the settlement layer so you get fast, programmable money movement without building wallet or exchange infrastructure yourself.

Local fiat products (offramps and onramps) bridge stablecoins to bank accounts in supported African markets.

## Why stablecoins for cross-border

| Traditional wires         | Stablecoins via Remitflex             |
| ------------------------- | ------------------------------------- |
| 1–5 business days         | Seconds to minutes on-chain           |
| Opaque correspondent fees | Quoted FX + transparent on-chain fees |
| Bank hours only           | 24/7                                  |
| Hard to automate          | REST API + deposit addresses          |

## What Remitflex supports today

| Product                    | Assets                                                                                               |
| -------------------------- | ---------------------------------------------------------------------------------------------------- |
| **Payment routes & links** | Settle to Base USDC/USDT or Solana USDC/USDT/EURC — see [corridor matrix](/concepts/corridor-matrix) |
| **Swaps**                  | Solana EURC ↔ USDC                                                                                   |
| **cNGN**                   | CNGN, USDC, USDT on Base (customer wallet)                                                           |
| **Offramps**               | Stablecoin in (e.g. USDC on Base) → local fiat out                                                   |
| **Onramps**                | Local fiat in (e.g. NGN) → stablecoin out (e.g. USDC)                                                |

Check live support before integrating:

```bash theme={null}
# Cross-chain discovery
curl https://api.remitflex.io/v1/payment-routes/chains \
  -H "Authorization: Bearer $REMITFLEX_API_KEY"

# Local fiat currencies
curl https://api.remitflex.io/v1/fiat/currencies \
  -H "Authorization: Bearer $REMITFLEX_API_KEY"
```

## Common assets in African flows

**USDC** — USD-pegged stablecoin. Default for treasury, diaspora pay-ins, and local fiat offramps. Broad liquidity on Solana and EVM chains.

**EURC** — EUR-pegged stablecoin on Solana (settlement and [swaps](/products/swaps)). Useful when your counterparty needs euros without a USD→EUR conversion step.

**USDT** — Available on some corridors depending on chain. Check [Networks & corridors](/concepts/networks-and-corridors) for your route.

**CNGN** — Naira stablecoin on Base via [cNGN](/products/cngn) customer wallets.

## What you do not manage

Remitflex handles deposit addresses, on-chain execution, bank disbursement, and status tracking. Your integration:

1. Creates a payment route, payment link, swap, offramp, onramp, or cNGN order (optionally tied to a [customer](/products/customers))
2. Funds the order or shares deposit details with the payer
3. Polls status or reads the [transactions ledger](/products/transactions)

See product guides: [Payment routes](/products/payment-routes), [Payment links](/products/payment-links), [Swaps](/products/swaps), [Local fiat](/products/fiat-rails), [cNGN](/products/cngn).
