> For the complete documentation index, see [llms.txt](https://taotools-documentation.gitbook.io/taotools-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taotools-documentation.gitbook.io/taotools-documentation/usdtaotools/tokenomics.md).

# Tokenomics

$TAOTOOLS is our native currency, tradeable on the Ethereum Mainnet. As per launch, $TAOTOOLS is only available to trade on Uniswap, after which we will pursue several CEX Listings post-launch.\
\
To buy $TAOTOOLS on Uniswap, simply but ERC-20 ETH on any Centralized Exchange, such as Coinbase, Binance or Kraken. After this, withdraw your ERC-20 ETH to a non-custodial crypto wallet, such as Coinbase Wallet, MetaMask or Trust Wallet. From this wallet, head to Uniswap.org and go to 'Swap'. Select the amount of ETH you want to buy and input our Contract Address, as specified below. Hit 'Swap' to complete the transaction.\
\
While the TAOTools ecosystem and its subnets are free in the v1 of our platform, we aim to add several paid functionalities in the future, including a 'Trading' function, of which the timing depends on when Bittensor adds its chain. The revenue generated by these paid options will be shared with $TAOTOOLS holders through a revenue sharing program, creating unique incentive to hold our token. More details around this revenue sharing program will be shared as we add paid options to our Web dApp and TG Bot.\
\
The tokenomics of our native currency are specified below. Buy & Sell taxes are used to fund both development, as well as marketing. Development costs will go to team salaries, server costs, and any potential outsourced development work for the addition of new functionalities. Marketing costs can include CEX listings, ads, and KOL contracts, for which we have dedicated wallets as well. Tax funds might also be used for buybacks.

| Category                    | Details                                     |
| --------------------------- | ------------------------------------------- |
| Token Name                  | TAOTools                                    |
| Symbol                      | $TAOTOOLS                                   |
| Total Supply                | 1,000,000                                   |
| Initial Liquidity (Uniswap) | 900,000                                     |
| CEX Listings                | 50,000                                      |
| KOLs                        | 50,000                                      |
| Tax                         | 5%                                          |
| Contract Address            | \[...]                                      |
| Safety                      | Contract Renounced & LP Locked \[Add Links] |


---

# 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://taotools-documentation.gitbook.io/taotools-documentation/usdtaotools/tokenomics.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.
