# How to use Liquidity Pairs

{% hint style="danger" %}
Liquidity Pair (LP) is super important in Sniping.

For instance, the team can add liquidity in BUSD, and an early buyer can create a fake liquidity pool with 0.0001 BNB and make you snipe on this pair.

\--> If you do this, **you will lose all your money.**

\
So please follow the advices above to be safe :pray:
{% endhint %}

Chainsniper provides many parameters, to make sure you're sniping the correct pair.

There are several options :&#x20;

<table><thead><tr><th width="193.43603769018438"></th><th>Possibilities</th></tr></thead><tbody><tr><td><strong>Chainsniper PumpBot</strong></td><td>Chainsniper bot is more clever : it automatically detects which token is used for liquidity, and takes care of everything<br><br>Just enter the amount of BNB/AVAX... that you want to use for BUY and Sniper will take care of all the rest</td></tr></tbody></table>

## **Chainsniper =ptions**

<mark style="color:green;">**With Chainniper, it's easy**</mark>: it automatically detects which token is used for liquidity, and takes care of everything.\
\
Chainsniper PumpBot will always use your BNB / AVAX / ETH / etc. to buy : just enter the amount of token that you want to use for BUY and Sniper will take care of all the rest.

**Example** If you want to buy 0.5 BNB of a token :&#x20;

BUYAMOUNTINBASE = 0.5

and... that's it !

<table><thead><tr><th width="242.21971252566738">Scenario</th><th width="248.99826391343322">Summary</th><th>Route used</th></tr></thead><tbody><tr><td>If liquidity is in BNB</td><td>Bot will use <strong>BNB</strong> liquidity pool</td><td>BNB > Token</td></tr><tr><td>If liquidity is in BUSD</td><td>Bot will use your <strong>BNB</strong> to buy in <strong>BUSD</strong> liquidity pool</td><td>BNB > BUSD > Token</td></tr></tbody></table>

### How to avoid being scammed ?

**--> MINIMUM\_LIQUIDITY\_IN\_DOLLARS** parameter<br>


---

# 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.pump-bot.com/dex-bot-sniper-bot-front-running-bot/highlights/how-to-use-liquidity-pairs.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.
