> 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/launching-a-new-token/burn-liquidity.md).

# Burn Liquidity

{% hint style="warning" %}
Burning Liquidity makes sure that you will never be able to remove the liquidity again. This significantly increases the trust in your token for the community.
{% endhint %}

{% hint style="success" %}
Enabling this feature will add a `Rug Protection ✅` checkmark to your launch alert that gets posted in the [DEVbot Token Alerts](https://t.me/DEVbotTokenAlerts) after adding liquidity.
{% endhint %}

This feature is enabled by default when configuring a new token. Technically it means that the pool tokens will get minted to the zero address when adding liquidity. This is a special address that no one has access to, and is the same one that's used when burning tokens.

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

To disable this feature, just click on the corresponding button. This will toggle this feature on and off. In this case, the pool tokens will be minted to your deployer wallet. For now, we don't support just locking the liquidity, and will never support removing it directly through Telegram. If you want to do that, you would need to do that manually in the browser after [exporting your private key](/docs/bot-overview/manage-wallets.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:

```
GET https://devbot.gitbook.io/docs/launching-a-new-token/burn-liquidity.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.
