What is payment finality?
- Author
- CRYPTO PORT Editorial
- Published
- Updated
- Reading time
- 5 min
In short
Payment finality is the point at which a payment can no longer be reversed. Some chains make reversal progressively less likely as confirmations accumulate; others declare finality once defined conditions are met. For a merchant, this is precisely the line that decides when goods can be handed over.
Key points
- The point at which a payment can no longer be reversed
- Some chains finalise probabilistically, others by explicit rule
- It defines when a merchant may safely release goods
- Shipping on an unconfirmed balance risks a reorg loss
Definition
The state in which a transfer can no longer realistically be reversed or rolled back. How finality is determined, and how long it takes, differs from chain to chain.
On proof-of-work chains, the chance of reversal falls as blocks pile on top of the one containing the transaction. Finality is probabilistic, and the recipient chooses how many confirmations are enough — more for larger amounts.
Most proof-of-stake chains declare finality once a defined share of validators has agreed. Waiting times are shorter and the guarantee is categorical rather than probabilistic, though what happens during a chain halt varies by network.
Operationally, releasing goods before finality is simply a loss exposure. For small in-store items, shipping on an unconfirmed payment is a reasonable trade; for high-value goods or instantly delivered digital items, waiting for finality is the only way to avoid losing the item to a reorg.
Watch out for
- · 'Sent' and 'final' are different states — do not trust a status label alone
- · During congestion, confirmations can take far longer than usual
- · After finality even a mistaken transfer cannot be undone, so address checks are the last defence