> For the complete documentation index, see [llms.txt](https://dexpanse.gitbook.io/dexpanse-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexpanse.gitbook.io/dexpanse-wiki/tutorials/creating-a-fair-sale.md).

# Creating a Fair Sale

This tutorial will show you how to create a presale on Dexpanse. We will use the BSC (Binance Smart Chain) Testnet, however the steps are exactly the same on the Mainnet. For those of you who wish to play around on the Testnet first, read about connecting to the Testnet network [here](/dexpanse-wiki/tutorials/connecting-to-bsc-testnet.md).

1. First you will need the token that you want to make a presale for. If you don't have one already, create one in minutes using [Dexpanse's Token Builder service](https://dexpanse.io/token-builder). You can create one on the Testnet for free. For instructions how to do so, click [here](/dexpanse-wiki/tutorials/creating-a-custom-token.md).
2. Go to Dexpanse's Presale Service and choose the Fair Sale option.
3. Find your tokens address. You can find it by clicking on the token in the Assets tab of your Metamask and then choosing the *View Asset in Explorer* in the ellipsis menu. There you will find the contract address of the token.
4. Paste your token address and click *VERIFY AND ADD*.
5. Input the correct parameters for your presale. For a detailed description of each parameter, go [here](/dexpanse-wiki/dexpanse/presale-service.md#presale-parameters).
6. After having filled out all the parameters, you can use the [Presale SImulator](/dexpanse-wiki/dexpanse/presale-service.md#presale-simulator) to check the possible presale outcomes.
7. Add the Token Logo, Description, social media links and website.
8. Enter your promo code if you have one.
9. Read and accept the Terms & Conditions an Privacy Policy and click the *APPROVE* button
10. Approve Dexpanse to access your tokens in Metamask.
11. Click Submit and complete the transaction in Metamask to create your Fair Sale.
12. Congratulations! You've now created your Fair Sale. You can view it in the Standard Sale list. If you wish to manage the presale, read more [here](/dexpanse-wiki/dexpanse/presale-service/presale-management.md).


---

# 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://dexpanse.gitbook.io/dexpanse-wiki/tutorials/creating-a-fair-sale.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.
