# 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: 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/standardised-merkle-proof.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.
