This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.k_consensus:02_mechanism:poimport [2021/07/16 19:12] nick created |
dido:public:ra:xapend:xapend.k_consensus:02_mechanism:poimport [2021/08/13 14:01] (current) murphy |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| [[dido:public:ra:xapend:xapend.k_consensus:02_mechanism:start | Return to Consensus Mechanism ]] | [[dido:public:ra:xapend:xapend.k_consensus:02_mechanism:start | Return to Consensus Mechanism ]] | ||
| - | **Proof of Importance (PoI)** is a variation of PoS protocol that considers the role of shareholders and validators for its operation. However, this is not only influenced by the size and chance of their shares; various other factors like reputation, overall balance, and no. of transactions made through any particular address also play a role in it. | + | **Proof of Importance (PoI)** is a system used to determine which users are eligible to perform the calculations necessary to add a new block of data to a [[dido:public:ra:xapend:xapend.a_glossary:b:blockchain|blockchain]] and receive the associated payment. |
| - | The networks based on POI consensus model are expensive to attack on and rewards users for contributing to the network’s security. | + | A PoI algorithm prioritizes miners based on the number of transactions in the corresponding [[dido:public:ra:xapend:xapend.a_glossary:c:cryptocurrency|cryptocurrency]] that they perform. The more transactions are made to and from an [[dido:public:ra:xapend:xapend.a_glossary:e:entity|entity’s]] cryptocurrency [[dido:public:ra:xapend:xapend.a_glossary:b:bitcoin_wallet|wallet]], the higher that entity’s chances of being given [[dido:public:ra:xapend:xapend.a_glossary:m:mining|mining]] projects are. |
| + | |||
| + | This sets PoI apart from the [[dido:public:ra:xapend:xapend.a_glossary:p:proof_of_work|Proof of Work (PoW)]] system which was introduced by [[dido:public:ra:xapend:xapend.a_glossary:b:bitcoin|bitcoin]]. PoW algorithms prioritize entities based on the number of [[dido:public:ra:xapend:xapend.a_glossary:c:coins|coins]] they mine. This means that the more computing power an entity can provide to a PoW cryptocurrency network, the more coins that entity will be able to mine. The PoW system does not encourage the circulation of cryptocurrency. The pure PoW system is not immune to centralization because priority is automatically given to the entity capable of providing the highest amount of computing power. | ||
| + | |||
| + | The PoI system also stands apart from the [[dido:public:ra:xapend:xapend.a_glossary:p:proof_of_stake_pos|Proof of Stake (PoS)]] system. The PoS system prioritizes entities based on how much of the corresponding cryptocurrency they hold. The PoS algorithm automatically assigns mining tasks to miners based on the amount of the corresponding cryptocurrency in their wallets. This provides little incentive to use cryptocurrency as a means of exchange. | ||
| + | |||
| + | PoI systems is designed to reward users who actively transact in a cryptocurrency by prioritizing miners based on the amounts and sizes of transactions made from their wallets. PoI system may account for additional factors, such as the wallets to and from which transactions are made. | ||
| + | |||
| + | Combinations of PoI, PoS, and PoW systems are also possible. For example, an algorithm may account for both wallet transactions and the amount of cryptocurrency held when prioritizing mining. | ||
| + | |||
| + | Source: [[https://www.moneyland.ch/en/proof-of-importance-definition]] | ||