Distributed Consensus - Proof of Stake

Distributed Consensus - Proof of Stake

The consensus algorithm, that has a chance of overtaking Proof-Of-Work.

Proof-of-Stake is another pretty popular consensus algorithm in the blockchain space. Time to shed some light on it and take a look at what it offers.

A Quick Recap On Proof-Of-Work

A Proof-Of-Work algorithm requires miners to do a certain amount of work that is compute-intensive to gain access to a service or the right to do something. This algorithm, by design, also requires that the work done shall not be reusable for anything else than what it was performed for. This lies at the core of the security concept of a blockchain. To gain the right to append a new block to a chain and to get some currency as a reward, there is work to be done, and this work must be verifiable.

That work is a race between different miners. Many miners try to compete and to be the first to find the answer to a problem presented to them. This implies that a lot of energy is wasted as only the first correct solution is accepted.

You can find a more detailed article on Proof-Of-Work here.

Enter Proof-Of-Stake

Proof-Of-Stake is another algorithm, designed to create distributed consensus on a blockchain while being less energy-intensive and more scalable than Proof-Of-Work. The first mention (I know of) of Proof-Of-Stake dates back to 2011 when it was discussed on the Bitcointalk forums.

While having the same goal as Proof-Of-Work, distributed consensus, the process is completely different.

How It Works

A Blockchain that uses Proof-Of-Stake chooses a node to create and append the next block randomly. This process of appending a new block to the chain is usually called "forging" and not "mining".

To be eligible to be chosen, nodes must stake some of the chain's cryptocurrency. This means that a certain amount of coins is locked away and can't be accessed for as long as the node wants to act as a forger. If a new block is to be appended to the chain, the network randomly chooses between all nodes that have staked at least the minimum amount of coins required. This draft is usually weighted which could mean that the node with the largest amount staked has the highest chance to be chosen. To compensate for this, blockchains usually take other factors into account like the age of the node's stake. Whenever a node is chosen to forge a new block, the stake's age is reset to zero to distribute forging among all nodes a little more equal. When chosen, a forging node checks whether all transactions for the next block are valid. It then signs the block and appends it to the chain.

There are many other factors that can be taken into account and they are usually as individual as the blockchain using Proof-Of-Stake. Taking a look at the specific blockchain's whitepaper usually helps you to decide whether the chain is legit and it is worth setting up a forging node for it or if it's not working in everyone else's favor.

The stake of a forging node is always at risk. If a node harmfully tries to insert manipulated blocks into the chain and the network notices, it loses its stake and is banned from ever participating in the forging process again. This is to ensure that all parties involved in the forging process play by the rules as there is a lot of money at risk when they commit fraud.

A forging node that wants to exit the forging process usually needs to wait for some time until its stake is released. This time is used to recheck all the blocks it ever forged. This is the last time a potential fraud can be detected. Only after the check completed successfully, the stake is released and can be transferred again.

Show Your Support

If you found this article interesting or helpful, leave a like, and follow me for more like this. It would mean the world to me!

If you'd love to read more micro-content, feel free to visit me on Twitter.