> For the complete documentation index, see [llms.txt](https://docs.titandeployer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.titandeployer.com/deploy-token/tax-settings.md).

# Tax Settings

**Menu Prompt: 💰 Tax Settings**

**Detailed Instructions:**

* Set a tax percentage that will apply to both buy and sell transactions.
* Enter a number between 0 and 5, representing the percentage.&#x20;
* This tax will be deducted from each transaction and can be used for:&#x20;
  * Project development funds
  * Marketing efforts
  * Liquidity provision
  * Redistribution to holders
* Consider the impact on trading:&#x20;
  * Higher taxes may discourage frequent trading but generate more funds for the project.
  * Lower taxes may encourage more trading activity and liquidity.

**Example: Entering "2" sets a 2% tax on both buying and selling transactions. (See our PRO version for the ability to set different sales/buy, initial, transactions changes in taxes)**

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


---

# 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:

```
GET https://docs.titandeployer.com/deploy-token/tax-settings.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.
