# Burned LP

***

#### What Is Burned Liquidity in Skol’s LP System?

Burned liquidity means Skol sends its LP (liquidity provider) tokens to a dead address (like `0x000...dEaD`), making them permanently inaccessible. This locks the paired tokens (e.g., SKOL/ETH) on Uniswap forever, ensuring:

* Liquidity can't be withdrawn
* LP tokens are destroyed
* Trading remains active and stable

#### How It Works:

1. Add Liquidity: Skol pairs SKOL with ETH (or another token) on Uniswap and receives LP tokens.
2. Burn LP Tokens: These tokens are sent to a burn address, not stored or locked.
3. Permanent Effect: Liquidity is locked forever, ensuring ongoing, secure trading.

#### Why Burn Liquidity?

| Benefit             | Reason                                     |
| ------------------- | ------------------------------------------ |
| Rug-Proof           | Devs can’t remove liquidity or dump tokens |
| Investor Confidence | Shows commitment to long-term stability    |
| Trading Stability   | Reduces sudden liquidity changes           |
| Transparency        | Burns are public and verifiable on-chain   |

Example: Skol adds 2 ETH + 50,000 SKOL to Uniswap, burns the LP tokens, and the liquidity becomes permanently locked — visible and verifiable on Etherscan.

***


---

# 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://skol.gitbook.io/skol/the-lp-system/burned-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.
