Glossary

Proof of Work

Proof of work (PoW) is a consensus mechanism in which participants compete to add the next block by expending real computational effort, proving they burned energy on a puzzle that is hard to solve but trivial to verify. Miners repeatedly hash a candidate block with different nonce values until the output falls below a difficulty target; the first to succeed broadcasts the block and collects the reward.

The security insight is economic: because each block embodies spent electricity and hardware time, rewriting history means redoing all that work faster than the honest network can extend the chain. An attacker would need to control a majority of the network's total hash rate, which for a large chain costs enormous sums in equipment and power. Bitcoin is the canonical example — its difficulty automatically adjusts about every two weeks so that blocks keep arriving roughly every ten minutes no matter how much mining power joins or leaves.

A common misconception is that the computations are useful math being solved; they are intentionally meaningless guesses whose sole purpose is to be costly, which is precisely what makes the proof credible. Proof of work's main criticisms are its energy consumption and the industrial concentration of mining, which pushed Ethereum and most newer networks toward proof of stake. Its defenders argue that anchoring security in physical-world cost, rather than in ownership of the coin itself, remains the most battle-tested design, having secured Bitcoin continuously since 2009.