PoWs
Proof of Work (PoW) is a consensus mechanism used by several blockchain networks in which participants, known as miners, expend computational resources to solve cryptographic puzzles. The first miner to solve the puzzle earns the right to add a new block of transactions to the blockchain and receives a block reward in the network's native cryptocurrency. The approach secures the network by making block creation energy-intensive, so altering past blocks would require controlling a majority of the network's hashing power.
How it works: Each block header includes a nonce; miners repeatedly hash the block data with different
Advantages and criticisms: PoW provides strong security through economic incentives and has a simple, battle-tested design
Examples: Bitcoin and Litecoin are prominent PoW networks using different hashing algorithms (SHA-256 and scrypt, respectively).