B.BlockAxis⌕ Search
Menu

From signing to settlement

A wallet builds a transaction for a selected network, destination and fee.

IntermediateContent revised · 13.09.20263 min reading · allow 5–10 more minutes for the workshopBlockAxis

Your learning plan

Track a transaction through distinct states

By the end, explain the diagram in your own words, solve the case and justify the correction.

Prerequisites : Hashes, keys and signatures · Consensus and finality

Level 2 · Intermediate →

Reading path · 3 / 35 · Intermediate

Key takeaway

A wallet builds a transaction for a selected network, destination and fee.

The essentials

A wallet builds a transaction for a selected network, destination and fee. After approval, it signs and sends the transaction to a node, often through an RPC service. Block producers choose and order pending transactions; other nodes verify the result.

How it works

Ordering can change economic outcomes. An exchange may receive a different price depending on earlier trades. Maximal extractable value, or MEV, includes value obtained through inclusion, exclusion and ordering, including arbitrage and sandwich attacks. An expected quote is therefore not a guaranteed execution price.

What to watch

A smart contract transaction can revert while still paying for computation. Atomic execution applies its changes together or rolls them back, but does not automatically cover another blockchain or a bank payment. A reconciliation process should track signing, broadcast, inclusion, finality and the receiving system’s ledger entry separately.

Understand the details

A wallet prepares a request, obtains a signature and broadcasts it through a node. The node may reject it before inclusion, keep it pending, or relay it. A block producer selects transactions and orders them. Execution applies their rules to the preceding state. An explorer displays an interpretation of this process, sometimes with a delay or incomplete indexing.

Boundaries and common mistakes

A transaction identifier is not proof of success. On an execution chain, a transaction can be included but revert: requested state changes are rolled back while execution fees can still be charged. A token transfer can also depend on contract behavior. Check the network, receipt status and relevant events, then distinguish technical success from the intended economic outcome.

The mechanism at a glance

  1. Prepare and sign
  2. Pending or rejected
  3. Include and execute
  4. Verify result and finality
Track a transaction through distinct states. Conceptual map: read these four landmarks together with the explanation above.
Applied workshop · work at your own pace

Apply the lesson to a case

A swap appears in a block with a failed receipt because its minimum output was not met. The user paid gas but received no swapped tokens. Build a timeline with submission, inclusion, execution result and later confirmation. Do not label the whole timeline simply “sent”.

What evidence would you collect before retrying this failed swap?

Choose one answer.

Interactive explainer · conceptual model

Follow a Bitcoin transaction

Wallet

Select available UTXOs, recipient, change and a fee. This simulation never connects to a wallet.

No real transaction is sent.
Terms in this lesson
Finality
The confidence or protocol guarantee that an accepted history will not be reversed, under stated assumptions.
Prepare a correction note

Describe the passage and the proposed correction. This creates a local note for you to share; it sends nothing. Do not include personal or confidential information.