XRPL Reserve Requirement Explained
What Is the XRP Ledger Reserve Requirement?
The XRP Ledger requires every account to hold a minimum amount of XRP at all times — known as the base reserve. This is currently set at 1 XRP. Additionally, each object an account owns in the ledger (such as trust lines, open orders, or escrows) requires an additional owner reserve of 0.2 XRP per object.
The reserve requirement is not a fee — the XRP is not destroyed or paid to anyone. It is simply locked in the account and cannot be spent as long as the account and its objects exist. This design protects the network from unnecessary ledger bloat caused by spam accounts.
Why Does XRPL Require a Reserve?
Every server in the XRP Ledger network must maintain a full copy of the current ledger state, including all accounts and their objects. Storage and memory are not free. If accounts could be created at zero cost and never deleted, malicious actors could flood the ledger with millions of empty accounts, degrading performance for all participants.
The reserve requirement creates an economic barrier: to create an account, you must lock up 1 XRP. This XRP is recoverable if the account is eventually deleted (a process supported by the XRPL), minus a small deletion fee. Owner reserves add additional friction for each ledger object created, discouraging careless or malicious expansion of ledger state.
How Reserve Affects New Users
For new users, the reserve requirement means that receiving XRP for the first time requires the sender to provide at least 1 XRP to fund the new account. Any amount below the base reserve will fail to activate the account. This is often a point of confusion for newcomers — if you try to send less than 1 XRP to a brand-new wallet address, the transaction will not create the account.
Exchanges and wallets often handle this activation automatically, but it is an important consideration for developers building on the XRPL or users managing their own wallets.
Key Facts:
Base Reserve: 1 XRP per account
Owner Reserve: 0.2 XRP per ledger object
Is It a Fee?: No — locked, not burned
Recoverable?: Yes, if account is deleted
Set By: Validator fee voting
Purpose: Prevent ledger spam