XRP vs. Bitcoin
How XRP and the XRP Ledger differ from Bitcoin in consensus mechanism, supply model, speed, and purpose.
| XRP / XRP Ledger | Bitcoin | |
|---|---|---|
| Consensus | Federated Byzantine agreement among trusted validators | Proof-of-work mining |
| Energy use | Low — no competitive computation required | High — mining requires large, ongoing computational (and energy) expenditure |
| Settlement time | ~3–5 seconds, final at ledger close | ~10 minutes per block; multiple confirmations typically awaited for high-value finality |
| Total supply | 100 billion, fixed at 2012 genesis; only decreases via fee burning | 21 million, issued gradually via mining until ~2140 |
| Issuance model | None — all supply created at once, no new issuance possible | Gradual, halving roughly every four years |
| Native programmability | Trust lines, DEX, AMM, escrow, payment channels, NFTs — all protocol-native | Minimal scripting; more complex logic generally requires layered protocols |
| Primary design goal | Fast, low-cost payments and currency exchange | Censorship-resistant, decentralized store of value ("digital gold") |
Different goals, different tradeoffs
Bitcoin was designed first and foremost to be maximally censorship-resistant and decentralized, even at the cost of speed and energy efficiency — proof-of-work's security model doesn't depend on anyone trusting anyone else, only on the cost of computation. The XRP Ledger was designed later, explicitly to address the speed, cost, and energy tradeoffs of that model, but in doing so it adopted a validator-trust-based consensus system instead (see Unique Node List and Validators) — which critics argue reintroduces a different kind of trust dependency that Bitcoin's design was specifically trying to avoid. See The Centralization Debate for that argument in more depth.
Supply model philosophy
Bitcoin's gradual, capped, halving-based issuance is central to its "digital gold" narrative — scarcity that increases predictably over more than a century. XRP's supply took the opposite approach: create the entire theoretical maximum at once, with no further issuance, and let a small transaction-fee burn slowly reduce it further over time. Both models are non-inflationary in the sense that neither has unbounded issuance, but they arrived at that property through very different mechanisms.
Use-case positioning
Bitcoin is generally positioned (and largely used) as a store of value and a hedge against traditional financial systems. XRP is generally positioned around payments and liquidity — its fast settlement and native currency-exchange features are the parts of its design most directly aimed at that use case, as described throughout the Technology section of this wiki.