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

# Quickstart

> See the Rheon deposit widget and understand the deposit flow. Embedding and the API are coming soon.

The deposit widget (Stablecoin On/Off-Ramp) is live as a preview. This page shows what
it does and what the integration will look like.

<Note>
  The widget is a preview today. The embeddable integration (iframe / SDK + its
  configuration), the API, webhooks, and sandbox are in active development - they are
  marked **Coming soon** below and will be documented here as they ship.
</Note>

## See it live

A preview of the deposit widget runs at
[rheon-app.vercel.app](https://rheon-app.vercel.app). Open it to walk through the
deposit flow end to end.

## The deposit flow

A deposit moves through these steps:

1. **Launcher** - the user opens the widget
2. **Amount** - they choose how much to deposit
3. **Fund with** - they pick a wallet, an exchange, or a card
4. **Connect** - they connect the chosen source
5. **Review** - they confirm the amount and route
6. **Routing** - Rheon settles the funds cross-chain
7. **Success** - the USDC lands

## Embedding it in your app

<Note>
  **Coming soon.** The supported way to embed the widget (iframe or SDK) and the
  configuration it accepts (amount, target chain, target token, branding) is being
  finalized with the routing layer. The exact embed snippet and parameters will be
  documented here - this page will not show an example until it is real and tested.
</Note>

## Knowing when a deposit lands

Your backend will learn that a deposit completed through a webhook, and should credit the
user only when the deposit reaches `completed`. See [Transaction
statuses](/transactions/statuses) and [Webhooks](/webhooks).
