Page last updated: September 28, 2020

Ethereum 2.0 (Eth2)

Eth2 is a long-planned upgrade to the Ethereum network, giving it the scalability and security it needs to serve all of humanity. The first stage of Eth2, called Phase 0, is planned to launch in 2020.

Eth2 will reduce energy consumption, allow the network to process more transactions, and increase security. Technically speaking, Ethereum will become a proof-of-stake blockchain and introduce shard chains. This is a huge change to how Ethereum works and it should bring equally huge benefits.

But it's only a change to Ethereum's infrastructure. If you're already an ETH holder, dapp user or dapp developer, you don't need to do anything because Eth2 will be compatible with the main Ethereum network you use today. You'll be able to use the ETH you own today in Eth2 too.

Feeling lost? Try reading up on today's Ethereum

👉

In this section

Latest status

Eth2 is shipping in phases. For more on each phase, see the roadmap.

Currently, we're in Phase 0 testing and you can help out. You can run the new Eth2 clients and you can stake testnet ETH on the Medalla multi-client testnet. A client is a piece of software that serves as a "node" in the Ethereum network, helping to read and validate transactions. For more details on how to start testing, see how you can get involved.

If you're more curious than technical, you can follow the testing here:

Eth2 is complex and not a sequential process, so there are lots of great teams working on the other phases too. However they're not expected to be ready until 2021.

Updates from Eth2 research and development

Folks from around the community are doing a great job of documenting progress so we recommend you check these out for regular updates.

Why Eth2?

Since launching in 2015, Ethereum has grown into the worlds most-used programmable blockchain. Open, permissionless systems have created billions of dollars of value and enabled entirely new kinds of software applications. But Ethereum still needs to scale to fulfill its potential.

The Eth2 upgrade, originally known as Serenity, was always the long term vision. Bringing scalable proof-of-stake consensus to Ethereum has always been on the roadmap.

Current limitations

Speed, energy, and opportunity

Ethereum can only handle ~15 transactions per second. For comparison Visa processes around 1500. And the mining process for verifying these transactions isn't sustainable because it's so energy intensive.

Proof-of-work blockchains need the mining process to be energy-intensive for security reasons – so the cost of attacking the network is high. But this also means that there's a financial barrier to participating as a miner.

Ethereum needs to scale but it still needs to be secure and decentralized. These three things aren't easy to achieve all at the same time.

It's hard to scale a blockchain in a secure, decentralized way.

Some blockchains are able to provide more transactions per second. But this is because they are more centralized than Ethereum. When you compromise decentralization you also compromise the openness and security of the system. This is a big no-no for Ethereum.

Eth2 is designed to scale without sacrificing performance, security or decentralization. How? Well the network will be going through some big changes and shipping some important new features to make Eth2 a reality.

Proof of stake

Staking is the process of committing your ETH to become a validator for Ethereum. A validator runs software that confirms transactions and, when chosen, creates new blocks in the chain. To become a full validator you'll need 32 ETH. However there will be opportunities to offer a smaller stake by joining staking pools.

There will be thousands of validators. And they will keep the network secure by processing transactions and making sure everyone agrees on the same data.

Ethereum today is a proof-of-work blockchain. It relies on miners to keep the network secure and in sync by devoting a great amount of computing power to creating new blocks. Proof-of-stake keeps the network secure but replaces energy consumption with a financial commitment.

Shard chains

Shard chains are like parallel blockchains that sit within Ethereum and take on a portion of the network's processing work. They'll turn Ethereum into a super highway of interconnected blockchains.

Right now, all nodes in the Ethereum network must download, compute, store and read every transaction in the history of Ethereum before processing a new one. It's no surprise that Ethereum can only process ~15 transactions per second at the moment.

In Eth2, nodes will be dispersed across a subset of shards. They'll only need to download, compute, store, and read every transaction on that subset – not the whole network. This will increase Ethereum's capacity.

With many shards processing transactions in parallel, it's the job of the beacon chain to make sure they're all in sync.

The beacon chain

The beacon chain is a new blockchain at the core of Ethereum that will provide consensus to all the shard chains. On every shard chain, validators will create blocks of transactions and report them to the beacon chain. This information will then become available to all the other shards – maintaining consensus across the whole network.

The beacon chain will be the first Eth2 feature shipped in Phase 0.

See how transactions work with the beacon chain

Eth2 roadmap

The road to Eth2 is long and winding but there are some important checkpoints along the way.

All work on Eth2 is open source and an incredible coordination effort across a large number of teams. All timings are estimates.

Phase 0: the beacon chain

Expected: 2020

The first part of Eth2 to ship will be the beacon chain. It won't be fully operational right away because there won't be any shard chains, so there'll be nothing to keep in sync other than itself. Remember, the beacon chain's main role in Eth2 is making sure all the shards have the most up-to-date data.

At first, the beacon chain will be responsible for registering validators and coordinating everyone's staked ETH. This is foundational to the rest of Eth2 and lays the groundwork for the shard chains.

In other words, once the beacon chain is live, you'll be able to stake your real ETH. However, staking in Phase 0 is a one-way transaction. You won't be able to withdraw your ETH until the current chain becomes a shard of Eth2 in Phase 1.5. That's because staking in Phase 0 will be handled by a smart contract on mainnet (the Ethereum we use today).

More on the beacon chain

Phase 1: the shard chains

Expected: 2021

Phase 1 is when we'll meet the shard chains. These are chains that are delegated a portion of Ethereum's transactions and account data. They will be proof-of-stake chains, which means validators (who have staked ETH) will create blocks – not miners like today.

We expect to start Phase 1 with 64 shards but they won't support accounts or smart contracts right away.

Phase 1.5: mainnet becomes a shard

Expected: 2021

Up until Phase 1.5, the Ethereum we use today on mainnet will continue as a proof-of-work blockchain. Transactions will continue to be processed by miners. But in Phase 1.5, mainnet will officially become a shard and transition to proof-of-stake.

For end users and dapps, this change should be seamless.

Phase 2: fully formed shards

Expected: 2021+

In Phase 2, shards should be fully functional chains. Shards will now be compatible with smart contracts and they'll be able to communicate with each other more freely. Developers may even be able to design shards in their own ways.

🔎

Phase 2 is still very much in the research phase.

Get involved

Eth2 is a community effort and there are ways you can play a part. Currently you can help out by running Eth2 clients, hacking testnets or staking your test ETH.

Take part in Eth2

Further reading