Skip to main content
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.
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.

See it live

A preview of the deposit widget runs at 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

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.

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 and Webhooks.