Transaction Fees and Fee Burning
How XRP Ledger transaction fees work, why they are destroyed rather than paid to validators, and how this affects total supply.
Fees are burned, not paid out
Every transaction on the XRP Ledger costs a small fee, denominated in drops (1 drop = 0.000001 XRP). Unlike Bitcoin or Ethereum, where transaction fees are paid to whoever mines or validates the block, XRPL transaction fees are permanently destroyed — removed from the total supply entirely. No validator, and no company, receives them.
This is a deliberate design choice with two purposes:
- Spam and denial-of-service resistance. Because submitting a transaction always costs something, flooding the network with junk transactions has a real, unrecoverable cost to the attacker, without requiring the network to charge fees high enough to matter for legitimate users.
- No fee-market incentive misalignment. Because no one profits from fees, there's no incentive for a validator to withhold, reorder, or prioritize transactions in a way that benefits itself financially.
How the fee amount is set
The base transaction cost is small and can be dynamically adjusted upward by the network during periods of unusually high load, to preserve the anti-spam property under congestion. Under normal conditions, the fee for a standard transaction is a tiny fraction of a cent's worth of XRP.
Effect on total supply
Because every transaction destroys a small amount of XRP permanently, the total supply of XRP only ever decreases over time — there is no mechanism to create new XRP to replace what is burned. In practice, the amount burned per transaction is extremely small relative to the 100 billion XRP total supply, so the effect on supply is gradual rather than dramatic, but it is structurally one-directional. See Total Supply and Issuance for the full supply picture.
Why validators don't need a fee incentive
On proof-of-work networks, block rewards and fees are what incentivize miners to keep validating. The XRPL's validators are not compensated by the protocol at all — no block reward, no fee revenue. Validators are typically run by organizations (exchanges, wallet providers, Ripple itself, universities) that have their own independent reasons to want a healthy, reliable network — for example, needing fast and correct access to ledger data for their own products — rather than running a validator as a standalone profit center. This is a meaningfully different incentive model from most other major blockchains.