From 1e069e6f8a4d4ff2027bed22864f282bb7a3cd0b Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Fri, 16 Apr 2021 10:51:41 +1000 Subject: [PATCH] Remove 10 days from protocol fees docs (#202) --- docs/basics/protocol_fees.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/protocol_fees.rst b/docs/basics/protocol_fees.rst index 749191818e..4c5da35788 100644 --- a/docs/basics/protocol_fees.rst +++ b/docs/basics/protocol_fees.rst @@ -4,7 +4,7 @@ Protocol Fees An ETH protocol fee is paid by the Taker each time a `Limit Order <./orders.html#limit-orders>`_ is `filled <./functions.html>`_. The fee is proportional to the gas cost of filling an order and scales linearly with gas price. The cost is currently ``70k * tx.gasprice``. -Every 10 days, these fees are aggregated and distributed to the makers as a liquidity reward: the reward is proportional to the maker's collected fees and staked ZRX relative to other makers. +At the end of every Staking Epoch, these fees are aggregated and distributed to the makers as a liquidity reward: the reward is proportional to the maker's collected fees and staked ZRX relative to other makers. To learn more about protocol fees and liquidity incentives, see the `Official Spec `_. .. note::