How Does Ethereum Proof of Stake Work

Researched with a video published on YouTube by Coin Bureau. Tech Feed Watch is not affiliated with the creator, and all rights to the video remain theirs.

Ethereum, the second-largest cryptocurrency by market capitalization, has evolved significantly since its 2015 launch, transitioning from a Proof-of-Work to a Proof-of-Stake consensus mechanism in 2022. This change, alongside the proliferation of Layer 2 scaling solutions like rollups, has repositioned Ethereum as a secure settlement layer for a vast decentralized ecosystem rather than a monolithic transaction processor. While enhancing scalability and user experience through continuous upgrades, Ethereum faces ongoing challenges with liquidity fragmentation and the centralization implications of some Layer 2 designs. Its future development aims for greater throughput, built-in privacy, and quantum resistance, solidifying its role as a foundational infrastructure for decentralized finance and web3.

24 min video · 7 min read. Spend 7 min here to decide whether the other 17 are worth it.

Ethereum, the second-largest cryptocurrency, functions as a global decentralized computer. It enables complex applications and functions not possible on simpler blockchain networks. Originally launched in 2015, Ethereum has undergone large changes, most notably its transition to a Proof-of-Stake (PoS) consensus mechanism in 2022.

The Foundations of Ethereum

Ethereum was conceived by Vitalik Buterin, one of its eight co-founders, in 2013. Its official launch followed in 2015. Unlike Bitcoin, which primarily aimed to replace traditional money, Ethereum’s goal was to provide a platform for decentralized applications (DApps). Initially, Ethereum operated as a Proof-of-Work (PoW) blockchain, where miners secured the network and earned its native coin, ETH.

The network transitioned to Proof-of-Stake in September 2022, a major upgrade known as “The Merge.” Under PoS, validators secure the network by locking up, or staking, ETH. In return, they earn a yield on their staked ETH and receive network fees for validating transactions. This mechanism gives ETH its value. ETH also serves as the fuel for the entire ecosystem, paying for gas fees and running smart contract functions. A small amount of ETH is burned, or removed from circulation, with every transaction, making it a scarcer asset over time.

How Ethereum Works: Gas, Wallets, and Smart Contracts

Ethereum operates as a shared global computer. No single entity, such as a tech giant or government, owns or controls it. Anyone with an internet connection can access it. When users interact with Ethereum, they send instructions to this global computer and pay for their processing in ETH. These payments are called gas fees.

Gas fees reflect the computational work a transaction requires. While fees have dropped dramatically from highs of nearly $100 during the 2021 bull market, the average transaction fee on the Ethereum mainnet can still be around 40 cents. This is higher than many other blockchains, leading many users to prefer Layer 2 networks where fees are often a fraction of a cent. Gas fees are essential. They act as an economic guardrail, preventing spam, infinite loops, and resource abuse that could cause network congestion or failure. More complex code requires higher gas fees.

To interact with Ethereum, users need a digital wallet. Wallets hold the private keys that prove control over a specific address. Hot wallets are typically apps or browser extensions. They are often free but remain connected to the internet, increasing their exposure to hacks. Cold wallets are hardware devices that keep private keys offline, offering greater security. While cold wallets require a purchase, many consider them a worthwhile investment for protecting funds.

The core innovation of Ethereum is smart contracts. These are self-executing pieces of code that run automatically on the Ethereum network without human intervention. Smart contracts enable decentralized finance (DeFi), allowing users to perform financial operations without intermediaries. For example, a smart contract can handle token swaps in a single transaction. If conditions are not met, funds are returned, much reducing counterparty risk. Ethereum is widely considered the most secure smart contract blockchain, having never suffered a major outage since its 2015 launch.

Scaling Ethereum: The Blockchain Trilemma and Layer 2 Solutions

Ethereum’s original design, running everything on a single blockchain, eventually revealed hard scalability limits. As more people used the network, it became slower and more expensive. This issue stems from the blockchain trilemma, a concept described by Ethereum creator Vitalik Buterin. It states that a blockchain cannot simultaneously maximize security, decentralization, and scalability. Ethereum prioritizes decentralization, with hundreds of thousands of validators globally, and security. This makes it difficult for attackers to manipulate the network. However, spreading the system across so many machines leads to slower performance.

To address scalability without compromising security or decentralization, Layer 2 (L2) solutions were developed. These L2s are separate blockchains built on top of Ethereum’s mainnet. They process Ethereum transactions off-chain or semi-off-chain while inheriting the mainnet’s security. Layer 2s dramatically reduce fees and increase transaction throughput, allowing real-world applications to function at scale.

The primary scaling solution for Ethereum is rollups. Instead of executing every transaction directly on the Ethereum mainnet, a rollup takes a large batch of transactions. It processes them as one “rolled-up” transaction on its own network, then posts a summary back to Ethereum. The Ethereum mainnet, or Layer 1, then only needs to confirm this single transaction summary, not every individual transaction. This makes L2 transactions much faster and cheaper.

There are two main types of rollups:

  • Optimistic rollups: These assume transactions are valid by default. They only run a verification process if someone raises a challenge within a set time window. Examples include Arbitrum, Base, and Optimism.
  • ZK-rollups (Zero-Knowledge rollups): These generate a cryptographic proof for each batch of transactions, confirming they were executed correctly. Ethereum verifies this single proof and a small summary of results. Examples include ZKSync and Starknet.

