diff --git a/BEPs/BEP-341.md b/BEPs/BEP-341.md index c8df2e08..77db9f01 100644 --- a/BEPs/BEP-341.md +++ b/BEPs/BEP-341.md @@ -86,8 +86,8 @@ To prevent fewer than 1/2 of the nodes from controlling the entire network, bloc When n=1, it is equivalent to disabling the feature of consecutive block production, while significant optimization is observed when n belongs to the range [3,5]. Currently, the range for the value of n is set to [1,9] but except 2. #### 4.2.5 Combatting MEV -As the consecutive period in which a single validator gains priority in block production extends, it may facilitate MEV extraction, potentially leading validators to include more transactions in the later blocks they consecutively produce. To constrain validators to promptly package transactions, within a validator's consecutive priority over n blocks, the transaction fees' split to the SystemRewardContract will increase linearly with block number, capped at the value denoted as antiMEVSystemRewardRatio. -Respectively, the split ratio remains at initSystemRewardRatio when continuous block production is disabled. Once continuous block production is enabled (i.e., when n > 1), the systemRewardRatio is calculated as: +As the consecutive period in which a single validator gains priority in block production extends, it may facilitate MEV extraction, potentially leading validators to include more transactions in the later blocks they consecutively produce. To constrain validators to promptly package transactions, within a validator's consecutive priority over n blocks, the transaction fees' split to the SystemRewardContract will increase linearly with block number, capped at the value denoted as systemRewardAntiMEVRatio. +Respectively, the split ratio remains at systemRewardBaseRatio when continuous block production is disabled. Once continuous block production is enabled (i.e., when n > 1), the systemRewardRatio is calculated as:
@@ -95,7 +95,7 @@ as shown in the following picture:
-In addition, antiMEVSystemRewardRatio will be governable. +In addition, systemRewardAntiMEVRatio will be governable. ## 5. Incentive Fairness Analysis Within a single epoch, tail validators have fewer block-producing opportunities, but the allocation of priority rights is unbiased and cannot be manipulated. Therefore, from a statistical perspective, it is fair. diff --git a/BEPs/assets/bep-341/4.2.5-1.png b/BEPs/assets/bep-341/4.2.5-1.png index 8708dbe0..1de9bf86 100644 Binary files a/BEPs/assets/bep-341/4.2.5-1.png and b/BEPs/assets/bep-341/4.2.5-1.png differ