Definition and scope
Understanding XRPL Order Books addresses a distinct part of dex, amms, and native defi. Read the two-sided markets formed by offers exchanging one asset for another.
The XRP Ledger includes exchange and liquidity functions at the protocol layer. These topics explain how order books and AMMs interact, how users express prices and limits, and where liquidity, slippage, fees, and smart operational controls matter. Protocol liquidity does not guarantee price, depth, returns, legality, or issuer performance. Examples are mechanical, not trading advice.
How it works
An order book is defined by an asset pair and contains Offers expressing quantities to buy and sell. Quality represents the exchange ratio, and funded portions depend on each owner's current spendable balance.
- book_offers: verify this field, object, or component against the cited protocol documentation.
- TakerGets: verify this field, object, or component against the cited protocol documentation.
- TakerPays: verify this field, object, or component against the cited protocol documentation.
- quality: verify this field, object, or component against the cited protocol documentation.
- funded amount: verify this field, object, or component against the cited protocol documentation.
Practical example and checks
An application calls book_offers for the exact XRP/USD-issuer pair, normalizes qualities without losing precision, and distinguishes nominal offer size from funded liquidity.
For production use, preserve the exact signed or queried data, record the network and validated ledger reference, and compare the result with the current primary documentation before changing off-ledger state.
Open the related live demo or evidence lab →Limits, risks, and common confusion
Books for the same currency code but different issuers are separate markets. Visible offers can change before execution and may be partially unfunded or consumed by other transactions.
Protocol liquidity does not guarantee price, depth, returns, legality, or issuer performance. Examples are mechanical, not trading advice.
Current network status
Enabled on XRPL Mainnet. The underlying protocol capability is available on XRPL Mainnet. Individual services can still impose additional rules, limits, or trust assumptions.
Status reviewed 2026-08-23. Amendment-dependent behavior must be rechecked against the network's live feature state before operational use.