Definition and scope
How the XRP Ledger Decentralized Exchange Works addresses a distinct part of dex, amms, and native defi. Understand the protocol-native marketplace for trading XRP and issued assets.
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
XRPL's protocol-native DEX matches Offer ledger entries and can combine order books with AMM liquidity during payments and trades. Asset identity always includes both currency and issuer except for XRP.
- OfferCreate: 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.
- order book: verify this field, object, or component against the cited protocol documentation.
- AMM: verify this field, object, or component against the cited protocol documentation.
Practical example and checks
A trader inspects both sides of the book, sets TakerGets and TakerPays with explicit limits, submits OfferCreate, and evaluates validated fills and remaining offer state.
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
Protocol-native does not remove market, issuer, liquidity, or custody risk. The ledger does not guarantee a fair price, legal status, or redemption of issued assets.
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.