# Creating a Private Sale

This tutorial will show you how to create a Private Sale 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 the Private Sale 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 Private Sale page and click *CREATE YOUR PRIVATE SALE*.
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.

![](/files/4EmVkYC7YGhoowEsufIN)

4\. Copy your token's contract address and paste it into the appropriate field in Dexpanse's interface. Click *VERIFY AND ADD*.

![Paste your token's contract address here](/files/5IA5GBDijASdCYOqI0EZ)

5\. Input the Private Sale parameters. Take a look [here](/dexpanse-wiki/dexpanse/private-sale.md), If you need help with understanding what the specific parameters are.&#x20;

![](/files/pf3R7kXk2lp1tDfOVSEO)

6\.  Next you have to decide whether to add the Vesting mechanic. If you do not check this box, then each Private Sale contributor will be able to withdraw all of the tokens that they bought immediately after finalization. Checking the box will lock  a chosen percent of the tokens and release them linearly over a chosen period of time.

![](/files/2gcwJGi2fffmeLitsN9W)

7\. Add the Token Logo, Description, social media links and website.

8\. Add a Dexpanse promotional code if you've got one.

9\. Read and accept the Terms & Conditions and Privacy Policy

10\. Confirm  the parameters.

11\. Approve Dexpanse to access your tokens in Metamask.

![](/files/5XBa1i46z5aZ6u1zAEwq)

12\. Click Submit and complete the transaction in Metamask to create your Private Sale.

![](/files/3L7f8cEuvtVGRhRXQQak)

13\. Congratulations! You've now created your Private Sale. You can view it in the Private Sale list or Manage it to add whitelisted addresses.

![It is done.](/files/Y7GS9Xug1G9b1Y3w9ZdH)


---

# Agent Instructions: 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:

```
GET https://dexpanse.gitbook.io/dexpanse-wiki/tutorials/creating-a-private-sale.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
