> For the complete documentation index, see [llms.txt](https://docs.pinky.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinky.finance/pinky-finance/web-3-marketplace/sell-product.md).

# Sell Product

The selling process is very easy and requires only product adding via the platform. You can only publish the dApps you have made by yourself or you have the rights to sell the dApp.

Requirements:

* BSC BEP20 wallet (to pay for the gas fee \~$0.20)
* Full product documentation
* Full source code
* Live Demo
* Contact Details (Telegram and/or E-Mail)

### Process

1. Open the link: <https://www.pinky.finance/marketplace/create> to add your product.
2. Fill out all the required input fields.

<figure><img src="/files/4U8ngiOyCEjG2VmZdC0s" alt=""><figcaption></figcaption></figure>

3. Set price in BNB

<figure><img src="/files/9YKQXKGMwW9fuIzmkn9m" alt=""><figcaption></figcaption></figure>

4. Upload all the images/files.

<figure><img src="/files/xuASkwXhPyg65jjZ1eoT" alt=""><figcaption></figcaption></figure>

5. Leave a comment for the reviewer if there is anything we should know.

<figure><img src="/files/rjsIoazGHR2YFlIqrY8H" alt=""><figcaption></figcaption></figure>

### How will I receive money?

All of the product sellers receive their money instantly once someone buys their product, the seller receives 70% of their asked money, and the remaining amount goes into the Pinky Finance wallet.

If you have any questions, feel free to contact our Support Team: @pinkyfinancemarket


---

# 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://docs.pinky.finance/pinky-finance/web-3-marketplace/sell-product.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.
