Consensus Algorithms: Proof of Stake (2026)

The Bitcoin network utilises a process called Proof of Work (PoW) to function. Beyond Bitcoin and other Proof of Work-based cryptocurrencies, another method to reach consensus in a blockchain is called Proof of Stake. Both systems have their merits as well as their disadvantages.

  • Next to Proof of Work, Proof of Stake (PoS) is presently the second-most frequently used consensus mechanism in blockchain technology

  • The Proof of Stake algorithm selects the creator of the next block depending on various mechanisms usually somehow relating to their stake

  • In a Delegated Proof of Stake network like EOS, users vote with their tokens to elect block producers, who validate transactions and share the block reward they obtain with the community

  • As block producers are elected with tokens that represent votes, they can lose their power almost instantly if they act against the community

  • Proof of Stake systems harbour risks such as increased consequences of hacking and theft

  • Participants need to be properly incentivised to act in the network’s best interests in order not to bring down the network

In this article, you’re going to learn about the Proof of Stake consensus algorithm.

What is a Proof of Stake (PoS) consensus algorithm?

A Proof of Stake (PoS) consensus algorithm is a set of rules governing a blockchain network and the creation of its native coin, that is, it has the same objective as a Proof of Work (PoW) algorithm in the sense that it is an instrument to achieve consensus. Unlike PoW, there are no miners involved in the process.

Instead, participants in the network who want to be involved in proving the validity of network transactions and creating blocks in a PoS network have to hold a certain stake in the network, for instance by placing a certain amount of the network’s currency in a wallet connected to its blockchain.

This is known as “placing a stake” or “staking”. A block creator in a PoS system is limited to creating blocks proportionate to his or her stake in the network.

Thus, PoS networks are based on deterministic algorithms, meaning that validators of blocks are elected depending on the nature of the stake. For instance, selecting account balance as the sole criterion on which the next valid block in a blockchain is defined could potentially lead to unwanted centralisation. This would mean that wealthy members in a network would enjoy great advantages.

PoS networks are based on deterministic algorithms, meaning that validators of blocks are elected depending on the nature of the stake.

For this reason, there are various selection methods to define a stake, or a combination thereof. Different cryptocurrencies that utilise PoS employ different variants to define “stakes”.

Examples for such variants include the effective balance of coins in an account, a stationary time tokens have to be in a blockchain to contribute to the generation of block creation, coin age (the number of coins held in a wallet multiplied by the number of days they have been in that wallet), and other factors.

Strengths and weaknesses of Proof of Stake algorithms

On the one hand, PoS solves some of the weaknesses of a PoW system behind cryptocurrencies like Bitcoin. PoS essentially eliminates barriers to entry into the validationprocess. Users no longer have to buy specialised computers just to get a chance of winning that all elusive block reward. Consequently, PoS requires less computational power than PoW and thus also has less impact on the environment.

On the other hand, some PoS networks have major weaknesses, depending on the variants used to define the stake in a network. Block producers of some coins may wield an incredible amount of power if the number of block producers in a network is low and they get to validate all transactions. However, a producer’s power can be automatically revoked any time he or she does anything against the network’s best interests. If, for example, a producer of EOS coin fails to work on any blocks for 24-hours, a backup quickly takes his or her place.

The second major weakness is that a number of PoS systems favor wealthy users - the more coins you stake, the more you can vote.

The second major weakness is that a number of PoS systems favor wealthy users - the more coins you stake, the more you can vote. Networks like Cardano have already addressed this issue with the implementation of randomised selection of block producers. In this case, the wealthier users still have a better chance of being a block producer but the outside influence of “crypto whales” - participants holding far more coins of a particular network than the average user - is diminished.

Nothing at stake

Finally, there is the problem in a Proof-of-Stake network known as “nothing at stake”. In a PoW network, there is a rare occurrence that two miners produce a block almost simultaneously as a result of a time lag. This results in a temporary mix-up in the network and nodes need to reach consensus on the valid block. Consequently, miners need to choose which version of the blockchain to spend their resources on, thus by-passing other opportunities.

However, as in the PoS system, forging of new blocks requires little resources, a validator might choose to continue working on multiple versions of the fork and forge new blocks. As there are no opportunity costs for forging in a particular blockchain, there is "nothing at stake" for users creating blocks. As a consequence, users could mine on competing branches of a blockchain to maximise the amount of transaction fees they receive. In order to address this issue, most PoS coins have additional protection mechanisms built into their protocol.

What is Delegated Proof of Stake?

A Delegated Proof of Stake (DPoS) consensus algorithm is a variation of the Proof of Stake consensus protocol. Network users select a sufficient number of delegates - also called witnesses - to ensure decentralisation of the network. The elected delegates verify transactions and generate blocks. If a delegate receives a block reward, he usually shares it with those wallets that have voted for him and also hold a stake in the network.

In a DPoS network, network parameters such as transaction sizes and block intervals can be changed through the vote of delegates - also called witnesses.

If a delegate fails to verify transactions, or other outages occur in a network, this consensus mechanism provides quick detection of discrepancies and the replacement of block producers that don’t meet consensus.

Future scenarios for Proof of Stake networks

At present, Bitcoin is bound to remain among the leading cryptocurrencies. However, in light of the need for energy-efficient consensus mechanisms, Proof of Stake (PoS) algorithms will more than likely continue to play an integral role in the future of the blockchain industry as a whole. Currently more than 400 cryptocurrencies are using PoS as their consensus algorithm. In future articles, we’ll dig deeper into consensus algorithms and the third parties that are providing alternatives to leading consensus mechanisms.

