# Set-up - be faster

{% hint style="warning" %}
**Warning**

Chainsniper PumpBot will only detect **NEW** Liquidity Add Events in Mempool: liquidity already added won't be detected \
\
\--> do not use it for already launched tokens
{% endhint %}

{% hint style="info" %}
**Info**\
There is no BUYPRICE with Chainsniper PumpBot: it buys at the price specified by the team when they add liquidity\
\--> BUYPRICEINBASE has been removed from tokens.json
{% endhint %}

## 1. First steps

{% hint style="info" %}
&#x20;Prerequisites :

* Windows operating system (your computer or a [VPS](https://en.wikipedia.org/wiki/Virtual_private_server), have a look at the FAQ)
  {% endhint %}

* Buy Chainsniper PumpBot at <https://pump-bot.com/crypto-bots/sniper-bot-frontrunner-chainsniper-dexbot/>

* Download Files, read the Guide and you are ready for Profits

Our bot works with 2 json files :

* settings.json
* tokens.json

## 2. Configure your settings and tokens

The only parameter who only exist in Sniper is in settings.json : MEMPOOL\_METHOD

* If you use **private** node : MEMPOOL\_METHOD = private\_node
* If you use **public** node : MEMPOOL\_METHOD = public\_node

One difference to notice : Chainsniper PumpBot is able to **detect which liquidity pair was used by the team**, and buy accordingly !

\
`Example:`\
Team adds liquidity in BUSD for LAMBO token --> Chainsniper PumpBot will buy with BNB > BUSD > LAMBO route

\--> no more "LIQUIDITYINNATIVETOKEN" and "USECUSTOMBASEPAIR" parameter :thumbsup:


---

# 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/set-up-be-faster.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.
