Who we are
Reiy is a protocol and engineering team focused on better on-chain execution for users, solvers, and applications. The project combines Sui Move contracts, an off-chain coordinator, solver competition, generated SDK bindings, and an indexer so the trading experience can feel simple while the execution layer remains competitive.What Reiy helps with
- Users get protected execution instead of manually choosing fragile routes.
- Solvers compete to provide better outcomes and earn fees for valid settlement.
- Apps can integrate a higher-level intent interface instead of building routing logic from scratch.
- Operators get indexed protocol state, settlement events, and infrastructure patterns for running services.
Why intents
A normal swap asks the user to choose execution details before the market has competed. An intent lets the user define constraints and lets specialized solvers compete to satisfy them. That separation matters because solvers can search liquidity, match compatible orders, route leftovers, and settle only when the result satisfies the user’s minimum.Audience
These docs are written for:- Future users and customers who want to understand what Reiy does and how trading works.
- Solvers who want to integrate and compete on execution.
Related Topics
The Problem
Why existing on-chain trading falls short.
How Reiy works
The end-to-end protocol flow.
Use Reiy
Follow the user-facing trading journey.