How fast are XRP transactions?
Reviewed by AllAboutXRP Editorial on August 24, 2026
Quick Answer
The XRP Ledger usually closes validated ledgers in several seconds. A transaction should be treated as final only after it appears in a validated ledger with a successful result.
The XRP Ledger usually closes validated ledgers in several seconds. A submitted transaction is not final merely because a wallet displays it as pending or tentatively accepted. The important state is inclusion in a validated ledger with a successful result.
Submission, validation, and finality
A client signs and submits a transaction, servers relay it, validators work toward agreement on the next ledger, and a validated ledger becomes the canonical result. Exact timing varies with network conditions and transaction settings. The XRPL ledger-close documentation explains the process and why close intervals are not fixed promises.
Static transactions-per-second comparisons are often misleading. Capacity tests, current observed throughput, payment complexity, and finality definitions differ across networks. A responsible comparison names the dataset, test conditions, date, and whether it measures submitted, executed, or finalized transactions.
How to verify a payment
Use the transaction hash to query a trusted XRPL server. Confirm that the transaction appears in a validated ledger, inspect the result code, and use delivered amount when partial-payment behavior is possible. The official transaction lookup method documents those fields.