> ## 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.

# Welcome to Saber Money

> Cross-border payment infrastructure powered by stablecoins — onramp, offramp, and user operations for platforms building global money movement.

Saber Money is cross-border payment infrastructure powered by stablecoins. We help platforms move money in and out of local currencies around the world — fast, compliant, and without needing to build banking or settlement rails themselves.

Under the hood, funds settle through stablecoins. From your side, and your users' side, it looks and feels like payments: a user pays in, a user gets paid out, and your business can hold and move balances across corridors without separately managing crypto infrastructure.

<Info>
  Both **USDT** and **USDC** are supported across all Saber operations.
</Info>

## What you can do with Saber

<CardGroup cols={2}>
  <Card title="Onramp" icon="arrow-down-to-line" href="/onramp/overview" cta="Explore Onramp" arrow="true">
    Convert a user's local currency into stablecoin — credited to your Pool Account or sent directly to an external wallet.
  </Card>

  <Card title="Offramp" icon="arrow-up-from-line" href="/offramp/overview" cta="Explore Offramp" arrow="true">
    Convert stablecoin into local currency, paid out directly to your user's bank account.
  </Card>

  <Card title="User Operations" icon="user-check" href="/user/overview" cta="Explore User Operations" arrow="true">
    Create users, run KYC, link bank accounts, and manage user-level wallets and limits.
  </Card>

  <Card title="Pool Account" icon="vault" href="/client/pool-account/overview" cta="Explore Pool Account" arrow="true">
    Hold and manage stablecoin liquidity at the merchant level to power onramp and offramp at scale.
  </Card>
</CardGroup>

## Where Saber operates

Saber supports payment corridors across multiple regions, with new corridors added regularly. Every corridor comes with its own supported payment rails, currency-specific requirements, and settlement timing — each documented on its own dedicated flow page.

**Offramp corridors**

<CardGroup cols={2}>
  <Card title="India — INR" icon="flag" href="/offramp/currencies/inr" cta="View INR Offramp" arrow="true" />

  <Card title="Philippines — PHP" icon="flag" href="/offramp/currencies/php" cta="View PHP Offramp" arrow="true" />

  <Card title="Eurozone / UK — EUR, GBP" icon="flag" href="/offramp/currencies/eur-gbp" cta="View EUR/GBP Offramp" arrow="true" />

  <Card title="Indonesia — IDR" icon="flag" href="/offramp/currencies/idr" cta="View IDR Offramp" arrow="true" />
</CardGroup>

**Onramp corridors**

<CardGroup cols={2}>
  <Card title="Eurozone / UK — EUR, GBP" icon="flag" href="/onramp/currencies/eur-gbp" cta="View EUR/GBP Onramp" arrow="true" />

  <Card title="United States — USD" icon="flag" href="/onramp/currencies/usd" cta="View USD Onramp" arrow="true" />
</CardGroup>

<Tip>
  Don't see a corridor you need? Reach out to your Saber account contact — new corridors are added on an ongoing basis.
</Tip>

## How Saber fits into your product

Every transaction follows the same four-step sequence:

<Steps>
  <Step title="Create User">
    Create a user record in Saber's system, giving you a user ID that every subsequent step is tied to.
  </Step>

  <Step title="KYC">
    Complete identity verification for the user before any bank linkage or transaction can proceed.
  </Step>

  <Step title="Bank Account Linkage">
    Link the user's bank account, required for offramp payouts and for certain onramp payment methods.
  </Step>

  <Step title="Transaction">
    Trigger the onramp or offramp transaction itself — settling to your Pool Account or directly to an external wallet.
  </Step>
</Steps>

Alongside that flow, two things operate independently rather than as steps in it — you'll use both continuously, not just once per transaction:

<CardGroup cols={2}>
  <Card title="Pool Account" icon="vault" href="/client/pool-account/overview" cta="Learn about Pool Accounts" arrow="true">
    Your merchant-level stablecoin liquidity — held, topped up, and withdrawn independently of any single transaction.
  </Card>

  <Card title="Dashboard" icon="airplay" href="/client/dashboard/overview" cta="Explore the Dashboard" arrow="true">
    Where you monitor transactions and users, manage API keys and webhooks, and manage team access, at any time.
  </Card>
</CardGroup>

## Who Saber is for

Saber is built for platforms that want to offer their users global payment functionality — fintechs, remittance apps, wallets, exchanges, and marketplaces — without becoming a licensed money-transmitter themselves or building settlement infrastructure from scratch.

## Where to go next

<CardGroup cols={2}>
  <Card title="Guide: Offramp Overview" icon="book-open" href="/offramp/overview" cta="Read the guide" arrow="true">
    Understand offramp flows, supported corridors, and transaction models.
  </Card>

  <Card title="Guide: Onramp Overview" icon="book-open" href="/onramp/overview" cta="Read the guide" arrow="true">
    Understand onramp flows, supported corridors, and transaction models.
  </Card>

  <Card title="Guide: User Operations" icon="book-open" href="/user/overview" cta="Read the guide" arrow="true">
    Understand the user, KYC, and wallet layer underneath every flow.
  </Card>

  <Card title="API Authentication" icon="key" href="/getting-started/auth" cta="Get set up" arrow="true">
    Set up signed requests and get your first API call working.
  </Card>
</CardGroup>


## Related topics

- [Through Saber Widget](/user/bank-account/widget.md)
- [KYC Widget](/user/kyc/widget.md)
- [Triggering Limit Upgrade and EDD](/users/limits-edd/widget.md)
- [Understanding the Platform](/getting-started/platform-intro.md)
- [Initiating Transaction](/onramp/operations/initiate-transaction.md)
