> For the complete documentation index, see [llms.txt](https://devbot.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://devbot.gitbook.io/docs/token-management-and-update/adding-liquidity.md).

# Adding Liquidity

{% hint style="info" %}
Before adding liquidity, your token is live, but not tradable. Once added, you can still always increase the liquidity.
{% endhint %}

{% hint style="info" %}
Launching on Base or Ethereum will create a pool on Uniswap, when launching on Binance Smart Chain it will be Pancakeswap.
{% endhint %}

To add liquidity, simply click on the `Add Liquidity 🦄` button under `Menu > My Tokens > [Name]` and follow the instructions. **You will need to be clear about two things:**&#x20;

1. The amount of ETH or BNB you want to add to the pool
2. The percentage of the supply of your token

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

We recommend adding most of the token supply to the pool with at least $1,000 worth of ETH or BNB. The former ensures that the community doesn't panic because you still hold a large percentage of the supply, the latter ensures that people can easily buy without experiencing huge price fluctuations and price impacts.

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

If you're all set, click `Confirm ✅` and wait for the transaction to finish. You can view the transaction state in the explorer by clicking the corresponding button.

Once finished, you will able to see your personal [DEVbot Token Launch Alert](https://t.me/DEVbotTokenAlerts) by clicking the corresponding button. People can now discover your freshly launched token and comment on it, and maybe even buy it.&#x20;

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

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

All the [configured token settings](/docs/launching-a-new-token/configuring-token-info.md) will be visible here. This includes name and description, image, social links and tax settings. In any case, a link to the chart and a link to buy it on Uniswap or Pancakeswap will be provided. To learn more, click here to read the complete section on [DEVbot Token Alerts](/docs/launching-a-new-token/devbot-token-alerts.md).

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


---

# 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://devbot.gitbook.io/docs/token-management-and-update/adding-liquidity.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.
