XRPL Minimum Fee Requirements

XRPL Minimum Fee Requirements detail image 1
XRPL Minimum Fee Requirements detail image 2

What Is the XRPL Minimum Fee?

The XRPL minimum fee — also called the reference transaction cost — is the lowest amount of XRP that any standard transaction can specify in its Fee field. This floor is currently set at 10 drops, or 0.00001 XRP. Every rippled server on the network applies a load-based threshold: transactions that specify a fee below the server's current threshold are simply ignored and never relayed. If the fee meets the threshold but falls below the open ledger cost, the transaction enters a queue for inclusion in a future ledger. Only transactions with fees at or above the open ledger cost threshold are guaranteed immediate inclusion.

Key Facts:

  • Network: XRP Ledger (XRPL)
  • Base Fee: 0.00001 XRP (10 Drops)
  • Fee Currency: XRP (drops)
  • USD Equivalent: ~$0.0000152
  • Fee Type: Burned (deflationary)
  • Account Reserve: 1 XRP
XRPL Minimum Fee Requirements additional info
XRPL Minimum Fee Requirements network overview

During normal network conditions, the XRPL minimum fee of 10 drops is sufficient for prompt transaction processing. However, during periods of unusually high transaction volume, validators may temporarily raise their thresholds above the base minimum. Ripple's CTO has publicly explained that XRP fees are not fixed but adjust in real time based on demand — transactions nearing 200 per ledger can trigger fee escalation. Best practice is to query the current fee via the rippled API immediately before signing, particularly for time-sensitive transactions. This ensures your transaction includes an adequate fee to be included in the next validated ledger without overpaying.