# Protecting Sellers From Fraud

> Transactions that are computationally impractical to reverse would protect sellers from fraud, and routine escrow mechanisms could easily be implemented to protect buyers.
>
> \- Satoshi Nakamoto, Bitcoin Whitepaper

![](/files/1pxzezvoUaS3HjTz9qLJ)

Thanks to the practically irreversible nature of the Elliptic Curve Digital Signature Algorithm (ECDSA) sellers who receive payments over the Bitcoin network can simply and quickly verify the authenticity of the funds received without needing to revert to a trusted third party.

Where the payment involves the delivery of goods or services, payments can be locked using simple scripting functions that require proof of delivery prior to the release of funds, with simple conditional clauses allowing for funds to be returned to the payer in the event of non delivery. These features can be implemented using features native to the Bitcoin protocol drastically reducing the incentive or possibility to commit fraud.

Learn more about Elliptic Curve Digital Signature Algorithms here: <http://wiki.bitcoinsv.io/index.php/Elliptic_Curve_Digital_Signature_Algorithm>


---

# 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-theory/introduction/protecting-sellers-from-fraud.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.
