> For the complete documentation index, see [llms.txt](https://devbot.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devbot.gitbook.io/docs/launching-a-new-token/setting-limits.md).

# Setting Limits

## How to set limits?

{% hint style="info" %}
Limits can be set in steps of 0.1% and need to be between 0.5% and 100%, in which 100% simply equals disabled. Limits [can be changed](/docs/token-management-and-update/updating-taxes-and-limits.md) after deployment.
{% endhint %}

To set limits, simply click on one of the 2 corresponding buttons. You will be prompted to submit the percentage. After replying to the message, the menu will refresh show the updated percentages. By default, these percentages are disabled.

<figure><img src="/files/GEVg3gtXDxoYUE0cOYhc" alt=""><figcaption></figcaption></figure>

### 1. Maximum Wallet Percentage

The maximum wallet percentage is the percentage of the total supply that one address can hold at any given time. This is used to prevent whales and bots from scooping up the supply, since it's not possible to buy more than that and will result in a (wanted) error.

### 2. Maximum Transaction Percentage

The maximum transaction percentage is the percentage of the total supply that can be transferred in one transaction. This can be used to combat bots and big dumps.


---

# 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, and the optional `goal` query parameter:

```
GET https://devbot.gitbook.io/docs/launching-a-new-token/setting-limits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
