diff --git a/concept-transaction-cost.html b/concept-transaction-cost.html index 78103abf9f..71149fcf14 100644 --- a/concept-transaction-cost.html +++ b/concept-transaction-cost.html @@ -169,7 +169,7 @@
to protect the Ripple Consensus Ledger from being disrupted by spam and denial-of-service attacks, each transaction must destroy a small amount of XRP. This transaction cost is designed to increase along with the load on the network, making it very expensive to deliberately or inadvertently overload the network.
Every transaction must specify how much XRP to destroy to pay the transaction cost.
The current transaction cost required by the network for a standard transaction is typically 0.01 XRP (10,000 drops), after load scaling. It sometimes increases due to higher than usual load.
+The current minimum transaction cost required by the network for a standard transaction is 0.00001 XRP (10 drops). It sometimes increases due to higher than usual load.
You can also query rippled for the current transaction cost.
Some transactions have different transaction costs:
diff --git a/content/concept-transaction-cost.md b/content/concept-transaction-cost.md index 4a0def0391..8fcdd86ec0 100644 --- a/content/concept-transaction-cost.md +++ b/content/concept-transaction-cost.md @@ -7,7 +7,7 @@ Every transaction must [specify how much XRP to destroy](#specifying-the-transac ## Current Transaction Cost ## -The current transaction cost required by the network for a standard transaction is typically **0.01 XRP** (10,000 drops), after load scaling. It sometimes increases due to higher than usual load. +The current minimum transaction cost required by the network for a standard transaction is **0.00001 XRP** (10 drops). It sometimes increases due to higher than usual load. You can also [query `rippled` for the current transaction cost](#querying-the-transaction-cost).