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

# Stablecoin Onramp

Combine cash deposits with a crypto withdrawal to onramp cash into a target
stablecoin address. Onboard supports a number of EVM chains as well as Solana
and Tron.

<img src="https://mintcdn.com/onboard-business-api/2pCslEm7v8yUVDTL/images/diagrams/stablecoin-onramp-flow.svg?fit=max&auto=format&n=2pCslEm7v8yUVDTL&q=85&s=2df976119088538e3723c2f7cc24bf4d" alt="A local currency cash deposit lands in the Onboard account and withdraws out as a stablecoin crypto transfer" width="591" height="96" data-path="images/diagrams/stablecoin-onramp-flow.svg" />

<Steps>
  <Step title="Collect the deposit">
    Run the [cash deposit flow](/guides/product-features/cash-deposits/flow)
    to bring local currency into your account.
  </Step>

  <Step title="Withdraw to a stablecoin address">
    Once the deposit completes, call
    [`POST /ledger/crypto-transfer`](/api-reference/endpoints/stablecoin/create-crypto-transfer)
    to send the equivalent value out to the target address.
  </Step>
</Steps>
