Chain Selection

Criterion

Chain selection in blockchain protocols refers to the process by which nodes agree on the canonical history of transactions, especially when multiple valid chains exist due to forks. The primary criterion for selection is typically the “longest chain rule,” where the chain with the most accumulated Proof-of-Work or the greatest total stake weight is deemed legitimate. Other criteria might include block production speed, transaction finality, or specific validator sets. This criterion ensures network consensus and prevents double-spending, maintaining ledger integrity. It is fundamental to blockchain security.