# Anti-Bot Protection

<figure><img src="/files/KmofQkEKbTGPtUxfqNbz" alt=""><figcaption><p>BankPad: Anti-Bot Protection</p></figcaption></figure>

1. <mark style="color:yellow;">Max transaction (tokens per trade):</mark>

Indicate the maximum number of tokens that can be bought or sold in a single transaction. This limit is crucial for preventing market manipulation and ensuring a more stable and fair trading environment for all participants.

2. <mark style="color:yellow;">Max tokens per wallet (max holding amt):</mark>

Specify the maximum number of tokens that any single wallet can hold. This measure is designed to promote equitable distribution of tokens and prevent dominance by a few large holders.

3. <mark style="color:yellow;">Sniper Auto-Burn:</mark>

Our project implements an <mark style="color:yellow;">**Optional**</mark> Sniper Auto-Burn mechanism to deter sniping and ensure a fair launch. The feature includes:

1. A 20% tax on purchases in the first block, gradually reducing to 13.33% in the second block, 6.66% in the third, and finally, 0% from the fourth block onward.
2. The proceeds from this anti-snipe tax are immediately burned, effectively reducing the total supply of tokens.
3. This mechanism does not generate additional revenue for the project but serves as a strategic tool to discourage sniping activities during the token launch.

By implementing the Sniper Auto-Burn feature, we aim to protect the integrity of a token's launch process, ensuring that all participants have an equal opportunity to engage without the disruption caused by sniping.


---

# 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.bankai.app/bankpad/features-of-bankpad/token-launching-eth/anti-bot-protection.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.
