T
iTokenly

Consensus Mechanism

A method a blockchain network uses to agree on valid transactions and the current state of the ledger without a central authority.

A consensus mechanism is the set of rules a blockchain uses to get many independent computers, often called nodes, to agree on what is true. It determines which transactions are valid, how new blocks are added, and how the network handles attempts to cheat or submit conflicting information. Because public blockchains do not rely on one central operator, consensus is what lets strangers maintain a shared ledger they can trust.

Consensus matters because it affects a network’s security, speed, cost, and energy use. In proof of work, used by Bitcoin, participants compete with computing power to add the next block, making attacks expensive. In proof of stake, used by many newer networks, validators lock up coins and can lose them for dishonest behavior. A simple comparison is a group shared document: instead of one editor deciding the final version, the group follows a rulebook for accepting changes so everyone ends up with the same copy.

Other terms in Blockchain Fundamentals