# Max Transaction Percentage

**Menu Prompt: 🔒 Set Max Transaction Percentage**

**Detailed Instructions:**

* Set the maximum size of a single transaction as a percentage of the total token supply.
* This limits the impact of large trades on the token price.
* Consider:&#x20;
  * Too low might frustrate larger traders.
  * Too high might allow for significant price manipulation.
* Example: Entering "1" means no single transaction can exceed 1% of the total token supply.
* This limit helps prevent sudden large sells or buys that could destabilise the price.

<mark style="color:red;">**Note: Like the max wallet limit, this can be removed post-deployment if needed.**</mark>

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


---

# 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.titandeployer.com/deploy-token/pro-features/max-transaction-percentage.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.
