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

# Overview

> Saber's offramp offerings — supported countries, currencies, tokens, transaction models, and where to find flow-specific guides.

Offramp lets your users convert their stablecoin balance into fiat, paid out directly to a linked bank account.

<Info>
  Both USDT and USDC are supported as settlement assets for offramp.
</Info>

## Transaction flow

```mermaid theme={null}
flowchart LR
  A[Fetch crypto deposit address] --> B[Deposit crypto]
  B --> C[Receive deposit webhook]
  C --> D[Create sell order]
  D --> E[Convert to fiat]
  E --> F[Deposit fiat to user's bank account]
```

## Supported countries and currencies

Saber currently supports offramp across multiple corridors, including India (INR), Bangladesh (BDT), the Philippines (PHP), the Eurozone (EUR), the UK (GBP), and Indonesia (IDR), with more added over time. Each currency has its own supported payment rails, bank account requirements, and settlement characteristics.

## Transaction models

Offramp transactions follow one of three models:

* **Sell** — pre-funded directly from the user's own wallet.
* **Pool Sell (recommended)** — pre-funded from the merchant's pool wallet, deducted and settled in one step.
* **External Sell** — post-funded: the payout is initiated against a locked quote first, then funded on-chain and confirmed before fiat settlement completes.

See [Transaction Flows](/offramp/available-flows) for a full comparison, and [Traditional Rails](/offramp/currencies/inr-traditional) for rail-specific payout options for INR.

## Currency-specific flows

Each supported currency has its own end-to-end walkthrough covering user creation, KYC, bank account linkage, and the sell flow itself:

<CardGroup cols={2}>
  <Card title="INR Offramp" icon="indian-rupee-sign" href="/offramp/currencies/inr" cta="View guide" arrow="true" />

  <Card title="BDT Offramp" icon="coins" href="/offramp/currencies/bdt" cta="View guide" arrow="true" />

  <Card title="PHP Offramp" icon="peso-sign" href="/offramp/currencies/php" cta="View guide" arrow="true" />

  <Card title="EUR/GBP Offramp" icon="euro-sign" href="/offramp/currencies/eur-gbp" cta="View guide" arrow="true" />

  <Card title="IDR Offramp" icon="coins" href="/offramp/currencies/idr" cta="View guide" arrow="true" />
</CardGroup>

## Operations reference

For the underlying operations shared across currencies — fetching quotes, initiating transactions, checking status, funding/withdrawal, and order lifecycle/webhooks — see [Offramp Operations](/offramp/operations/quote).


## Related topics

- [Overview](/onramp/overview.md)
