# Anti-Bots

On top of the anti-whale feature, we will attempt to limit the advantages bots have. It is pretty common for bots to snipe up large percentage of the total supply and dumping afterwards, which affects the community.

In order to mitigate this, we plan to prevent bots from swapping out the tokens by blacklisting them in our code. The number of transactions within a period of time as well as the total percentage of supply the wallet is holding are some of the considerations that we will take into account in determining whether one is a bot.


---

# 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://blacksheepdefi.gitbook.io/blacksheep-defi/features/anti-bots.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.
