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:- Launcher - the user opens the widget
- Amount - they choose how much to deposit
- Fund with - they pick a wallet, an exchange, or a card
- Connect - they connect the chosen source
- Review - they confirm the amount and route
- Routing - Rheon settles the funds cross-chain
- 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 reachescompleted. See Transaction
statuses and Webhooks.