Both approaches are in active use. ZK-rollups are considered more effective but are more complex. Optimistic rollups currently dominate by volume, with three solutions—Base, Arbitrum, and Optimism—processing nearly 90% of all Layer 2 transactions. Ethereum itself has evolved into a secure settlement layer where rollups post their data.

User Experience and Recent Upgrades

For much of its history, using Ethereum was challenging, even for experienced users. However, multiple upgrades, known as hard forks, have brought large improvements to the user experience. These upgrades simultaneously enhance Ethereum’s consensus layer (the Beacon Chain) and its execution layer.

Beyond The Merge in 2022, recent upgrades include:

  • Pectra: Rolled out in May last year, this upgrade introduced 11 Ethereum Improvement Proposals (EIPs). It focused on network performance, validator deposits, and how data blobs are handled. Blobs are cheap data packets that Layer 2s attach to mainnet blocks. Pectra improved blob what it does, making Layer 2 rollups faster and cheaper. A key EIP, EIP7702, introduced account abstraction. This allows wallets to temporarily act as smart contracts during transactions, enabling features like more secure transactions, gasless transactions, transaction batching, and improved recovery options.
  • Fusaka: Ethereum’s most recent upgrade, rolled out in December last year, brought 13 EIPs. It built on Pectra to further enhance scalability. EIP7594 introduced peer data availability sampling, which reduced the amount of data a node needs to download by roughly 87%. This allows Layer 2s to post more frequently to the mainnet at a lower cost. Fusaka also introduced the first Rollup Improvement Proposal (RIP), enabling passkey authentication, which allows users to authorize transactions using biometrics like fingerprints or facial recognition.

Collectively, these upgrades have lowered barriers such as high fees and complex key management. They have also made Layer 2s more efficient. These improvements benefit current users and aim to prevent future adopters from being deterred by clunky experiences or high costs.

The Road Ahead: Future Development and Challenges

Ethereum’s development roadmap includes several upcoming hard forks. Glamsterdam is scheduled for the first half of this year. It will introduce parallelization, allowing multiple transactions to be processed simultaneously rather than one after another. This will make the network faster, especially during busy periods. Following Glamsterdam, the Hegota upgrade is planned for the second half of this year, likely around Q4. Hegota will focus on statelessness and state expiry, meaning Ethereum nodes will no longer need to store the entire blockchain history, making them more efficient.

Beyond these immediate upgrades, the Ethereum Foundation, the nonprofit coordinating development, released a “straw map” in February this year. This roadmap outlines ambitious goals for the rest of the decade. These include near-instant transaction finality, dramatically higher throughput, built-in privacy features, increased interoperability between Ethereum and its Layer 2s, and quantum resistance features. These targets aim to make Ethereum more scalable and ensure its longevity. Ethereum creator Vitalik Buterin has also suggested a more balanced approach to scalability, focusing on both the base layer and supporting Layer 2s, rather than solely outsourcing scalability.

Despite its advancements, Ethereum faces ongoing challenges. While Layer 2s enhance scalability, they can lead to liquidity fragmentation across different networks. Also, the design of some Layer 2s raises concerns about potential centralization implications.

Ethereum’s Market Position and Value Proposition

Ethereum continues to hold a dominant position in the crypto market. It controls around 52% of all total value locked (TVL) across the entire DeFi ecosystem, excluding its Layer 2s. Over 50% of stablecoins in circulation reside on the Ethereum mainnet. And, Ethereum accounts for 53% of the market share for tokenized real-world assets (RWAs).

This dominance stems from Ethereum’s core value proposition. While it may not be the fastest or cheapest smart contract blockchain, it is widely regarded as the most secure. This security is highly valued by institutional investors, who are willing to pay higher fees or wait longer for transactions if it means better protection for their funds. Ethereum’s strong track record and continuous evolution solidify its role as foundational infrastructure for decentralized finance and the broader web3 ecosystem.

Frequently Asked Questions

What is the main difference between Ethereum's original design and its current state?

Ethereum originally launched in 2015 as a Proof-of-Work (PoW) blockchain, similar to Bitcoin. In 2022, it transitioned to a Proof-of-Stake (PoS) consensus mechanism, where validators stake ETH to secure the network instead of using energy-intensive mining.

How do Layer 2 solutions help Ethereum scale?

Layer 2 solutions, like rollups, process large batches of transactions off the main Ethereum blockchain. They then post a summary of these transactions back to the mainnet for final settlement, significantly reducing fees and increasing transaction speed without compromising Ethereum's core security.

What are smart contracts on Ethereum?

Smart contracts are self-executing computer programs stored and run on the Ethereum blockchain. They automatically execute terms and conditions without human intervention, enabling decentralized applications (DApps) and decentralized finance (DeFi) services.

What are some of the key future goals for Ethereum's development?

Ethereum's future development aims for near-instant transaction finality, dramatically higher transaction throughput, built-in privacy features, improved interoperability between its mainnet and Layer 2s, and resistance to quantum computing threats.

Jacob S. Olsen

Jacob S. Olsen

Runs Tech Feed Watch, from Denmark

How this article was made: every article starts from two things — a question people search for on Google, and a video from an independent creator on that subject. A language model writes the article to answer the question, using the video's transcript as its research material. It publishes automatically — I do not read every article before it goes live. The creator is credited on this page.

What is mine is the machinery and the rules it follows: which subjects, which sources, what gets rejected, and what this site is allowed to claim. More on that here — and if something is wrong, tell me.