# Whale Prevention

To guard against whales, users have grown fond of the Anti-Whale feature from other farms which puts a limits on how much a user can transact per transaction.

Similarly, we will be implementing this Anti-Whale feature with the maximum transaction being capped at 5% of the total supply at any given point in time.

The rationale behind this is to ensure the price volatility is kept to the minimum, allowing users to get in and out at a better rate.


---

# 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://astral-farm.gitbook.io/astral-farm/tokenomics/whale-prevention.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.