Consensus Algorithms: Proof of Stake (2026)

FAQs

Consensus Algorithms: Proof of Stake? ›

A Proof of Stake (PoS) consensus algorithm is a set of rules governing a blockchain network and the creation of its native coin, that is, it has the same objective as a Proof of Work (PoW) algorithm in the sense that it is an instrument to achieve consensus. Unlike PoW, there are no miners involved in the process.

What is proof of concept consensus algorithm? ›

Proof of Concept, often abbreviated as PoC, is a consensus mechanism used in decentralized networks to validate and confirm transactions. It serves as a critical component of various blockchain-based cryptocurrencies, including Bitcoin, Ethereum, and many others.

How does PoS achieve consensus? ›

Proof-of-stake is a consensus mechanism used to decide the next global change in the network. It uses a staking mechanism where participants lock up some of their coins to get selected. Proof-of-stake in the blockchain is one of the controversial consensus protocols.

What is proof of history consensus algorithm? ›

Solana uses Proof of History as a sort of “pre-consensus” algorithm to streamline consensus so transactions are processed efficiently. Because of this, validators can process transactions in parallel improving throughput and reducing latency. Thus, Proof of History is a component that aids in achieving consensus.

What is the most popular consensus mechanism? ›

Proof of Work (PoW): PoW [29] is the most widely used consensus mechanism in the various blockchain applications. According to the PoW consensus mechanism, a consensus node must solve a computationally expensive puzzle to create a new block.

How do you choose a consensus algorithm? ›

Four main criteria are identified, which in combination, allow us to select a consensus algorithm more accurately. The main selection criteria are energy consumption, decentralization, security, and bandwidth.

Is Proof of Stake a consensus algorithm? ›

A Proof of Stake (PoS) consensus algorithm is a set of rules governing a blockchain network and the creation of its native coin, that is, it has the same objective as a Proof of Work (PoW) algorithm in the sense that it is an instrument to achieve consensus. Unlike PoW, there are no miners involved in the process.

What is Cardano's consensus algorithm? ›

Cardano's consensus mechanism, Ouroboros, is a proof-of-stake (PoS) algorithm that ensures the security and integrity of the blockchain. Unlike traditional proof-of-work systems that rely on resource-intensive mining, Ouroboros selects validators based on the number of tokens they hold.

What are the three consensus mechanisms that some newer blockchains are using? ›

Within financial services, Proof-of-Work (PoW), Proof-of-Stake (PoS), and Delegated PoS (DPoS) are some of the more popular consensus mechanisms in public blockchains, while practical Byzantine Fault Tolerance (pBFT), Istanbul BFT (iBFT), and federated BFT (fBFT) are popular in private blockchains.

What are the disadvantages of proof of stake? ›

What Are the Disadvantages of Proof-of-Stake? Under Proof of Stake (POS) consensus, users must generally own a cryptocurrency before they can participate in consensus and earn more crypto. To host a full validator node on Ethereum, a user needs to stake 32 ETH, which is very expensive.

What is the difference between PoW and PoS? ›

PoS: Key Differences. The main difference between PoW and PoS lies in the process of validating transactions and adding new blocks to the blockchain. PoW involves users solving complex puzzles, while PoS depends on the staking of coins.

Is Bitcoin proof of stake? ›

There are two major consensus mechanisms used by most cryptocurrencies today. Proof of work is the older of the two, used by Bitcoin, Ethereum 1.0, and many others. The newer consensus mechanism is called proof of stake, and it powers Ethereum 2.0, Cardano, Tezos and other (generally newer) cryptocurrencies.

What is the simplest consensus algorithm? ›

Raft is a consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance. The difference is that it's decomposed into relatively independent subproblems, and it cleanly addresses all major pieces needed for practical systems.

What is the drawback of the proof of work consensus algorithm? ›

The following are the disadvantages of the Proof-of-Work (PoW) mechanism: A lot of energy gets wasted as only one miner can eventually add its block. It requires heavy computation power hence massive resource and energy consumption. A 51% attack risk on the network.

What are the three types of consensus in Bitcoin? ›

What are the types of Consensus Mechanisms? There are various consensus mechanisms, including Proof of Work, Proof of Stake, Delegated Proof of Stake, Proof of Capacity, Proof of Importance, and so on.

What is average consensus algorithms? ›

In general, an average consensus algorithm is a distributed strategy in which each agent has a real number. The goal for the agents is to compute the average of those numbers.

Why are there so many consensus algorithms? ›

Consensus algorithms are the backbone of blockchain networks, facilitating agreement among nodes on the validity of transactions. As the blockchain ecosystem matures, the need for efficient, secure, and environmentally friendly consensus mechanisms becomes paramount.

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Prof. Nancy Dach

Last Updated:

Views: 6001

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Prof. Nancy Dach

Birthday: 1993-08-23

Address: 569 Waelchi Ports, South Blainebury, LA 11589

Phone: +9958996486049

Job: Sales Manager

Hobby: Web surfing, Scuba diving, Mountaineering, Writing, Sailing, Dance, Blacksmithing

Introduction: My name is Prof. Nancy Dach, I am a lively, joyous, courageous, lovely, tender, charming, open person who loves writing and wants to share my knowledge and understanding with you.