# Assessment 3

#### Given the following list of actions, what is the correct sequence of events for an SPV transaction?

1. Store the chain of block headers locally.
2. Receive the Merkle path for the UTXOs of the transaction from either payer or request from nodes.
3. Verify the UTXO can create the same Merkle root as in your local storage of headers.
4. Broadcast the transaction to the network.
5. Query random subset of miners for transaction status.
6. Transaction can be safely considered settled and goods can be released to customer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-primitives-merkle-trees/merkle-trees-and-simplified-payment-verification/assessment-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
