# Assessment 3

#### What is the purpose of a Merkle path? (Choose ALL that apply)

* [x] To demonstrate the existence of a specific transaction within a block
* [x] To provide a path of hashes leading to the root of the Merkle tree
* [ ] To summarize all transactions in a block
* [ ] To reference the previous block

**Notes to Learners**

A Merkle path is a cryptographic proof that demonstrates the existence of a specific transaction within a block without the need to examine every transaction in that block.


---

# 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/bsv-network-topology/spv-wallets-unlocking-simplified-payment-verification-for-secure-transactions/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.
