By Daniel Luca
<aside> 💡 Ethereum Staking Scenarios: What the Future Might Hold
</aside>
The proposed change aims to slow down the growth in the number of validators, providing time to implement essential adjustments. Preliminary tests indicate that the validator client software starts to falter when handling around 2.1 million validators.
Given that the current validator count is over 800,000, as indicated by beaconcha.in, there's an urgent need to address this issue.
There are several ways to make these adjustments:
By limiting the number of new validators joining each epoch, we extend the window of opportunity to make these changes. This provides time to both increase the staking limit beyond 32 Ether and optimize the client software to manage more than 2.1 million validators efficiently.
The aim is to transition from an unbounded epoch churn rate to a capped rate of 8, effectively shifting the validator growth rate from exponential to linear. This will be implemented through a new protocol constant named MAX_PER_EPOCH_CHURN_LIMIT
.
The table below provides estimates of Ether staking scenarios if this constant is introduced on December 1, 2023.
Max Churn Limit | 50% ETH Staked | 75% ETH Staked | 100% ETH Staked |
---|---|---|---|
No Limit | May 28, 2024 | Sep 25, 2024 | Dec 18, 2024 |
16 | Jul 23, 2024 | Apr 10, 2025 | Dec 26, 2025 |
12 | Oct 09, 2024 | Sep 21, 2025 | Sep 04, 2026 |
8 | Mar 15, 2025 | Aug 18, 2026 | Jan 21, 2028 |
6 | Aug 19, 2025 | Jul 14, 2027 | Jun 08, 2029 |
4 | Jun 29, 2026 | May 05, 2029 | Mar 12, 2032 |
Note that these estimates are based on the total supply of Ether. The table suggests that, without a churn limit, all existing Ether could be staked by the end of 2024. However, this projection likely overstates the case, assuming that current staking behavior will remain consistent over an extended period.
This EIP is quickly pushed by the developers to be included in Dencun. It’s unusually quick to draft, discuss, accept and implement to enter the Ethereum network.
The process is clearly described in EIP-1