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

# Token Economics

## Token Utility

$TADA is a Utility token which primary purpose is to buy datasets. In addition, holding $TADA provides benefits to platform users such as:

* tiering on rewards
* access to special jobs
* staking to secure consensus and earn passive income

## Buybacks

TA DA Foundation performs buybacks of $TADA tokens based on datasets sales activity. $TADA bought back can then be offered as rewards to stakers, or for Ta-da specific campaigns

## Distribution

There is originally a maximum number of 1,000,000,000 $TADA tokens, divided into several slots with specific uses (v1 Supply).

A total of 186,000,000 $TADA have been irrevocably burned as part of "the Big Burn", a tokenomics remodeling campaign that happened in 2024-25 (v2 supply).

| Slot          | Supply (original) | Supply (v2) |
| ------------- | ----------------- | ----------- |
| Token Sales   | 27.57%            | 27.57%      |
| Growth / Team | 17%               | 14.84%      |
| Advisors      | 5%                | 3.56%       |
| Ecosystem     | 13%               | 7.24%       |
| Community     | 13.43%            | 13.43%      |
| Treasury      | 20%               | 12.8%       |
| Growth        | 4%                | 2.56%       |
| Burned        |                   | 18%         |

<figure><img src="/files/JpPtMo2ALelrkQQQBG5e" alt=""><figcaption><p>Token releases schedule</p></figcaption></figure>

*NB: Token metrics were amended on Nov. 15th 2024. Original token metrics remain accessible on* [*this link*](https://docs.google.com/spreadsheets/d/1rggwXj1fMPL1xIT2zeyyLWtxCPYrQYmOsOFCmyL_jCs/edit?usp=sharing)*.*


---

# 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.ta-da.io/token/token-economics.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.
