> For the complete documentation index, see [llms.txt](https://docs.archerbot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archerbot.io/safety-and-security/how-to-trade-safely/lp-burnt.md).

# LP burnt

Understanding Liquidity Pools and Why Creator Control Matters

**What is a Liquidity Pool?**

A liquidity pool is a key component in decentralized finance. Simply put, it’s a pool of funds that allows you to buy and sell any token you trade using **ARCHER**!

***

**How Liquidity Pools Work:**

* **Creation:**\
  A developer launches a new token (e.g., $CatCoin).\
  They pair this token with an established cryptocurrency like Solana ($SOL) in a liquidity pool.
* **Trading:**\
  Users can trade between $CatCoin and $SOL within this pool.\
  This setup ensures there’s always liquidity—meaning enough funds available—to facilitate smooth buying and selling.

***

**Benefits of Liquidity Pools**

* **Decentralized Trading:** No need for a central exchange to trade tokens.
* **Access to Any Coin:** Anyone can trade tokens included in liquidity pools.

***

**Potential Risks with Liquidity Pools**

Imagine holding valuable $SOL. Would you want to trade it for a token that could instantly become worthless? Probably not. Here’s why you should be cautious:

* **Control of the Liquidity Pool:**\
  When the pool is created, the developer receives a special token called an SPL (Solana Program Library) token, which represents ownership of the liquidity pool.
* **Risk of ‘Rug Pulls’:**\
  If the developer keeps control of this SPL token, they can withdraw all the funds from the pool at once. This “rug pull” can render your tokens worthless.

***

**How to Protect Yourself**

* **Check if the Liquidity Pool is Burnt:**\
  Use platforms like [Birdeye](https://birdeye.so) or [rugcheck.xyz](https://rugcheck.xyz) to verify whether the liquidity pool has been burnt (destroyed).\
  If it is burnt, the developer **cannot** withdraw funds, making your investment safer.
* **Spotting a Non-Burnt Liquidity Pool:**\
  If the liquidity pool isn’t burnt (as shown on rugcheck), the developer still controls the funds and could potentially perform a rug pull.

***

Stay vigilant and always verify liquidity pool status before trading with ARCHER to keep your investments secure.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.archerbot.io/safety-and-security/how-to-trade-safely/lp-burnt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
