Web3 Dictionary Logo
Web3 Dictionary
Contribute

Categories

AllBlockchainDappsDAOsDeFiNFTsRegulationSecuritySmart ContractsTokenomicsWalletsWeb3 GamingOthers
  1. Web3 Dictionary
  2. Blockchain
  3. Finality
Blockchain

Finality

The guarantee that a transaction cannot be reversed, achieved through consensus confirmation.

Last Updated

2026-03-19

Related Concepts

BlockConsensus MechanismProof of Stake
Web3-Explorer Logo

Scale Blockchain Infra

AD

Smart contracts, protocol integrations, and scalable architecture for high-performance Web3 products.

See Blockchain Services

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?

  1. A transaction is broadcast and included in a new block.
  2. In Proof of Work (PoW), finality is "probabilistic"the more blocks added on top, the harder it is to reverse.
  3. In Proof of Stake (PoS), finality is often "deterministic"validators cast votes to "finalize" a block, making it permanent.
  4. Once the network reaches a consensus threshold, the block and all transactions within it are deemed final.
  5. 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.

External References

  • Transaction Finality
  • Ethereum Proof-of-Stake