# Anti-Whale

To prevent whales from accumulating a large percentage of the total supply and subsequently dumping on the community at any point of time, we will be implementing a max transaction of 1% of the total supply. This applies to both buying and selling of the tokens.

\
To illustrate this with an example, if there are 100 tokens, you can only buy or sell 1 token, which is 1% of the entire supply. Any attempt to transact more than 1% of the total supply will be unsuccessful.


---

# 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-whale.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.
