-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update issuance page #7921
update issuance page #7921
Conversation
✅ ethereum-org-website-dev deploy preview ready
|
There's a typo in line 20 of your suggested text. |
Co-Authored-By: Sebastian Supreme <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm personally not sure about making such a large swing in the structure of this content and would love to hear what others think as well.
I know we're in a post-merge world, but this page is directly under upgrades/merge/issuance
and titled How The Merge impacts ETH supply—I would advocate for us keeping more of a comparison to the numbers from PoW.
Just peeking at the ToC structure from before (right) to after (this PR, left), I worry we've lost some valuable content that helps break down actually how much changed from before the merge to now.
I guess in short, personally didn't see this being such a large overhaul, but maybe I'm just partial so would love to hear from others.
- Before The Merge ~13,000 ETH/day was issued to pay miners | ||
- After The Merge, issuance depends upon the number of active validators on the network, so varies slot to slot. | ||
- The total issuance is approximately 90% smaller now than it was pre-merge. | ||
- Ether is also burned in every slot, with a greater amount burned when gas is higher. This means ether can be inflationary or deflationary depending on network demand. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Being a tldr section, my preference would be to keep some numbers for daily issuance under PoS available here, currently ~1700 ETH/day... I think it's helpful for people just looking for some simple numbers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idk I removed it implies the daily issuance is a fixed number - I find this to be misleading - its dependent upon N active validators and their performance. The original and your comment already vary by 100ETH/day.
I guess its ok with appropriate caveats, but I preferred the takeaway being a) issuance is variable, b) its about 1/10th what it was before merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ideal scenario here would be live numbers. Maybe a big numbers component + Dune API could be used in the future to solve this? Three numbers: an average PoW issuance at some point close to The Merge (maybe the month leading up to it?), previous days' PoS issuance, and percentage reduction.
As much as I dislike seeing things written this way, the trade-off here might be something like: "The total issuance is approximately 90% smaller now than it was pre-merge (~1700ETH as of October 2022)."
What do you think @jmcook1186 @wackerow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine by me
Co-authored-by: Joseph Cook <[email protected]>
We'll probably move this page out of here (/merge/) eventually and under a broader category of Ethereum's monetary policy, but I'd be okay with re-adding some additional details.
Do you agree that the biggest value here was the comparison of the issuance/inflation numbers of pre/post-merge, or is it something else? I.e. I don't think we need to explain details of how issuance worked (block fees, tips, etc), but I do see the value of keeping comparative numbers (inflation rate, daily issuance), at least for now. Not a strong take, but I'm picturing a short section (PoW vs PoS: A comparison in numbers) that throws out the numbers (could we use a table?) to give people a broad tl;dr overview—similar to what we had before, but concise and consolidated. Other than that, I'm inclined to agree with Joseph's take here on making this page more focused on the here and now. If you feel strongly otherwise (i.e. we should always explain how PoW issuance worked as a historical artefact), then maybe one option would be to break this into two pages (at some point):
|
- Estimating at 2.08 ETH per 13.3 seconds\*: **~4,930,000** ETH issued in a year | ||
- Currently inflating at **~4.13%** (4.93M per year / 119.3M total) | ||
- \*This includes the 2 ETH per canonical block, plus an average of 0.08 ETH over time from ommer blocks. Also uses 13.3 seconds, the baseline block time target without any influence from a [difficulty bomb](/glossary/#difficulty-bomb). ([See source](https://bitinfocharts.com/ethereum/)) | ||
Ethereum validators are rewarded with ETH for attesting to the state of the chain and proposing blocks. Rewards (or penalties) are calculated and distributed at each epoch (every 6.4 minutes) based on validator performance. The validator rewards are **significantly** less than the miner rewards that used to be issued on proof-of-work (2 ETH every ~13.5 seconds), as operating a validating node is not an economically intense activity and thus does not require or warrant as high a reward. | ||
|
||
**Consensus layer issuance:** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this heading? If we've got rid of execution layer issuance then we no longer have a point of comparison 🤔
Co-authored-by: Joshua <[email protected]>
I am not against updating this page to remove the comparisons to proof-of-work, but right now I we're kinda mixing the topics. The current outline for this page is as follows: # How The Merge impacts ETH supply
## Issuance
## Issuance estimates
## Further reading ..and is located at If we're going to remove most of the comparisons to PoW, then I think the title here is misleading and needs to be changed (along with the path). I want to get this all updated and completed as well, but I think the current page (comparing the loose numbers surrounding a comparison of pre-merge and post-merge) is still helpful... and if we want to have a more focused page that does not compare to PoW, we can do that, but I think we should also try to expand the outline structure of the page a bit to provide some more details. I don't think removing details is a good approach here for the sake of simplicity. @samajammin and others, curious your take on this. |
I agree with @wackerow's comment here:
To me the goal of this page is to explain ETH issuance in the context of pre & post Merge, so explaining the before & after is useful here. I wouldn't delete most of the content you did in this PR @jmcook1186. If we want to create a more general resouce on "ETH issuance" (which I think is a great idea!) then I would advocate for creating a subpage under |
Could we add the following mathematical calculations? There are (60/12)x60x24 = 7200 block per day Each block targets 15x10^6 gas. 16 gwei is 16x10^-9 ether. thanks a**elowsson** |
Thanks for the suggestion @veridelisi! The only adjustment I would make to this would be that we'd want to be solving for the Solving for Or Another way to rearrange this last step would be to replace or simply So, for example, if Working on an update to this and will add a section about this. |
Just put up PR #8329 as a potential substitute for this PR, which leaves the page at its current path location of |
Description
updates ETH issuance page for post-merge world.
Related Issue
#7075
#7873