What is Finality?
Finality is the guarantee that a blockchain transaction cannot be reversed, altered, or removed once confirmed — the point at which a transaction is considered permanently settled.
WHY IT MATTERS
Finality answers the question: 'When is my transaction truly done?' Different chains provide different finality guarantees. Bitcoin's finality is probabilistic — each new block makes reversal exponentially harder, but there's always a theoretical possibility. Ethereum provides economic finality after ~15 minutes.
For applications, finality determines when you can trust a payment. Exchanges wait for multiple confirmations before crediting deposits. DeFi protocols treat transactions as final after block inclusion. The appropriate finality requirement depends on the transaction value and risk tolerance.
Instant finality (achievable on some PoS chains) is critical for payment applications where users expect immediate confirmation.