Proof of Stake

From wiki
Revision as of 12:49, 31 May 2021 by Hdridder (talk | contribs) (Created page with "Category:Blockchain Miners/validators on a Proof of Stake (PoS) blockchain must have a certain amount of the blockchain currency reserved to be part of the blockchai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Miners/validators on a Proof of Stake (PoS) blockchain must have a certain amount of the blockchain currency reserved to be part of the blockchain network. The protocol randomly select a node to create a new block, while the larger the size of the stake the bigger the probability to be selected. There is no reward for creating a block but a penalty (losing your staked coins) for tampering transactions. Stakeholders are rewarded by a percentage of the coins put at stake.

A good explanation can be found at ledger.com.

Examples of PoS blockchains are Cardano and Polkadot.

PoS allows a bigger transaction rate with far less resources compared with Proof of Work blockchains.


Delegated Proof of Stake (DPoS)

This means stakeholders delegate there validation rights to other nodes. The stakeholder just receives the interest.

Examples of DPoS blockchains are Cosmos and EOS.