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

# $AITAX

## What's the $AITAX Token?

The $AITAX token is a simple ERC20 token living on the Ethereum blockchain. We launched it stealthily, with no special privileges for us or early investors. It's completely out there for everyone to use right away. Fair and open – that's how we do it!

## Tokenomics: Keeping It Simple

Our token setup is as straightforward as it gets:

* **Total Supply**: Only 100,000,000 $AITAX – That's it!
* **Liquidity Pool (LP)**: A whopping 75% of the supply is locked in – keeping things stable.
* **Marketing Wallet**: We've set aside 10% to spread the word and grow our community.
* **Ecosystem:** 10% of the total supply is dedicated to ecosystem development and enhancements.
* **Team:** 5% of the total supply is allocated to the team to incentivise ongoing contributions and support with a 3 month cliff and a 12 month linear vesting.

## 🔄 Taxes? Just a Little

Here's the deal with buy/sell taxes:

* **Buy/Sell Tax**: A tiny 5% – this helps keep things running smoothly.
  * **Where does it go?**
    * 3% for Marketing – To tell the world about us.
    * 2% for Development – For making $AITAX even better.

## 🔥 BuyBack n' Burn

Profits generated from the platform are equally distributed within the AITaxBot Ecosystem, with the following allocation:

* **50%** allocated for buyback and burn
* **50%** reinvested into the ecosystem for:
  * Development
  * Marketing
  * Team support

💡 **Pro Tip**: With AITaxBot, you can deduct these little taxes from buys when you get your tokens. And yes, this isn't just for $AITAX!


---

# 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://docs.aitax.bot/token/usdaitax.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.
