Introduction: From Mining to Staking
On September 15, 2022, Ethereum completed one of the most ambitious upgrades in blockchain history โ The Merge. This event transitioned Ethereum from Proof of Work (PoW), where miners competed using computational power, to Proof of Stake (PoS), where validators secure the network by locking up ETH as collateral.
But how does Ethereum's PoS actually work under the hood? If you understand the basics of blockchain and crypto, this guide will take you deeper into the mechanics of consensus, validation, and finality on post-Merge Ethereum.
The Core Idea: Validators Replace Miners
Under Proof of Work, miners burned electricity solving cryptographic puzzles to earn the right to produce blocks. Under Proof of Stake, that energy-intensive process is replaced by an economic one:
- Validators deposit (stake) 32 ETH into the Ethereum deposit contract
- The protocol randomly selects validators to propose and attest to blocks
- Honest behavior is rewarded with ETH; dishonest or negligent behavior is punished through slashing
This shift reduced Ethereum's energy consumption by approximately 99.95% while maintaining decentralization and security.
How Block Production Works
Ethereum's PoS divides time into structured units:
- Slot: A 12-second window in which one block can be proposed
- Epoch: A group of 32 slots (6.4 minutes total)
Here's the step-by-step process for each slot:
1. Validator Selection
At the start of each epoch, the Beacon Chain uses a pseudo-random algorithm called RANDAO (combined with validator information) to assign:
- One block proposer per slot
- Committees of attestors โ groups of validators who vote on the validity of the proposed block
The randomness ensures no single validator can predict or manipulate their selection far in advance.
2. Block Proposal
The selected proposer gathers pending transactions from the mempool, constructs a block (including the execution payload with transactions and an updated state root), and broadcasts it to the network.
Since the Paris upgrade (The Merge), block construction involves two layers:
- Consensus layer (Beacon Chain): Handles validator coordination, attestations, and finality
- Execution layer (formerly the mainnet): Processes transactions, smart contracts, and state changes
3. Attestation
Committee members review the proposed block and broadcast attestations โ signed votes that confirm:
- The block is valid
- It correctly extends the chain (pointing to the right head of the chain)
- It references the correct checkpoint blocks for finality
Each epoch, every active validator attests exactly once.
4. Aggregation
To keep network bandwidth manageable, attestations from committee members are aggregated into compact signatures using BLS (Boneh-Lynn-Shacham) signature aggregation. This allows thousands of votes to be represented efficiently in a single object.
How Finality Works: Casper FFG
Ethereum uses Casper the Friendly Finality Gadget (Casper FFG) layered on top of the LMD-GHOST fork-choice rule. Here's what that means in practice:
- LMD-GHOST (Latest Message Driven โ Greedy Heaviest Observed SubTree) determines which chain fork validators should follow by weighing accumulated attestations
- Casper FFG provides finality โ the guarantee that a block cannot be reversed
Finality occurs through a two-step process at epoch boundaries:
1. Justified: A checkpoint block becomes justified when 2/3 of all staked ETH attests to it
2. Finalized: A justified checkpoint becomes finalized when the next epoch's checkpoint is also justified
This means finality typically takes 2 epochs (~12.8 minutes). Once a block is finalized, reversing it would require an attacker to burn at least 1/3 of all staked ETH โ an astronomically expensive attack.
Rewards and Penalties
Validators earn rewards for:
- Proposing blocks that get included in the canonical chain
- Attesting correctly and promptly to blocks and checkpoints
- Participating in sync committees (special rotating groups that help light clients verify the chain)
Validators face penalties for:
- Going offline: Small but continuous penalties for missed attestations
- Slashing: Severe punishment (forced exit + loss of a portion of staked ETH) for provably malicious behavior like:
- Surround voting (making contradictory attestations)
The penalty system creates a strong economic incentive to run reliable, honest validator infrastructure.
Staking Options in 2025
You don't need to run your own validator to participate in Ethereum staking:
| Method | Minimum ETH | Control Level | Examples |
|--------|------------|---------------|----------|
| Solo staking | 32 ETH | Full control | Run your own node |
| Staking as a Service | 32 ETH | Partial | Allnodes, BloxStaking |
| Pooled staking | Any amount | Low | Lido (stETH), Rocket Pool (rETH) |
| Centralized exchange | Any amount | Minimal | Coinbase, Kraken |
Liquid staking tokens (LSTs) like stETH and rETH have become foundational DeFi primitives, allowing stakers to earn yield while maintaining liquidity. As of 2025, liquid staking represents the largest DeFi category by total value locked.
Post-Merge Upgrades You Should Know
Several upgrades since The Merge have refined PoS:
- Shanghai/Capella (April 2023): Enabled staked ETH withdrawals for the first time, completing the staking lifecycle
- Dencun (March 2024): Introduced proto-danksharding (EIP-4844), adding blob transactions that reduce Layer 2 fees
- Pectra (2025): Increased the maximum effective validator balance from 32 to 2048 ETH (EIP-7251), enabling validator consolidation and operational efficiency
Key Takeaways
- Ethereum PoS secures the network through economic incentives rather than computational waste
- Validators are randomly assigned to propose blocks and attest in 12-second slots
- Casper FFG provides finality in ~12.8 minutes, making reversals economically impractical
- Slashing ensures validators have skin in the game, punishing provably malicious actions
- Multiple staking options exist, from solo validation to liquid staking protocols
- The PoS foundation enables Ethereum's broader roadmap โ including sharding, statelessness, and further decentralization
Understanding how PoS works isn't just academic โ it's essential for anyone building, investing, or participating in the Ethereum ecosystem. The consensus mechanism is the heartbeat of the network, and after The Merge, that heartbeat is powered by staked ETH rather than burning electricity.