> 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/use-cases/how-to-post-ads/posting-buy-or-sell-advertisements-ads.md).

# Posting Buy or Sell Advertisements (Ads)

{% embed url="<https://youtu.be/V8f9lJ_7hxU>" %}

**Step 1**

Under “Myads”, click on “Post new ads”

![](/files/zPyG03ZOcUBDv1GJhROn)

**Step 2**

1. You may choose to post a “Buy” or “Sell” ad
2. Choose the type of Crypto Asset that you want to Buy or Sell
3. Select your preferred payment method
4. Key in the fixed price per crypto unit that you wish to buy or sell (If you are selling 1 USDT for 1 USD, key in 1)
5. Type in the total amount of crypto assets that you wish to buy or sell
6. Key in the minimum and maximum limit per order (Minimum Value: User cannot buy or sell an amount that is lower than the value. Maximum Value: User cannot buy or sell an amount that is higher than the value.)
7. Include your telegram username for the counterparty to contact you
8. Choose to post your ad publicly or privately. Public ads can be viewed by all users on the marketplace, private ads can only be viewed by users who place orders using your shared ad link.
9. You may choose to spend any amount of PEX Tokens to increase your ad's ranking on the marketplace (Optional). Users with the highest bidding amount will have their ads in a higher position than other users.&#x20;

![](/files/pR3xWYdrBXIPdqMFbjOi)

![](/files/rmpaJqC9aEA5wmPFMKSr)

**Step 3**

Click on Post Ad. Confirm the wallet interaction and pay a small sum of gas fee for the ad to be published

![](/files/gvoF9H022JY7ZoW3iQf2)

**Step 4**

The transaction will be submitted and you can view the contract interaction details on the block explorer. Please wait patiently for your ad to be displayed on the platform.&#x20;

**Step 5**

You may post a sell ad by selecting "I Want To Sell" on the ad posting page. Repeat step 1 to 4. In MyAds, you may edit, offline or share your ad's link with another user.&#x20;

![](/files/A9i1tXwskdbnC6yCGeJe)


---

# 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/use-cases/how-to-post-ads/posting-buy-or-sell-advertisements-ads.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.
