> For the complete documentation index, see [llms.txt](https://peardao.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://peardao.gitbook.io/docs/getting-started/how-to-avoid-scams.md).

# How to avoid scams

🚨Do not believe anyone who say they’re PearDAO team, scammers might try to impersonate one of our staff members to trick you into releasing the escrow.

🚨Due to Chargeback fraud, avoid using high-risk payment methods like (PayPal, Venmo and credit cards).

🚨Ensure to trade with strong reputed traders.

🚨 Do not accept payments from third-party accounts, Ask for some KYC if needed.

🚨 If you’re the Seller always verify that the money is in your account, some scammers might send you fake proof of payment .

🚨 If you’re the Buyer always verify the status of the escrow system, Some scammers might try to deceive you with a fake screenshot of a successful escrow deposit.

✅ Preventive measures:-

✅When in doubt, contact support.&#x20;

✅Do not give into the pressure of any counterparty.&#x20;

✅A real arbitrator will not contact you until a dispute has been opened.&#x20;

✅Learn How to use the Marketplace by taking your time to watch our tutorials.&#x20;

✅Use your common sense when trading.


---

# 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://peardao.gitbook.io/docs/getting-started/how-to-avoid-scams.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.
