What is XRPL account reserve?
Last updated:
XRPL account reserves are mandatory XRP deposits that every account must maintain to exist on the XRP Ledger. The current reserve requirement consists of a base reserve of 10 XRP for the account itself, plus owner reserves of 2 XRP for each ledger object the account creates, such as trust lines, escrows, or payment channels.
The reserve system serves as XRP Ledger's primary defense against ledger bloat and spam attacks. When Ripple designed XRPL in 2012, they recognized that without economic barriers, malicious actors could create millions of worthless accounts and objects, degrading network performance for legitimate users. Unlike transaction fees that are destroyed, reserves remain locked in accounts and can be recovered when objects are deleted or accounts are removed. This mechanism ensures that every byte of ledger data has real economic value backing it.
The base reserve of 10 XRP establishes the minimum balance required for any active XRPL account. This amount cannot be spent while the account remains active—it effectively becomes frozen until the account is deleted. Owner reserves add 2 XRP for each additional object an account creates. For example, an account holding three different tokens would need three trust lines, requiring 6 XRP in owner reserves plus the 10 XRP base reserve, totaling 16 XRP in locked funds.
Reserve requirements are not permanently fixed. The XRP Ledger community can adjust these amounts through the amendment process if network conditions change. Historical data shows reserves have decreased over time—the base reserve was once 200 XRP, then 20 XRP, before reaching the current 10 XRP level. This reduction occurred as XRP's value increased and the network matured, maintaining the same economic barrier while requiring fewer tokens.
Account holders can recover reserve funds by removing ledger objects they no longer need. Deleting a trust line returns its 2 XRP owner reserve to the account's available balance. However, some objects like escrows have specific conditions for removal. Accounts can also be completely deleted to recover the full base reserve, though this requires the account balance to equal exactly the reserve requirement with no outstanding objects.
For institutional users and developers, understanding reserves is crucial for treasury management and application design. Payment processors must factor reserve costs when calculating the true cost of serving customers who need multiple trust lines. DeFi protocols must consider how reserve requirements affect user onboarding costs compared to other blockchains. Exchanges typically absorb reserve costs for their customers' token listings but may pass these costs through in their fee structures.
Reserve requirements also influence XRPL's tokenomics by removing XRP from circulation proportional to network adoption. As more accounts and objects are created, more XRP becomes locked in reserves, creating natural deflationary pressure. This mechanism aligns network growth with reduced liquid supply, though the effect varies based on actual usage patterns versus speculative account creation.
The reserve system represents a fundamental trade-off between accessibility and sustainability that distinguishes XRPL from networks relying solely on gas fees for spam prevention.