Skip to content

Commit 5e1fb70

Browse files
authored
Merge pull request #14409 from Hedwika/eth-supply-new-article
New article: ETH Supply[Issue #13644]
2 parents 8db5636 + ee19296 commit 5e1fb70

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

public/content/eth/supply/index.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Understanding ETH Supply and Issuance
3+
description: A beginner-friendly guide to ETH supply and issuance, covering key concepts such as EIPs, PoS, and EIP-1559.
4+
lang: en
5+
---
6+
7+
# ETH Supply and Issuance {#eth-supply-and-issuance}
8+
9+
## Prerequisites {#prerequisites}
10+
11+
This article is written for beginners with no prior knowledge. However, to fully understand the topic, it is helpful to have a basic understanding of concepts such as [Ethereum Improvement Proposals (EIPs)](/eips/#introduction-to-ethereum-improvement-proposals), [Proof-of-work (PoW)](/developers/docs/consensus-mechanisms/pow/), [Proof-of-stake (PoS)](/developers/docs/consensus-mechanisms/pos/), and [The London Upgrade](/history/#london).
12+
13+
## How Many ETH Tokens Are There Today? {#current-eth-supply}
14+
15+
The total supply of ETH is dynamic and changes constantly due to two main factors:
16+
17+
1. **Proof-of-Stake (PoS) Issuance**: New ETH is created as rewards for validators who secure the network
18+
2. **EIP-1559 Burning**: A portion of transaction fees are permanently removed from circulation
19+
20+
You can track the current supply and these changes in real-time on platforms like [Ultrasound Money](https://ultrasound.money).
21+
22+
Ethereum's supply and issuance are essential metrics for understanding the health and future of the network. But what exactly does ETH issuance mean? Let's break it down.
23+
24+
## Why ETH Supply and Issuance Matter {#why-eth-supply-matters}
25+
26+
In traditional finance, central banks control the supply of money, often printing more to stimulate economies. Ethereum, on the other hand, operates on a transparent and predictable system governed by its code. Knowing how many ETH exist and how quickly new ETH is issued helps:
27+
28+
- **Build Trust**: The Ethereum community can verify supply and issuance data directly from the blockchain.
29+
- **Understand Value**: The relationship between issuance and ETH burn rates impacts ETH's inflation or deflation, influencing its value over time.
30+
- **Track Network Health**: Changes in issuance and burn rates reflect the activity and security of the network.
31+
32+
## What is ETH Issuance? {#eth-issuance}
33+
34+
ETH issuance refers to the process of creating new ETH as rewards for validators who secure the Ethereum network. It's separate from total supply, which is the total amount of ETH in circulation.
35+
36+
### In simple terms:
37+
- **Issuance** adds new ETH to the network.
38+
- **Burning** (introduced by EIP-1559) removes ETH from the network by destroying a portion of the transaction fees.
39+
40+
These two forces determine whether Ethereum's supply grows (inflationary) or shrinks (deflationary) over time.
41+
42+
## ETH Supply and Issuance Today {#eth-supply-today}
43+
44+
Ethereum's Proof-of-Stake (PoS) system has drastically reduced ETH issuance compared to its earlier Proof-of-Work (PoW) model. Validators—who lock up ETH to secure the network—earn ETH as rewards. You can see the current issuance rate on [Ultrasound Money](https://ultrasound.money).
45+
46+
However, this number is dynamic. Thanks to EIP-1559, when network activity is high, ETH burn rates can surpass issuance, creating a deflationary effect. For example, during periods of high demand, like NFT launches or DeFi activity, more ETH may be burned than issued.
47+
48+
### Tools to Track ETH Supply and Issuance:
49+
- [Ultrasound Money](https://ultrasound.money) - Real-time tracking of ETH supply, issuance, and burn rates
50+
- [Etherscan](https://etherscan.io) - Block explorer with supply metrics
51+
52+
## Factors Influencing Future ETH Supply and Issuance {#future-eth-supply}
53+
54+
Ethereum's future supply isn't fixed—it depends on several variables:
55+
56+
1. **Staking Participation**:
57+
- More validators joining the network means more ETH rewards are distributed.
58+
- Fewer validators participating may decrease issuance.
59+
- Learn more about [staking](/staking/).
60+
61+
2. **Network Activity**:
62+
- High transaction volumes lead to more ETH being burned, potentially offsetting or exceeding issuance.
63+
- Read about [gas fees](/developers/docs/gas/) and how they affect burning.
64+
65+
3. **Protocol Upgrades**:
66+
- Future changes to Ethereum's code could adjust staking rewards or burning mechanisms, further shaping supply dynamics.
67+
- Stay updated with the [Ethereum roadmap](/roadmap/).
68+
69+
## Recap: ETH Supply, Issuance, and What's Next {#recap}
70+
71+
Here's a quick summary of what you need to know about ETH supply and issuance:
72+
73+
- **ETH Supply**: Dynamic and constantly changing, trackable in real-time through tools like [Ultrasound Money](https://ultrasound.money)
74+
- **Issuance Under PoS**: Significantly reduced compared to PoW, with rewards going to validators. See current rates on [Ultrasound Money](https://ultrasound.money)
75+
- **EIP-1559's Role**: ETH burning can make the network deflationary during periods of high activity
76+
- **Future Trends**: Staking participation, network demand, and protocol updates will all shape ETH supply
77+
78+
Understanding ETH issuance helps demystify the value of Ethereum and its potential as a deflationary, decentralized asset. For more detailed information about how The Merge impacted ETH supply, check out our [detailed breakdown](/roadmap/merge/issuance/). Curious about the future of ETH? Dive deeper with tools like [Ultrasound Money](https://ultrasound.money) or explore our [staking guides](/staking/).

0 commit comments

Comments
 (0)