> For the complete documentation index, see [llms.txt](https://cryptognome.gitbook.io/limitswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptognome.gitbook.io/limitswap/master.md).

# Introduction

LimitSwap bot and Sniper bot are written in Python to help traders :

* **Snipe new tokens** at listing
* **Counter anti-bot** protections
* Snipe **Pinksale** listings
* Snipe **Telegram** channels
* Place **Limit Orders**&#x20;
* Create fully **automated strategies** to **BUY THE DIP** and use **TRAILING STOP LOSS**

## We are the cheapest bot of the market :moneybag:

1/ ZERO additional fees :tada:

2/ To use it, you need to buy and hold LIMIT tokens :open\_hands:

\--> if you're not happy with the bot, or don't use it anymore, you can swap **your tokens back at anytime.**

## How are LimitSwap and Sniper better than other bots? :sunglasses:&#x20;

We decided to build **LimitSwap and Sniper different, 100% in Python & FAST**.&#x20;

By avoiding web interfaces & Metamask and directly with Ethereum & EVM Nodes and route your orders  **faster than any of the web based platforms**. This created a more advanced ecosystem that allows tokens to be added at a moments notice as well as leaving the strategy possibilities endless for third party developers.

Our Bots use a custom wrapper to talk directly with each exchange's smart contracts **DIRECTLY,**  this enables us to have the fastest through put possible.  We also utilize Web3.py to sign and make calls to these contracts. All of this is done **LOCALLY** on you machine. We **NEVER** have access to read your private keys, you encrypt them with a password on bot setup.<br>

## What is the difference between LimitSwap and Sniper bot?

| Speed      | Technology used                                                                                                                                                                                         | Usage                             |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
| 🟠🟠🟠🟠⚪  | <p>LimitSwap is a "classic" bot, <br>It scans the blockchain for <br>liquidity and price check</p>                                                                                                      | <p>Sniping</p><p>Limit Orders</p> |
| 🟠🟠🟠🟠🟠 | <p>Sniper  is a "mempool" bot<br>This is same technology than front run bot,</p><p>it is the fastest technology available <span data-gb-custom-inline data-tag="emoji" data-code="1f680">🚀</span> </p> | Sniping in same block             |

![Sniper Bot will buy before LimitSwap bot](/files/-MdT9crcWoeNiTkmhokB)

[Read this page](/limitswap/limit-sniper-setup-guide/how-it-works.md) for more information about mempool technology and Sniper Bot<br>

## Our bots works with:

![](/files/Bor2TARt6mThNmG3MB3L)

## How to setup my bot?

{% content-ref url="/pages/-MZTYg4jIQzw66j57IjU" %}
[LimitSwap Bot setup guide 🛠️](/limitswap/limitswap-setup-guide/limitswap-bot-setup-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MdSuqgCUyNB3G0RLnxW" %}
[Sniper Bot Setup Guide 🛠️](/limitswap/limit-sniper-setup-guide/sniper-bot-setup-guide.md)
{% endcontent-ref %}


---

# 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:

```
GET https://cryptognome.gitbook.io/limitswap/master.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.
