# Simplified Payment Verification (SPV)

<figure><img src="/files/r5RmpMnLUeridUw72y77" alt=""><figcaption></figcaption></figure>

The **Simplified Payment Verification (SPV)** system allows users to interact with the Bitcoin network for payments without the need to run a full node. This system enables users to verify transactions **by relying solely on the chain of block headers**, rather than maintaining a complete copy of the blockchain.

SPV is **particularly beneficial for lightweight clients, such as mobile wallets**, as it reduces the computational and storage burden on users. By utilizing SPV, users can still engage in secure transactions while minimizing their resource requirements.


---

# 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-basics-protocol-and-design/theory-bitcoin-protocol-and-design/simplified-payment-verification-spv.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.
