> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/en/liquidity-management/liquidity-burner-solana.md).

# Solana Liquidity Pool Burn Guide

{% hint style="success" %}
What does burning liquidity mean?&#x20;

Burning liquidity on Solana will permanently remove these tokens/LP from circulation. This operation is irreversible; once executed, the tokens/LP cannot be restored, which may affect the market value of the associated assets. Currently, most project teams perform this operation after adding liquidity to ensure the security of the tokens and increase the project's credibility.
{% endhint %}

**How to use Solana liquidity burning tool (Raydium V2):**

1. Connect your wallet.
2. Retrieve the liquidity pool using the liquidity pool ID or token.
3. Check the current pool shares of the connected wallet.
4. Select or enter the amount of liquidity to burn.
5. Review the estimated burn data, as the burning operation is irreversible.
6. Submit on-chain to complete the liquidity burning.

**Preparation:**

1. A computer or a mobile phone
2. Solana wallet (Phantom Wallet installation guide)
3. At least 0.05 SOL in the wallet (Raydium will charge 0.4 SOL)
4. Information related to the liquidity to be burned

### **Specific Steps:**

1. **Connect your wallet:** SlerfTools currently supports various popular Solana wallets such as Solflare, Phantom, and OK Wallet. This guide will use Phantom wallet as an example.

**Burn Liquidity Pool:** Visit [SlerfTools Liquidity Burner for Solana](https://slerf.tools/zh-cn/liquidity-burner/solana).&#x20;

On the SlerfTools page, you can switch the language from the top right corner.

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

2. **Retrieve the liquidity pool using the liquidity pool ID or token.**

&#x20;If you don't know the liquidity pool ID, you can switch to searching by token contract.

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

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

3. **Check the current pool shares of the connected wallet.**

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

3. **Select or enter the percentage of liquidity to burn.**

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

3. The burning operation is irreversible; review the estimated burn data carefully.

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

3. Submit on-chain to complete the liquidity burning.

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

{% hint style="danger" %}
The operation of burning LP/specific tokens will permanently remove these tokens/LP from circulation. This operation is irreversible; once executed, you will not be able to recover these tokens/LP.
{% endhint %}

### Frequently Asked Questions

**What is a Pool ID?**&#x20;

Pool ID is the unique identifier for a liquidity pool on Raydium, also called AMM ID. Each liquidity pool has a unique Pool ID used to uniquely identify the pool on the Raydium platform. Users can use the Pool ID to access, trade, or provide liquidity to the pool. Through these liquidity pools, users can trade assets, provide liquidity, and earn transaction fee rewards.

**How to find the Pool ID?**&#x20;

On the Solana explorer <https://solscan.io/>, find the transaction where you created the liquidity. Scroll down until you reach Instruction 5. Here, your liquidity pool address will be listed as #5 ("IdoId").

<figure><img src="/files/i4ervRCMmIlV59YpRdAB" 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:

```
GET https://docs.slerf.tools/en/liquidity-management/liquidity-burner-solana.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.
