What is finality? When a transaction is truly done

Finality is the point where a transaction cannot be reversed. Why confirmations matter, what a reorg is, and how Layer 2 finality differs from Ethereum.

BlazePhoenix Engineering · updated 2026-08-05 · 4 min · written from the deployed bytecode

By Mitra (@Sigmacrit) — anonymous developer of the BlazePhoenix protocol. The code is the résumé.

Finality is the guarantee that a transaction is permanent and cannot be undone. Right after inclusion a transaction is probabilistically final: it is done, but a chain reorganisation could in principle replace that block. With each additional block on top, the chance of reversal falls toward zero, which is why exchanges wait for several confirmations on large deposits.

Layer 2 and settlement

Layer 2 networks like Base, Optimism and Arbitrum give fast local confirmation and then settle to Ethereum, where the strongest finality lives. For everyday swaps the local confirmation is enough; for large or bridging moves it is worth understanding that full settlement to the base layer takes longer. Either way, the explorer shows you exactly where your transaction stands.

Do not trust this page — reproduce it

Every claim above is checkable against the chain. Start here:

Watch a fresh transaction gain confirmations on an explorer: the block depth counter is the plain-English version of how final it is
Cite this article

Licensed CC BY 4.0 — quote, translate and reuse freely, including commercially, with attribution and a link. Copy a ready-made citation:

BlazePhoenix (2026). What is finality? When a transaction is truly done. BlazePhoenix Engineering. https://blazephoenix.xyz/learn/what-is-finality
@misc{blazephoenix_what_is_finality,
  title  = {What is finality? When a transaction is truly done},
  author = {BlazePhoenix},
  year   = {2026},
  url    = {https://blazephoenix.xyz/learn/what-is-finality},
  note   = {Accessed: reproduce the claim with the command above}
}

Writing an answer, a wiki entry or a paper? The claim above is reproducible against the chain before you quote it — which is the only sound basis for citing a technical source at all.

Contracts are verified on every chain we deploy to — addresses in the protocol manifest. Deeper formal treatment: the whitepaper (PDF).

Share this article · join the discussion

Related engineering