LIVE ON KAIA MAINNET
Trade regional stablecoins and USDT directly.
Makers escrow what they offer. Takers choose a live order. Rondo moves both legs together in one on-chain transaction — without routing the trade through a liquidity pool.
MARKETSJPYC · IDRX · IDRP / USDT
NETWORKKaia · 8217
SETTLEMENTAtomic
TAKINGOpen by default
Start with your goal
Use Rondo
Learn which side of the book to open, what to enter in the ticket, and why a fill may be disabled.
Build an integration
Read the book at one block, reproduce the contract’s rounding, and construct safe fill arguments.
The settlement in one view
Fixed price
The maker stores one ratio. It does not move after posting and a fill does not read the oracle.
Oracle-pegged
Every fill reprices from Orakl. The maker chooses the taker’s premium and a floor below which the order pauses.
What the protocol guarantees
Every visible order is escrow-backed
Every visible order is escrow-backed
The maker transfers the full offered amount into Rondo when the order is created. The contract
records what remains and never depends on the maker sending that token later.
Both legs settle together
Both legs settle together
Payment to the maker and release from escrow happen in one transaction. There is no protocol
state in which one leg completed while the other is still waiting for an operator.
A price move cannot exceed a signed bound
A price move cannot exceed a signed bound
The taker signs a maximum payment. A pegged maker stores a minimum acceptable rate. Movement
outside either bound causes a revert instead of an unexpectedly bad fill.
Protocol controls do not disable exits
Protocol controls do not disable exits
Pause and oracle staleness stop trading, not cancellation or expiry. Read the security model.
Fees are isolated from maker escrow
Fees are isolated from maker escrow
Protocol fees are accounted for separately from the balance still owed to open orders.
Access model
Taking availability is configurable. Integrations should call
canTake(account) on the selected
market rather than infer access from TAKER_ROLE alone.Security model
How Rondo protects escrow, settlement and transaction bounds.
Verified deployment
Market, lens, oracle and token addresses with the live configuration.


