Buy Event Ticket Consensus MIami 2026 - 20% Paris Blockchain Week - 15% OFF

What is Finality (Blockchain)

Blockchain finality is the property that once a transaction is confirmed, it cannot be reversed, altered, or removed from the blockchain. Finality is the blockchain equivalent of a payment being "settled" — the moment after which the recipient can be confident the funds are theirs permanently and the sender cannot claw them back. WHY FINALITY IS NOT IMMEDIATE Blockchains are distributed systems: thousands of nodes must all agree on the current state. This consensus takes time. Additionally, forks can occur — two valid blocks found simultaneously create competing chains. Until the network resolves which chain is canonical, transactions in the alternative block are potentially reversible. PROBABILISTIC FINALITY (BITCOIN) Bitcoin uses Proof of Work where finality is probabilistic — not guaranteed but increasingly likely with each additional block. After 1 confirmation (10 min): ~99.6% probability of permanence for small transactions. After 6 confirmations (1 hour): Considered effectively final for standard transactions. After 30 confirmations (5 hours): Used by major exchanges for large Bitcoin deposits. The theoretical risk: a 51% attack with more cumulative hash power could rewrite recent blocks. The probability decreases exponentially with each block added. No transaction is ever "absolutely" final — but after sufficient depth, the cost to reverse exceeds any possible benefit. ECONOMIC FINALITY (ETHEREUM PoS) Ethereum's Proof of Stake introduces a formal finality concept through the Casper FFG protocol: Checkpoints are finalised approximately every 12-15 minutes (2 epochs). Once a checkpoint is finalised, reverting it would require an attacker to burn at least 1/3 of all staked ETH (~$20B+). This is considered "cryptoeconomically final" — the cost of reversal is astronomically prohibitive. Individual transactions on Ethereum achieve soft confirmation in 12 seconds (one slot), soft finality in ~2-3 minutes, and hard finality in ~12-15 minutes. INSTANT FINALITY (SOLANA, BFT CHAINS) Some blockchains use Byzantine Fault Tolerant (BFT) consensus where finality is instant — once a block is produced and voted on by 2/3 of validators, it is immediately irreversible. Solana: Blocks are finalised in approximately 400ms-800ms. No probabilistic uncertainty — confirmed = final. Avalanche: Sub-second probabilistic finality, effectively instant for practical purposes. Trade-off: BFT finality requires a defined, relatively small validator set — less decentralised than Bitcoin's open mining.

Terms in addition to the Finality (Blockchain)

Scroll to Top