# LP Burnt

Another key thing to watch out for is liquidity pools, and importantly... whether the creator is able to access it!

### What is a liquidity pool?&#x20;

{% hint style="info" %}
A liquidity pool is a crucial element in the world of decentralized finance. In simple terms, it's a pool of money that lets you buy and sell any coin you've purchased through BONKbot!
{% endhint %}

Here's how it works:

1. **Creation of the Pool:**
   * The developer creates a new token (e.g., $CatCoin).
   * They pair this token with an established cryptocurrency like Solana ($SOL) in the liquidity pool.
2. **How It Works:**
   * Users can trade $CatCoin and $SOL within this pool.
   * This system ensures there's always liquidity (availability of funds) for trading, making it easy for anyone to buy or sell their tokens.

#### Benefits of Liquidity Pools

Liquidity pools are a fantastic invention for a few reasons:

* **Decentralized Trading:** They allow trading without needing a central exchange.
* **Access to Any Coin:** Anyone can trade any coin that's part of a liquidity pool.

***

### Potential Risks with Liquidity Pools

While liquidity pools are great, there are some risks to be aware of.

**The Risk of Liquidity Pools**

Imagine you have $SOL, a valuable token. Would you trade it for something that could drop to zero in value instantly? Probably not. Here’s why you need to be cautious:

1. **Control of the Liquidity Pool:**
   * When a liquidity pool is created, the developer gets a special token called an SPL (Solana Program Library token).
   * This SPL token indicates ownership of the liquidity pool.
2. **Risk of 'Rug Pulls':**
   * If the developer retains control of the SPL token, they can withdraw all the funds from the liquidity pool in one move.
   * This action, often called a 'rug pull,' can make your token worthless.

***

### How to Protect Yourself

Before buying into any new token, it's important to do your research:

1. **Check if the Liquidity Pool is 'Burnt':**
   * You can use platforms like [BirdEye](https://birdeye.so/) or [rugcheck.xyz](https://rugcheck.xyz/) to see if the liquidity pool is burnt.
   * If the liquidity pool is burnt, it means the developer can’t withdraw the funds, making your investment safer.
2. **Example of a Non-Burnt Liquidity Pool:**
   * This is what it looks like if the liquidity pool is not burnt when you search the coin on rugcheck, meaning the developer still has control over the funds.

<figure><img src="https://content.gitbook.com/content/yubNuY870udVfgfPuvso/blobs/u11bZBNoVipbTAOWYrY7/Screenshot%202024-05-20%20at%2022.38.22.png" alt=""><figcaption><p>Example of a coin with unlocked liquidity, meaning the developer can steal your money at any time!</p></figcaption></figure>


---

# 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.bonkbot.io/safety-and-security/how-to-trade-safely/lp-burnt.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.
