> 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/what-is-peardao/how-peardao-works.md).

# How PearDAO works

**Decentralized P2P Marketplace**

Peer-to-peer (P2P) trading is a type of cryptocurrency exchange method that allows traders to trade directly with one another without the need for a centralized third party to facilitate the transactions. A P2P platform serves as the trade facilitator by providing a platform for buyers and sellers to broadcast their offers. At the same time, it can ensure the safety and timely delivery of digital assets during trade execution.&#x20;

Unlike Exchange 1.0 which is register-based and controlled by centralized server, or Exchange 2.0 where anonymous users trade on the chain with an automated market makers mechanism and are only limited to on-chain assets, we want to bring users a new era, which is a trading platform governed by DAO for assets both on and off-chain.

With Pear P2P Marketplace, we encourage trading based on the user’s mutual trade agreement. Anyone who intends to sell their digital assets can simply search for an existing buy advertisement (Ad) on the platform and establish a trade with the counterparty. This means you have more freedom to pick the best rate and payment method for your needs—and with lower costs. You can also better safeguard your privacy because you're dealing directly with a counterparty.

**Example Walkthrough**

Anyone can create an ad on the Pear P2P Marketplace. For example, someone might be interested in creating an ad to sell Crypto ( BUSD, USDT, USDC ) for Fiat using the Bank Transfer payment method. Then crypto or on-chain assets will be escrowed in smart contract.

<br>

![](https://lh4.googleusercontent.com/PAM7j3jIZMG6rYJsi1KhsAFpyRBrSOsiDD4uZZr5di3qoAOuia4O_l2jT_NncjxGGNrVNsxtb2GnOvwd5ZI_aXApLpUqbrKPQGpI36ddRar2yD79cgKjSoar1Bh2LPSewqnkildJlqvEjUOCj6HQDiNCByk90F1AMVDwoRwkcHyFm03CklOf7XkK5nfxcKOfjKGbPdVjeQ)

Next, Buyer places an order on the ads available on the Pear Marketplace. Then the buyer and seller will communicate using an encrypted chat tool and the buyer will send Fiat currency to the seller using the Bank Transfer payment method. The buyer will sign the transaction that the Fiat payment has been completed. Once the Seller confirms that it has received payment from the Buyer, the Seller can release an on-chain escrow so that the crypto or on-chain assets will be sent directly to the buyer's wallet address via a smart contract.&#x20;

\
After the trade is completed, both Buyer or Seller will earn $PEX Trading Reward which can be claimed within 30 days.


---

# 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/what-is-peardao/how-peardao-works.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.
