You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/upgrades/merge/issuance/index.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ title="ETH issuance tldr">
22
22
- Stakers are issued approximately 1,700 ETH/day, based on about 14 million total ETH staked
23
23
- The exact staking issuance fluctuates based on the total amount of ETH staked
24
24
-**Since The Merge, only the ~1,700 ETH/day remains, dropping total new ETH issuance by ~88%**
25
-
- The burn: This fluctuate according to network demand. _If_ an average gas price of at least 17 gwei is observed for a given day, this effectively offsets the ~1,700 ETH that is issued to validators and brings net ETH inflation to zero or less for that day.
25
+
- The burn: This fluctuate according to network demand. _If_ an average gas price of at least 16 gwei is observed for a given day, this effectively offsets the ~1,700 ETH that is issued to validators and brings net ETH inflation to zero or less for that day.
26
26
27
27
</Card>
28
28
@@ -40,8 +40,6 @@ Validators on the Beacon Chain are rewarded with ETH for attesting to the state
<!-- Total ETH supply: **~119,300,000 ETH** (as of Q2 2022, prior to The Merge) -->
44
-
45
43
Total ETH supply: **~120,520,000 ETH** (at time of The Merge in September 2022)
46
44
47
45
**Execution layer issuance:**
@@ -101,18 +99,19 @@ On top of the fee burn implemented by the London upgrade, validators can also in
101
99
102
100
As discussed above, the amount of ETH issued in a given day is dependent upon the total ETH staked. At time of writing, this is approximately 1700 ETH/day.
103
101
104
-
To determine the average gas price required to completely offset this issuance in a given 24-hour period, we'll start by calculating the total number of blocks in a day:
102
+
To determine the average gas price required to completely offset this issuance in a given 24-hour period, we'll start by calculating the total number of blocks in a day, given a block time of 12 seconds:
Each block targets `15x10^6 gas/block` ([more on gas](/developers/docs/gas/)). Using this, we can solve for the average gas price (in units of gwei/gas) required to offset issuance, given a total daily ETH issuance of 1700 ETH:
-`Y = (1700(10^9))/(7200 * 15(10^6)) = (1700(10^3)/(7200 * 15)) = 16 gwei` (rounding to only two significant digits)
114
+
-`Y = (1700(10^9))/(7200 * 15(10^6)) = (17x10^3)/(72 * 15) = 16 gwei` (rounding to only two significant digits)
116
115
117
116
Another way to rearrange this last step would be to replace `1700` with a variable `X` that represents the daily ETH issuance, and to simplify the rest to:
0 commit comments