Proof-of-Entropy-Minima is based heavily off of Proof-of-Work Nakamoto Consensus. A strong understanding of Proof-of-Work consensus is highly recommended before reading the PoEM documentation. A detailed explanation of Nakamoto Consensus can be found here.The original PoEM concept was introduced in a 2023 research paper. A more recent paper with a formal security proof “A Better Proof-of-Work Fork Choice Rule”.

The Consensus Problem

Traditional blockchains face a fundamental challenge: when two valid blocks are found simultaneously, the network temporarily splits. This creates:
  • Uncertainty: Transactions may be reversed if you’re on the losing fork
  • Wasted energy: Miners work on competing chains that will be discarded
  • Limited scalability: Only one chain can win, limiting overall throughput
Quai Network solves this with Proof-of-Entropy-Minima (PoEM), ensuring the network never splits and always stays unified.

How PoEM Works

PoEM is inspired by Bitcoin’s Proof-of-Work (PoW) Nakamoto Consensus, but with a crucial improvement. Like PoW, PoEM uses hashes generated by competing miners to verify proposed blocks. However, PoEM differs in how these hashes are compared and measured. Think of entropy like a “uniqueness score” - PoEM always picks the block with the highest uniqueness score, ensuring every node makes the same choice. Unlike PoW, which treats all blocks that meet a certain difficulty level as equally valid, PoEM measures the intrinsic block weight to calculate the entropy, or randomness, removed by each proposed block. This ensures that all nodes will always prefer one particular block over any other options. Under PoEM, all nodes immediately agree on the next block as soon as they become aware of it, eliminating any disagreements caused by delays in the network. Two nodes running PoEM will always agree on which block is next in the chain.

PoEM vs Traditional Consensus

Traditional PoWPoEM
”Good enough” blocks competeBest block always wins
Network splits temporarilyNetwork stays unified
Resolution takes timeResolution is instant
Wasted mining effortAll mining contributes
Limited to single chainEnables infinite shards

Key Benefits

By removing contention from consensus, PoEM enables “perpetual consensus” - the network never needs time to resolve conflicts because conflicts never occur. This breakthrough provides several advantages: For Users:
  • Instant finality: Transactions are immediately final, no waiting for confirmations
  • Predictable fees: No congestion from competing chains
  • Unlimited capacity: Network can scale infinitely without degrading security
For the Network:
  • Energy efficiency: No wasted mining on discarded forks
  • True decentralization: Can coordinate unlimited execution shards
  • Enhanced security: All mining power secures the entire network