Skip to main content

Core modules

Reiy Finance is deployed as a set of Move modules on the Sui network. Each module governs a specific capability — registry, solver management, PairBenchmark tracking, and settlement.
ContractNetworkDescription
RegistryMainnet / TestnetOn-chain hub for solvers, Benchmarks, and registered intents
PairBenchmarkMainnet / TestnetTrusted price records submitted by validators
Solver AccountMainnet / TestnetBond-backed solver registration and staking
SettlementMainnet / TestnetAtomic execution of winning Allocations via settlement certificates

Registry

The Registry stores the canonical list of active solvers, their PairBenchmark assignments, and the current epoch metadata. All network participants reference the Registry to discover valid counterparties.

Solver Account

Solver Accounts enforce the bond-backed participation model. To join, a solver deposits a bond denominated in REIY (or whitelisted assets), which is slashed if they fail to settle a winning Allocation. The bond threshold is governed by the Auctioneer Committee.

Deployment addresses

Deployment addresses and verified source code will be published at mainnet launch. For testnet, deployments are available via the faucet and devnet channels in the GitHub repository.

Overview

How Reiy Works

References