# Proof of Acceptance for Merchants

<figure><img src="/files/19t0uJMZ4MMRIOHSzqQC" alt=""><figcaption></figcaption></figure>

*The payee needs proof that at the time of each transaction, the majority of nodes agreed it was the first received.*

\- Satoshi Nakamoto, Bitcoin Whitepaper

For merchants to confidently accept Bitcoin payments, there must be a reliable means of verifying that the funds received are valid and not subject to double spending. This can be achieved through various methods:

* **Node Queries**: Merchants can query multiple nodes to confirm the status of a transaction output.
* **Transaction Relay**: Merchants can send transactions on behalf of the sender and receive notifications of their validity.
* **Double-Spend Alerts**: Systems that notify parties of double spend attempts can help merchants avoid potential losses.

These mechanisms are essential for enabling merchants to accept Bitcoin payments without the need to wait for transactions to be confirmed in a block, thereby streamlining the payment process.


---

# 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-whitepaper-series/section-2-transactions-bitcoin-whitepaper/proof-of-acceptance-for-merchants.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.
