> ## 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 onramp offerings — supported countries, currencies, tokens, transaction models, and where to find flow-specific guides.

Onramp lets your users convert fiat into stablecoin, either credited to your Pool Account or sent to an external wallet address.

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

## Transaction flow

```mermaid theme={null}
flowchart LR
  A[View payment method & beneficiary details] --> B[Create buy order]
  B --> C[Convert fiat to crypto]
  C --> D[Deposit crypto to user's account]
  D --> E[Wait for completed callback]
```

## Supported countries and currencies

Saber currently supports onramp across multiple corridors, including the Eurozone (EUR), the UK (GBP), and the United States (USD), with more added over time. Each currency has its own supported payment rails, KYC requirements, and settlement characteristics.

## Transaction models

Onramp transactions follow one of two models:

* **Pool Buy (recommended)** — collected fiat is converted to stablecoin and deposited into your merchant Pool Account.
* **External Buy** — collected fiat is converted to stablecoin and sent to a wallet address and network you specify.

See [Transaction Models](/onramp/available-flows) for a full comparison, including how Pool Buy can feed liquidity into offramp Pool Sell transactions.

## Currency-specific flows

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

<CardGroup cols={2}>
  <Card title="EUR/GBP Onramp" icon="euro-sign" href="/onramp/currencies/eur-gbp" cta="View guide" arrow="true" />

  <Card title="USD Onramp" icon="dollar-sign" href="/onramp/currencies/usd" 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 [Onramp Operations](/onramp/operations/quote).


## Related topics

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