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
Atomic Swap
A peer-to-peer crypto trade that lets two parties exchange different coins directly without relying on a centralized exchange or custodian.
Block (Blockchain)
A block is a bundled set of blockchain transactions and metadata that is added to the chain after the network accepts it as valid.
Blockchain
A blockchain is a shared digital ledger that records transactions in linked batches and is maintained by a network of computers.
Blockchain Fork
A blockchain fork is a split or change in a blockchain’s rules that can create two different versions of the network’s transaction history.