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

# Welcome

> Documentation for Reiy Finance, an intent-based meta DEX aggregator on Sui.

<Frame>
  <img src="https://mintcdn.com/reiyfinance/ip8hkcXrxLNIuQmG/assets/reiy-soft-wave.gif?s=6ba0d774e4f61d5f023cd63581dae6ed" alt="Reiy Finance" width="1435" height="1373" data-path="assets/reiy-soft-wave.gif" />
</Frame>

# Reiy Finance

Reiy Finance is an intent-based meta DEX aggregator on Sui. Instead of picking a pool or a route, you state the outcome you want, and solvers compete to fill it by aggregating liquidity across every Sui venue. The result is best execution with custody and a guaranteed minimum enforced on-chain.

Reiy is built from two layers that work together.

## What is Reiy Protocol?

Reiy Protocol is the on-chain layer: a set of Move contracts on Sui that hold your funds in escrow, admit each intent against a fair market floor, verify the winning solution, and settle it atomically. Custody and every user protection live here, so safety never depends on an off-chain operator.

## What is Fisherman?

Fisherman is the off-chain Execution Coordinator. It reads open intents, groups them into auction rounds, asks solvers to compete, ranks their solutions, and signs a certificate that lets the winning solver settle. Fisherman orchestrates competition but holds no funds and cannot override the contracts.

## How to use these docs

Reiy docs follow a question-oriented structure:

* **Concepts** explain what something is (for example, intents or how settlement works).
* **Tutorials** show how to do something (make a trade, run a solver).
* **Technical Reference** holds exact details (definitions, formulas, contracts, APIs, architecture).
* **Integrate** points developers and solvers to the right implementation path.

<CardGroup cols={3}>
  <Card title="For traders" href="/reiy-protocol/tutorials/traders/make-a-trade">
    State an intent and watch solvers compete to fill it.
  </Card>

  <Card title="For solvers" href="/reiy-protocol/integrate/solver-integration">
    Join the network, implement the API, and settle winning rounds.
  </Card>

  <Card title="For developers" href="/reiy-protocol/integrate/app-integration">
    Build on the intent interface with the contracts SDK.
  </Card>
</CardGroup>
