> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Proof of Stake

> Proof of Stake (PoS) is a consensus algorithm that selects validators to create new blocks based on the amount of cryptocurrency they hold and are willing to 'stake' as collateral. Unlike Proof of Work, which requires massive computational power, PoS incentivizes network security

# Proof of Stake

Proof of Stake (PoS) is a consensus algorithm that selects validators to create new blocks based on the amount of cryptocurrency they hold and are willing to 'stake' as collateral. Unlike Proof of Work, which requires massive computational power, PoS incentivizes network security by penalizing malicious actors through 'slashing,' where their staked assets are forfeited. This mechanism is significantly more energy-efficient and has become the standard for modern, scalable blockchain protocols seeking to balance security with sustainability.

## Definition

Proof of Stake (PoS) is a consensus algorithm that selects validators to create new blocks based on the amount of cryptocurrency they hold and are willing to 'stake' as collateral. Unlike Proof of Work, which requires massive computational power, PoS incentivizes network security by penalizing malicious actors through 'slashing,' where their staked assets are forfeited. This mechanism is significantly more energy-efficient and has become the standard for modern, scalable blockchain protocols seeking to balance security with sustainability.

## Simple explanation

Think of a lottery where the more tickets you hold, the better your chances of being chosen to lead the group. However, if you try to cheat, you lose all the tickets you bought. It is a way to ensure people care about the group's success because they have their own money on the line.

## Why it matters

Proof of Stake drastically reduces the energy consumption of blockchains, making them more environmentally sustainable. It also enables new economic models like staking and liquid staking to generate passive yield.

## How it works

Users lock their crypto assets in a smart contract to become validators. The protocol algorithmically selects a validator to propose the next block based on stake size and other factors like age of coins. Other nodes verify the block, and the proposer receives transaction fees as a reward.

## Real-world example

The Ethereum network transitioned to Proof of Stake during 'The Merge' to reduce energy usage.

## Advantages

* Extreme energy efficiency
* Low barrier to entry
* Reduced hardware requirements

## Limitations

* Risk of wealth concentration
* Complex implementation
* Slashing risks for validators

## Common misconceptions

* It does not mean that those with more coins can easily manipulate the network.
* It is just as secure as Proof of Work in terms of economic cost to attack.

## Related knowledge

* [Ethereum](/categories/ethereum) — term
* [Slashing](/generated/v2/glossary/slashing) — term
* [Staking](/categories/staking) — term
* [Validator](/generated/v2/glossary/validator) — term

***

**Canonical knowledge ID:** `glossary:proof-of-stake`
