Blockchain
Finality
The guarantee that a transaction cannot be reversed, achieved through consensus confirmation.
Last Updated
2026-03-19
Related Concepts
What is Finality?
Finality is the assurance that a transaction on a blockchain cannot be altered, reversed, or canceled once it has been processed. It represents the point at which a digital record is considered a permanent part of the chain's history.
How does Finality work?
- A transaction is broadcast and included in a new block.
- In Proof of Work (PoW), finality is "probabilistic"the more blocks added on top, the harder it is to reverse.
- In Proof of Stake (PoS), finality is often "deterministic"validators cast votes to "finalize" a block, making it permanent.
- Once the network reaches a consensus threshold, the block and all transactions within it are deemed final.
- After this point, reversing the transaction would require a catastrophic network failure or a
51%attack.
Why does Finality matter?
Finality is essential for commercial transactions. A merchant needs to know when a payment is truly "settled" before they can safely ship a product.
Key features of Finality
- Immutable record of transaction settlement
- Probabilistic (PoW) vs. Deterministic (PoS)
- Measured in time or number of block confirmations
- Prevents double-spending and transaction reversal
- Critical for cross-chain bridging and high-value transfers
Examples of Finality
Bitcoin transactions are generally considered "practically final" after 6 confirmations (roughly 60 minutes). On Ethereum's Proof of Stake network, finality is typically reached in approximately 12 to 15 minutes.
