# Basic Tax Tokens

### **Basic Tax Tokens**

Basic tax tokens apply a simple transfer tax. These tokens provide a straightforward yet effective way to sustain a project’s ecosystem while allowing flexibility in fund distribution.

### Tax token options

1. **Multiple Wallet Distribution**
   * The **team's share of the tax** can be split across multiple wallets. ( Maximum 5 wallets ).
   * This allows for better treasury management and smoother fund allocation.
   * Can be optionally configured during token creation.
2. **Token Clog**
   * A portion of taxed tokens is temporarily held in the fee wallet instead of being added directly to liquidity.
   * This mechanism provides an initial supply for the contract, ensuring smoother tax-based token transactions.
   * It helps maintain stability and prevents abrupt fluctuations.


---

# 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://deployr.gitbook.io/deployr/custom-token-features/basic-tax-tokens.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.
