Understanding how XRP fees work requires knowing the three layers of the XRPL fee system: the base fee, the load scaling mechanism, and the fee burn process. Together, these three components make XRP transactions both cheap under normal conditions and self-regulating during high demand.
Every signed XRP transaction includes a Fee field. This field is immutable once signed — changing it would invalidate the transaction signature. The XRP Ledger executes transactions exactly as signed, destroying the exact fee amount specified regardless of the current minimum.
The base fee is 10 drops (0.00001 XRP). This minimum applies to all standard payment transactions. Specialized transaction types like escrow creation or DEX orders may require higher base fees due to their computational complexity, but payments always start at 10 drops.

Fee Escalation: When Fees Rise Above the Minimum
- Validators independently estimate how many transactions fit per ledger
- When demand exceeds ~200 transactions per ledger, an exponential fee curve activates
- Fees rise sharply to prioritize urgent transactions and deter spam
- Fees return to baseline once congestion clears — typically within seconds
The exponential curve is intentional — it forces clear price signals that resolve congestion quickly.