Loading XRP price…
XRP Ledger

The XRP Ledger, explained properly

The XRP Ledger is a public blockchain that has produced a new ledger every few seconds since 2012 without ever mining a block. Understanding how it reaches agreement explains almost everything else about it — the speed, the fees, the reserve requirement and the built-in exchange.

Consensus instead of mining

In a proof-of-work chain, the right to add the next block is bought with electricity. On the XRP Ledger it is decided by agreement. Each server keeps a list of validators it considers trustworthy — its Unique Node List — and repeatedly asks: which candidate transactions do enough of them also want to include? Proposals converge over a handful of rounds until a supermajority agrees, then the ledger closes and is validated.

Two consequences matter for anyone using XRP. First, settlement is fast and final: three to five seconds, with no reorganisation risk. Second, energy consumption is negligible, because no work is being wasted to establish who goes next.

The security assumption is different too. Bitcoin assumes an honest majority of hash power; the XRP Ledger assumes sufficient overlap between the validator lists that participants trust. If those lists diverged badly the network would stop making progress rather than silently rewrite history — a deliberate choice favouring safety over liveness.

Fees are burned, not paid

Every transaction destroys a small amount of XRP — typically around ten drops, or 0.00001 XRP. Nobody collects it. The fee exists purely to make spam costly, and it scales up automatically when the network is under load, pricing out flooding without affecting normal use. The side-effect is that the total XRP supply only ever decreases.

The reserve requirement

Every account must hold a base reserve of XRP, and each object it owns — a trust line, an offer, an NFT page — adds an incremental reserve. This is not a fee; it is a refundable deposit against ledger space, returned when the object is removed or the account deleted. It is also the reason a brand-new XRP wallet cannot be funded with an arbitrarily tiny amount, and the reason your spendable balance is slightly lower than your total balance.

Tokens, trust lines and the built-in exchange

Anyone can issue an asset on the XRP Ledger, and holders opt into that asset by creating a trust line — an explicit statement of how much of an issuer's obligation they are willing to hold. Stablecoins on the ledger, including Ripple's RLUSD, work this way.

Those assets trade on a decentralised exchange built into the protocol itself, alongside automated market maker pools added by amendment. Payments can be routed automatically through one or more of these order books, so a sender can pay in one asset and a recipient receive another in a single atomic transaction. This is the mechanism behind using XRP as a bridge currency: nobody has to hold it, it simply sits in the middle of the path for a few seconds.

How the ledger changes

New features arrive through amendments. Validators signal support, and once a feature holds an eighty percent majority for two weeks it activates. That process has added escrow, checks, the AMM, NFTs and credentials over the years, and it means the protocol changes only with sustained validator consent.

Protocol features

Payments and paths

A payment can automatically route through multiple order books to deliver an exact amount of the destination asset.

Decentralised exchange

Order books live in the ledger. Offers are matched during consensus rather than by an off-chain matching engine.

Automated market maker

The XLS-30 amendment added AMM pools that are quoted alongside order-book liquidity in the same path-finding step.

Issued currencies

Any account can issue an asset. Trust lines let holders cap their exposure to a given issuer.

Escrow and payment channels

Conditional and streaming payments are protocol features, so they do not depend on contract code being correct.

Native NFTs

XLS-20 defines minting, transfer, offers and royalties for non-fungible tokens at the protocol level.

Amendments

Protocol changes require sustained support from a supermajority of validators before they activate on mainnet.

Sidechains

An EVM-compatible sidechain and the Hooks project extend programmability without adding that complexity to the main ledger.

Where it sits against other chains

MetricXRPBitcoinEthereum
ConsensusXRP Ledger Consensus Protocol (validators)Proof of work (mining)Proof of stake (validators bond ETH)
Settlement time3–5 seconds~10 min per block, ~60 min for finality~12 sec per block, ~13 min for finality
Typical feeA fraction of a centVaries with congestion, often dollarsVaries with congestion, often dollars
Supply100 billion, fixed at genesis21 million, issued by mining until ~2140No hard cap, issuance offset by burning
Issuance todayNone — supply only shrinksNew coins to miners each blockNew ETH to stakers each block
Yield for holdersNo protocol staking rewardsNoneStaking rewards for validators and delegators
Smart contractsPurpose-built ledger features plus sidechainsLimited scriptingGeneral-purpose EVM contracts
Built-in exchangeYes — native order book and AMMNoNo, via third-party contracts

What this means when you buy XRP

Withdrawals from an exchange arrive in seconds and cost a fraction of a cent, so there is little reason to leave XRP on an exchange for convenience. Two practical details: your first withdrawal must be large enough to satisfy the account reserve, and deposits back to an exchange almost always need a destination tag or the exchange cannot credit them.

Frequently Asked Questions

Is the XRP Ledger a blockchain?

Yes. It is a public chain of ledger versions, each cryptographically linked to the last. What differs from Bitcoin is how the next version is agreed: validators vote rather than mine.

Who runs the validators?

Anyone can run one — universities, exchanges, businesses and individuals do. Validators earn nothing directly; they run because they depend on the ledger. Each server chooses a Unique Node List of validators it trusts, and the overlapping trust between those lists is what holds the network together.

Can XRP transactions be reversed?

No. Once a ledger closes, its transactions are final. There is no reorganisation risk and no confirmation count to wait through, which is one reason the ledger suits payments.

Why do I need to keep XRP in my wallet at all times?

The ledger enforces a base reserve on every account to stop the ledger being filled with cheap, empty accounts. That reserve is not spendable while the account exists, and each object the account owns adds a small additional reserve.

Can I stake XRP for yield?

No. Consensus does not use staking, so there is nothing to stake for and no protocol yield. Any product advertising XRP staking rewards is lending your XRP or paying you from somewhere else — treat it accordingly.