Native Staking

Native staking is the act of locking a Proof-of-Stake network’s base layer cryptocurrency — ETH on Ethereum, SOL on Solana, ATOM on Cosmos, ADA on Cardano — directly with the network’s consensus mechanism by running a validator node (or delegating to one), earning block rewards and transaction fee tips issued by the protocol in exchange for performing the validation work that secures the network, as distinct from liquid staking (where a third-party protocol stakes on your behalf and issues you a liquid receipt token) or any form of DeFi protocol “staking” that doesn’t directly participate in blockchain consensus. Native staking is the foundational security mechanism for all Proof-of-Stake blockchains: without stakers willing to lock capital and run validators, the network has no mechanism to achieve finality or resist double-spend attacks.


How Native Staking Works

The Core Mechanism

“`

User locks native token → Joins validator set →

Randomly selected to propose blocks →

Attests to blocks proposed by others →

Earns issuance rewards + fee tips →

Can exit (subject to withdrawal queue)

“`

Ethereum Native Staking

Parameter Value
Minimum stake 32 ETH (~$80K–$120K at typical prices)
Validator client Must run execution + consensus layer clients
Slashing risk Yes (for double voting, surround votes)
Inactivity leak Gradual balance reduction if offline during non-finality
Withdrawal type Partial (rewards auto-sweep) or full exit
Exit queue Variable; hours to weeks depending on validator count
Expected APY ~3–4% (2024–2025)
Hardware requirement ~8–16GB RAM, SSD, stable internet; 24/7 uptime

The 32 ETH minimum was set to balance accessibility (not too high) with Sybil resistance (not too low). Running a validator requires technical competence and continuous availability, which is why liquid staking services like Lido exist.


Solo Staking vs. Staking-as-a-Service vs. Pooled Staking

Method Control Technical Requirement Minimum Slashing Risk
Solo staking Full self-custody High (run own node) 32 ETH Direct (on your validator)
Staking-as-a-Service Keys with service Low 32 ETH Varies (custodial or non-custodial)
Pooled staking (Lido, Rocket Pool) No control None Any amount Socialized across pool
Exchange staking (Coinbase, Binance) Custodial None Any amount Counterparty risk

Solo staking is the gold standard for Ethereum’s decentralization — each solo staker represents an independent validator. But the 32 ETH minimum and technical complexity make it inaccessible for most users, driving the growth of liquid staking protocols.


Staking Rewards: Sources

Native staking rewards come from two sources:

1. Protocol Issuance (Inflationary)

  • Issuance rate: ~0.3–0.5% annual inflation to stakers (the remainder of the ~1% targeted issuance, with EIP-1559 burns offsetting much)
  • Rate adjusts: fewer stakers → higher per-validator yield; more stakers → lower per-validator yield

2. Transaction Fees (Real Yield)

  • MEV (Maximal Extractable Value): Block proposers can capture additional value through transaction ordering (often via MEV-Boost)
  • Base fee: Burned (EIP-1559) — does NOT go to validators

MEV is significant: sophisticated validators using MEV-Boost earn substantially more than those not participating (~0.5–2% additional APY on Ethereum).


Slashing

Slashing is the punitive mechanism that deters dishonest validator behavior:

Offense Penalty
Double voting (signing two conflicting blocks) 1/32 of balance immediately + up to full balance over correlation period
Surround voting (attesting to conflicting history) Same as above
Long inactivity (offline during non-finality) Gradual balance loss (inactivity leak)

Slashing is relatively rare in practice — most slashing incidents have been caused by configuration errors (running the same validator keys on two machines simultaneously) rather than deliberate attacks.


Native Staking Across PoS Networks

Network Minimum Stake Delegation Expected APY Slashing
Ethereum 32 ETH (~$80K+) Via liquid staking only ~3–4% Yes
Solana None (delegate) Native delegation ~6–7% Minimal (no slashing for downtime)
Cosmos (ATOM) None (delegate) Native delegation ~15–20% (high inflation) Yes (for downtime, double sign)
Cardano (ADA) None Native delegation (no lockup) ~3–4% No slashing
Polkadot (DOT) Variable (NPoS) Nominate validators ~10–15% Yes
Avalanche (AVAX) 2,000 AVAX Native delegation ~7–9% No slashing
Near Protocol 1 NEAR Native delegation ~10% Minimal

Native Staking vs. Liquid Staking

Aspect Native Staking Liquid Staking
Custody Self-custody of staked asset Third-party protocol
Liquidity Locked (exit queue) Fully liquid (sell stETH anytime)
DeFi usability None while staked Use LST as collateral, in pools
Technical overhead High (solo) or moderate (delegated) None
Yield Slightly higher (no protocol cut) Slightly lower (protocol fee)
Decentralization Better for network Concentration risk (Lido’s 30%+ share)
Counterparty risk Only validator risk Smart contract + protocol risk

The growth of liquid staking reflects a rational trade-off: most users value liquidity and DeFi composability over the marginal yield difference and the decentralization benefits of solo staking.


Withdrawals (Post-Shapella on Ethereum)

Before April 2023, staked ETH on Ethereum could not be withdrawn. The Shapella upgrade enabled:

  • Partial withdrawals: Rewards above 32 ETH auto-sweep to an execution layer address
  • Full withdrawals: Validator can signal exit, enters exit queue, receives full principal after queue clears (hours to weeks)

The withdrawal mechanism removed the permanent liquidity premium that previously made stETH trade at a discount to ETH.


History

  • 1994–2011: Proof-of-Stake concept explored academically; Peercoin (2012) first PoS implementation
  • 2014: Ethereum whitepaper discusses PoS as future upgrade
  • 2015–2020: Ethereum researchers develop Casper FFG and then Beacon Chain spec
  • December 2020: Ethereum Beacon Chain launches; first 500K+ ETH staked (native staking, no withdrawals yet)
  • September 2022: The Merge — Ethereum fully transitions from PoW to PoS
  • April 2023: Shapella upgrade enables staking withdrawals; native staking becomes fully liquid
  • 2023–2025: Total staked ETH grows from ~15M to 34M+ ETH; solo staking remains ~5–15% of total; liquid staking (Lido) dominates

See Also