> For the complete documentation index, see [llms.txt](https://help.dedust.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dedust.io/en/launch/add_token/create_pool.md).

# Put initial token liquidity (create pool)

## How to create a liquidity pool and deposit initial liquidity for your token

1. Copy the token's address and open the [Pools](https://dedust.io/pools) section on DeDust.&#x20;
2. Tap on the 'Create a pool' button.
3. Select the tokens you want to create a pool with.

<div><figure><img src="/files/8hpfSAQoZzOK6XU7ItCR" alt="" width="375"><figcaption><p>Step 1</p></figcaption></figure> <figure><img src="/files/XTWBRh4BrjfZkGUXW94W" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/kiBxPSbjqruSekDwypis" alt="" width="375"><figcaption></figcaption></figure></div>

4. Press 'Create' to create the traiding pair of two tokens.
5. Confirm the transaction in your wallet. It will take a bit to create a pool for the pair.
6. After the pool is created, proceed with the deposit. Enter the amount of tokens you are willing to deposit and press the 'Deposit' button.

{% hint style="warning" %}
This rate will determine the initial price of your token, so be cautious when depositing initial liquidity.

Deposit your tokens to the pool with at least $50 liquidity in TON or USDT to make token [tradable](/en/launch/add_token/create_pool/fiat_price.md).
{% endhint %}

{% hint style="info" %}
Make sure that you have at least 1.50 TON in your wallet to cover the blockchain fees. Keep in mind that for all further transactions (including the liquidity withdrawal, if you decide to) you'll also need TON to cover the network fees.
{% endhint %}

Now you can see your position in the [Portfolio](https://dedust.io/portfolio).


---

# 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://help.dedust.io/en/launch/add_token/create_pool.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.
