The XRPL agentic economy
AI agents increasingly need to pay for data and compute autonomously — without human checkout flows. x402 is an open, HTTP-native payment protocol that lets a server respond 402 Payment Required and a buyer (often an AI agent) settle that payment on-chain in a single retry — no accounts, no API keys, no subscriptions. On the XRP Ledger, x402 payments settle in XRP or RLUSD in a few seconds via hosted facilitators. This page explains how it works and shows the paid endpoints we operate as a pilot.
Why now: a 2026 Crypto×AI survey from IC3 concludes that AI-crypto integration is "still in the very early stages of meaningful integration". That is the timing case for building agent-payable infrastructure on XRPL today: the primitives — x402 gating, RLUSD settlement, sub-5-second finality — already work, while the agent economy that will depend on them is still forming.
Live XRPL network stats
Sourced live from the same XRPL RPC + price feeds used across xrpl.network (lib/live) — the settlement layer agents transact on.
Ledger TPS
36.5
transactions/sec, live ledger
Ledger close time
4.0s
time to finality per ledger
Active validators
28
consensus quorum
XRP price
$1.4400
used to price agent payments
Avg network fee
0.005000 XRP
per transaction — the cost floor for micropayments
24h network volume
$3652.3M
XRP trading volume, 24h
RLUSD volume proxy
$995.3M
stablecoin settlement rail for agent payments
x402 on XRPL
Peer-reviewed research (Vardhan et al., IEEE ICDLT 2025) proposes an XRPL-native PKI that issues, stores, and revokes credentials on-ledger — independent academic validation that XRPL-native, issuer-controlled, revocable credentials are a real identity primitive, not just a pilot idea.
xrpl.global implements this natively today via XLS-70 Credentials — typed on-ledger credential objects with subject-acceptance semantics and native CredentialDelete revocation, rather than approximating the primitive with memos or NFTs.
t54 operates XRPL-native x402 facilitators that verify and settle payments on behalf of resource servers, without ever holding payer keys. Our pilot uses the testnet facilitator.
testnet: xrpl-facilitator-testnet.t54.ai
mainnet: xrpl-facilitator-mainnet.t54.ai
The x402 ecosystem crossed 1M+ agent-initiated payments in July 2026 across x402 facilitators, reflecting fast-growing adoption of pay-per-call APIs by autonomous agents.
Static educational content — not a live xrpl.network metricBeyond XRP, the x402 "exact" scheme supports IOU settlement — agents can pay in RLUSD by presigning a Payment transaction with the RLUSD currency code and issuer, giving dollar-denominated pricing without an XRP price dependency.
Educational — protocol capabilityOur paid API endpoints
Pilot x402-gated endpoints, sourced live from /.well-known/x402.json. Gating is feature-flagged — browser and session traffic is always free; only programmatic callers are charged, and only when explicitly enabled.
| Endpoint | Resource | Price | Description | Status |
|---|---|---|---|---|
| GET /api/x402/demo | xrpl-network:x402-demo | 0.001 RLUSD | Small x402 settlement demonstration payload for integration testing. | Always-on demo |
| GET /api/ai/insights | xrpl-network:ai-insights | 0.05 RLUSD | Multi-factor XRP market insight response with methodology, factors, and derived signal context. | Flagged |
| GET /api/whale | xrpl-network:whale | 0.01 RLUSD | Recent large XRPL transfers with aggregate whale-flow and exchange-flow context. | Flagged |
| GET /api/kpis | xrpl-network:kpis | 0.01 RLUSD | Current XRPL network KPI snapshot covering volume, transactions, TPS, validators, and RLUSD/RWA activity. | Flagged |
| GET /api/rlusd | xrpl-network:rlusd | 0.01 RLUSD | RLUSD supply, peg, reserve, trustline, volume, and chain-level metrics. | Flagged |
| GET /api/rwa | xrpl-network:rwa | 0.01 RLUSD | XRPL real-world-asset tokenization totals and individual asset market, volume, and yield fields. | Flagged |
| GET /api/intelligence/backbone | xrpl-network:intel-backbone | 0.05 RLUSD | Experimental wallet-persistence backbone segmentation with reciprocity, loop, and flow metrics. | Flagged |
| GET /api/intelligence/signals | xrpl-network:intel-signals | 0.05 RLUSD | Experimental all-token manipulation heuristic signals based on explainable price and volume deviations. | Flagged |
| GET /api/intelligence/signals/{token} | xrpl-network:intel-signals-token | 0.05 RLUSD | Experimental explainable manipulation heuristic for one XRPL token currency and optional issuer. | Flagged |
Research foundations
The academic and industry sources behind the claims on this page.