Every blockchain needs a way to agree on what happened and when, without a bank or government in charge. This is called consensus, and proof of work and proof of stake are the two main methods blockchains use to reach it, in very different ways.
Proof of work was invented first. Bitcoin launched with it in 2009, and it remains the system Bitcoin uses today. Under proof of work, computers compete to solve a difficult math puzzle. Whoever solves it first adds the next block of transactions to the chain and earns a reward in Bitcoin. This process is called mining, and the computers doing it are called miners.
Bitcoin mining farm (source)
Proof of stake works differently. Instead of competing with computing power, participants lock up their own cryptocurrency as a deposit, a process called staking. The network then randomly picks a staker to confirm the next block, with the odds usually improving the more you have staked. Ethereum switched from proof of work to proof of stake in 2022. Solana was built on proof of stake from the start in 2020.
Proof of work keeps Bitcoin secure through cost. Mining requires expensive hardware and huge amounts of electricity, so to cheat the system, an attacker would need to control more than half of all the mining power on the network, an approach known as a 51% attack. Bitcoin mining now consumes as much electricity as some mid-sized countries, which means pulling off a 51% attack would cost billions of dollars.
Proof of stake keeps networks secure through financial risk instead. Validators, the proof of stake equivalent of miners, must lock up cryptocurrency to take part. Ethereum requires 32 ETH to run a solo validator, worth roughly $85,000 ($60,000 USD) at recent values. If a validator approves fraudulent transactions or goes offline too often, the network can destroy part of their staked funds, a penalty called slashing that replaces the physical cost of mining with a direct financial one.
Solana uses proof of stake too, but adds an extra layer called proof of history. This works like a built-in timestamp system, letting the network agree on the order of events before full consensus even happens. Combined with a large network of validators, this is part of why Solana can handle far more transactions per second than either Bitcoin or Ethereum.
Ethereum's move away from proof of work, known as the Merge, was one of the biggest technical upgrades in crypto history. The main driver was energy use, before the Merge, Ethereum consumed roughly as much electricity as a medium-sized country. After switching to proof of stake, that figure dropped by more than 99.9%, according to Ethereum's own network data.
The switch also changed who is responsible for securing the network. Rather than miners, Ethereum now relies on over one million validators, collectively staking more than $135 billion ($84 billion USD) worth of ETH. Anyone can run a validator with 32 ETH, or join a staking pool with smaller amounts, which spreads control across a wide base of participants rather than a few large mining operations.
Solana took a different path entirely, designing its network for speed and low fees from day one. It has become the go-to chain for high-frequency trading applications and consumer apps that need fast, cheap transactions, thanks to having fewer, more powerful validators compared to Ethereum.
Bitcoin's proof of work has never been successfully attacked at scale since it launched in 2009, giving it the longest track record of any blockchain security model. Proof of stake networks like Ethereum offer far lower energy costs and let everyday users take part in securing the network directly through staking, often earning a yield for doing so.
The risks differ too. Bitcoin's mining is increasingly concentrated in large operations with access to cheap electricity, so a handful of big mining pools control a significant share of network power. Ethereum's staking has a similar concentration issue, a small number of large staking providers control a sizeable portion of all staked ETH.
Bitcoin's proof of work favours battle-tested security over speed. Ethereum's proof of stake trades physical energy for financial stakes, cutting costs while keeping broad participation open to everyday users. Solana pushes speed further than either, accepting tradeoffs in validator count and network stability in exchange for performance.
Bitcoin's mining industry continues to shift toward renewable energy, Ethereum keeps adjusting how validators are rewarded and penalised, and Solana keeps working on maintaining a fast and cheap network.