# Tax Reduction Threshold

**Menu Prompt: 🔄 Set Tax Reduction Threshold**

**Detailed Instructions:**

* Specify the number of transactions after which the tax will automatically reduce from initial to final rates.
* This feature helps transition from launch phase to normal trading smoothly.
* Consider your expected trading volume when setting this:&#x20;
  * Too low might reduce taxes before stability is achieved.
  * Too high might discourage early trading.
* Example: Entering "10" means taxes will reduce after 10 transactions.

<mark style="color:red;">**Note: This setting only applies if clog is not set. If clog is set, follow its specific tax reduction mechanism. Sale and buy transactions are counted separately. E.g. There needs to be 10 sales to reduce the tax threshold for sales (A combination of 5 sales and 5 buys will not reduce the threshold)**</mark>

<figure><img src="/files/0wXBnvyTWfTJ7FeXJQ5f" 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/tax-reduction-threshold.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.
