> For the complete documentation index, see [llms.txt](https://hub.bsvblockchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-primitives-merkle-trees/standardised-merkle-proof.md).

# Standardised Merkle Proof

This course introduces how **Merkle Proofs** — and their standardization through the **BSV Unified Merkle Path (BUMP)** format — enable efficient, reliable verification of transaction data on the **BSV blockchain**. You’ll see how proofs link individual transactions to the Merkle Root of a block, allowing anyone to confirm data inclusion without downloading the entire blockchain.

You will explore:

* **What a Merkle Proof is**, how it verifies that a specific transaction exists within a block, and why this guarantees authenticity.
* **How Simplified Payment Verification (SPV)** uses Merkle Proofs to confirm transactions securely and efficiently without a full node.
* **How the BSV Unified Merkle Path (BUMP) Standard** improves proof consistency, reduces redundancy, and streamlines validation across the ecosystem.
* **The difference between simple and composite proofs**, and how composite proofs consolidate multiple transactions into a single efficient structure.
* **Practical JSON examples and visual demonstrations** of how BUMP proofs are constructed, encoded, and verified in action.

By the end of the course, learners will:

* Understand how Merkle Proofs enable lightweight verification in SPV wallets and applications.
* Recognize how the BUMP standard unifies proof formats to enhance scalability, interoperability, and network efficiency.
* Appreciate how composite proofs further optimize verification by minimizing duplicated data across related transactions.

This beginner-friendly course requires no prior technical knowledge — only curiosity about how **Bitcoin’s data verification model** ensures integrity, trust, and efficiency across billions of transactions at global scale.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hub.bsvblockchain.org/higher-learning/bsv-academy/bitcoin-primitives-merkle-trees/standardised-merkle-proof.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
