The XRP Ledger (XRPL) base fee is the minimum cost required to submit any transaction to the network. Currently set at 0.00001 XRP, commonly referred to as 10 drops, this fee plays a critical role in keeping the ledger healthy, spam-free, and efficient.
Unlike many blockchains where transaction fees are collected by validators or miners, the XRPL burns every fee permanently. This deflationary mechanism reduces the overall XRP supply slightly with every transaction processed on the network.
The base fee is not arbitrary — it reflects the minimum computational cost of processing a standard transaction. The actual fee paid may rise during periods of high network activity, because each rippled server automatically scales the fee in proportion to its current load level using the formula: Current Transaction Cost = base_fee × load_factor ÷ load_base.
Why Is There a Base Fee at All?
The base fee exists primarily to prevent spam and denial-of-service attacks. A zero-fee model would allow malicious actors to flood the network with junk transactions at no cost, overwhelming server resources. Even a fraction of a cent is enough to deter large-scale abuse while remaining negligible for legitimate users.
At 0.00001 XRP per transaction, a single XRP covers approximately 100,000 individual transactions. This makes XRPL one of the lowest-cost major blockchains in operation today.