← Back to list

Ethereum PoS — How does it actually work?

1. The essence of PoS

0x365home in Blockchain DYOR(2026) · 2026-03-18 17:15 · 0 claps · 2.7 min read
#pos #ethereum #eth #pow #btc
Open on Medium ↗
Wiki topics: CRY · Crypto & Web3

Ethereum PoS — How does it actually work?

1. The essence of PoS

PoW gives block creation rights to whoever does the most computation. PoS gives it to whoever puts up the most collateral.

The security model is fundamentally different.

PoW: electricity + hardware → hardware survives a failed attack
PoS: ETH collateral        → ETH gets burned on a failed attack

Both are designed to make betrayal cost more than it earns. But PoS goes one step further — attempting an attack is an act of destroying your own assets.

2. How to become a validator

Stake 32 ETH
→ Generate validator key → join the queue
→ Every slot (12 sec), roles are randomly assigned:
   · Proposer: propose a block (1 per slot)
   · Attester: vote on blocks (everyone else)
→ Honest participation → ~4% APR reward
→ Malicious behavior → Slashing (collateral burned)

Why 32 ETH? Too low and the validator count explodes — network communication overhead becomes unmanageable. Too high and decentralization breaks down. 32 ETH is the balance point.

There are currently over 1 million active validators.

3. Gasper — Ethereum’s two engines

Ethereum PoS combines two mechanisms.

LMD-GHOST (fork choice)

When multiple chains exist simultaneously, which one do you follow? PoW follows the longest chain. Ethereum does it differently.

Follow the chain where validators’ most recent votes have accumulated the most weight.

It’s not about length — it’s about the weight of validator votes.

Casper FFG (finality)

LMD-GHOST alone can’t prevent the chain from changing. Casper FFG permanently finalizes specific checkpoints.

2/3+ of total staked ETH votes → Justified
Two consecutive epochs Justified → Finalized ✅

A Finalized block can never be changed. Bitcoin says “6 confirmations = safe” — but theoretically it can still be reversed. Once Ethereum finalizes a block, it’s mathematically impossible to reverse.

4. Slots and Epochs — Ethereum’s time units

Slot:  12 seconds → one block production opportunity
Epoch: 32 slots   → ~6.4 minutes
Last slot of each epoch = checkpoint
→ Two consecutive epochs Justified → Finalized
→ Mathematical finality in ~13 minutes

Bitcoin’s 6 confirmations take ~60 minutes. Ethereum gets there in ~13 minutes — and the guarantee is stronger. Bitcoin’s is probabilistic safety. Ethereum’s is mathematical finality.

5. PoW vs PoS — core differences

PoW                  PoS
Security       Computation          Collateral (ETH)
Energy         Extremely high       99.95% reduction
Failed attack  Hardware survives    ETH gets burned
Finality       Probabilistic (~60m) Mathematical (~13m)
Centralization Mining pools         Lido etc.

PoS solved the energy problem. But centralization didn’t disappear — it just changed its form.

6. Liquid Staking — participate without 32 ETH

32 ETH is roughly $100,000+ at current prices. Most people can’t participate directly. Liquid Staking solves this.

Deposit any amount of ETH (from 0.01 ETH)
→ Receive stETH (proof of staking)
→ Use stETH in DeFi (collateral, LP, etc.)
→ Staking rewards accumulate automatically
→ Redeem stETH → ETH anytime

Main protocols:

Lido:        issues stETH, ~30% market share
Rocket Pool: issues rETH, focused on decentralization
Coinbase:    issues cbETH, easiest access

But Lido now controls over 30% of all Ethereum staking. If it crosses 33%, it could theoretically disrupt Casper FFG’s 2/3 consensus — enough to block Finality.

Liquid Staking lowered the barrier to entry. But it created a new centralization risk in return.


메타데이터
post_id
02f3287c75b5
slug
ethereum-pos-how-does-it-actually-work-02f3287c75b5
url
https://medium.com/blockchain-dyor/ethereum-pos-how-does-it-actually-work-02f3287c75b5
canonical_url
https://medium.com/blockchain-dyor/ethereum-pos-how-does-it-actually-work-02f3287c75b5
author_url
https://medium.com/@0x365home
status
ok
fetched_at
2026-06-13 00:08:42