# LP

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

## LP FAQ

<details>

<summary>What does burning an LP token do?</summary>

Burning an LP (Liquidity Pool) token prevents you from withdrawing your liquidity or modifying your liquidity pool in any way. The liquidity will be locked forever for users to trade, and you will never be able to retrieve the funds you deposited. This indicates to users of your token that you will not remove "rug" the liquidity and prevent them from selling their tokens.

{% hint style="warning" %}
Burning an LP token does **not** return the original liquidity you provided (e.g., SOL, USDC). It simply removes the token and reclaims any rent fees.
{% endhint %}

</details>

<details>

<summary>How do I access the LP Tab?</summary>

In the bottom-left corner, open the mode selector and **select** [**Dev Mode**](/tool-guide/incinerator/dev-mode.md). This unlocks advanced tabs, including **LP**, which will appear near the top of the page.

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

</details>

## How to Burn an LP

***

{% stepper %}
{% step %}

### Connect Wallet

See [Connecting Your Wallet](/tool-guide/connecting-your-wallet.md) for instructions.
{% endstep %}

{% step %}

### Select LP Tokens

Select one or more LP tokens you want to burn. Selected tokens will be highlighted as **Marked for Burn**.

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

{% hint style="warning" %}
Be absolutely certain these are the LPs you want to burn. **This action is irreversible.**
{% endhint %}
{% endstep %}

{% step %}

### Click Burn

Click the **Burn** button on the right side of the screen, as shown below.

<figure><img src="/files/8OjpKFdudOWBZTUroarW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Using a Ledger?** Enable the Ledger toggle.\
You can also optionally swap reclaimed SOL for another currency here.
{% endhint %}
{% endstep %}

{% step %}

### Confirm Selection

{% hint style="danger" %}
Double-check your selection! **You can’t reverse a burn.**
{% endhint %}

<figure><img src="/files/qeUczw8ks0OBqEOQyqew" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Sign Transaction

Sign and confirm your transaction by clicking **Confirm**.&#x20;

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

{% hint style="info" %}
The confirm transaction screen may appear differently due to using a different wallet.
{% endhint %}
{% endstep %}

{% step %}

### Success

Done! LP tokens burned, SOL reclaimed.&#x20;

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

Want to flex it? — hit **Tweet This**.
{% endstep %}
{% endstepper %}


---

# 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://docs.sol-incinerator.com/tool-guide/incinerator/dev-mode/lp.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.
