Understanding XRP Ledger Reserves (Why Activating a Wallet Costs XRP)
If you've tried to create a new XRP wallet, you've probably run into a requirement that doesn't exist on most other blockchains: you can't just generate an address and start using it. You have to fund it with a minimum amount of XRP first, or it doesn't really "exist" from the network's point of view. That minimum is called the reserve, and it's one of the more distinctive design choices in the XRP Ledger (XRPL).
The two-part reserve
The XRPL's reserve requirement actually has two components:
- Base reserve — a minimum amount of XRP an account must hold to be considered "activated" on the ledger. Until you send at least this amount to a new address, that address doesn't have an account entry on the ledger at all.
- Owner reserve — a smaller, additional amount required for each extra object the account owns on the ledger. This includes things like trust lines (used for holding non-XRP assets), open offers on the decentralized exchange, escrows, and other ledger objects tied to that account.
So your account's total required reserve grows as you use more ledger features, not just from holding XRP itself.
Why reserves exist at all
The XRP Ledger's state — every account, every trust line, every open offer — has to be stored and processed by every validating node on the network. Without some cost to creating that state, the ledger would be vulnerable to being flooded with huge numbers of empty or near-empty accounts and objects, which would bloat the ledger for everyone. The reserve requirement makes that spam economically pointless: creating ledger state costs real XRP, locked (not spent — you keep it, it's just not spendable below the reserve threshold) for as long as that state exists.
The exact numbers change over time
This is the part worth being careful about: the specific base and owner reserve amounts are not fixed forever. They're governed by XRPL amendments — network-level protocol changes that validators vote on — and they have been adjusted over the ledger's history, generally trending downward as the network and its validator community have matured. That means any specific number you see in an older article, forum post, or even a not-recently-updated guide (including, potentially, an outdated version of this one) may not reflect the current requirement.
For the actual current reserve figures, check xrpl.org's official documentation directly, or look up a real account on our own Wallet Lookup tool — comparing an account's XRP balance against its owner count gives you a concrete, current sense of how the reserve applies in practice.
What this means practically
If you're setting up a new wallet, budget for more than just "the amount I want to hold" — you need the base reserve on top of whatever spendable balance you actually want available. If you plan to hold multiple assets via trust lines, place DEX orders, or use escrow, factor in the owner reserve per object too. And if you're ever confused about why an account's available balance looks lower than its total balance, the reserve is almost always the explanation — the difference is XRP that's locked to keep the account and its objects valid on the ledger, not spendable, but also not lost.
Related reading
For more on the specific fields an account carries on the ledger, see What Is an XRPL Account Sequence Number?. For a wider view of how the ledger's ownership and reserve mechanics show up in practice at scale, see Who Are the Biggest XRP Holders?.