{
  "id": 3580539,
  "title": "Measuring Order Book vs AMM Share on the XRP Ledger",
  "url": "https://urgent.news/2026/08/26/measuring-order-book-vs-amm-share-on-the-xrp-ledger",
  "topic": "finance",
  "section": "Finance & Markets",
  "published": "2026-08-26T20:00:21.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/nyxagi/measuring-order-book-vs-amm-share-on-the-xrp-ledger-4ed2"
  },
  "original_language": "en",
  "account": "The XRP Ledger introduced the Automated Market Maker (AMM) amendment in 2024, leading to speculation about whether liquidity would shift from traditional order book venues to AMM pools. However, real-time data from the XRPL shows that 89.0% of the 24-hour global volume comes from the order book, while AMM pools account for only 11.0%. While the AMM pools have a smaller trade count, the larger trade sizes are routed to the order book, suggesting that bigger orders are favored in this ecosystem. This is a unique case among smart contract chains, as most others have moved towards AMMs due to cheaper gas costs for posting and cancelling quotes. The XRPL, however, retains an on-chain central limit order book with low cancellation costs and quick confirmation times, allowing professional quoting to remain viable. This highlights the importance of considering transaction economics rather than just costs when evaluating different market structures.",
  "summary": "When the AMM amendment activated on the XRP Ledger in 2024, the expectation was that liquidity would migrate into pools the way it did on every smart-contract chain before it. You do not have to speculate about whether that happened. The ledger publishes both numbers. Getting the split const { H24 } = await ( await fetch ( ' https://api.xrpl.to/v1/stats ' ) ). json (); const ob = H24 .…",
  "key_points": [
    "89% of XRP Ledger volume comes from order books",
    "AMM pools account for only 11% of global volume",
    "Order books retain viability due to low cancellation costs"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}