Skip to main content
Reiy is designed to feel like a protected trading flow. You choose the trade you want, Reiy turns it into an intent, solvers compete to execute it, and settlement only succeeds if your constraints are satisfied.

Your journey

  1. Choose the asset to sell and the asset to receive.
  2. Enter the amount, slippage preference, deadline, and partial-fill preference.
  3. Review the minimum output and fee information.
  4. Submit the intent on Sui.
  5. Wait while solvers compete to satisfy your intent.
  6. Track the final state: settled, cancelled, expired, or retrying.

What you see

StateMeaning
CreatedYour intent is escrowed on-chain and visible to the coordinator.
QuotingSolvers are being asked for pricing or execution options.
SolvingThe coordinator is grouping intents and selecting a valid solver response.
SettlingThe winning solver is submitting the certificate on-chain.
SettledYou received the buy asset and fees were applied.
CancelledYou reclaimed escrow before settlement.
ExpiredThe intent or certificate can no longer be settled as-is.

Why this helps you

  • You don’t need to choose a route manually.
  • Your escrow stays in Move contracts until cancellation or valid settlement.
  • Settlement must respect your protected minimums.
  • Solver competition can search better execution than a single route.
  • Indexed events make status visible to apps and dashboards.

Submitting intents

Intent fields and lifecycle.

Fees and safety

Your protections and fee expectations.

How Reiy works

Full system explanation.