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

# Tokenomics

## Token utility

Going forward, we will be introducing our token TCH. With $TCH, you will be able to:

— Stake your token to receive part of protocols commissions;

— Vote in our DAO;

— Stake your token to decrease commissions for using the protocol;

— Receive rewards for sharing your portfolio with your followers;

## Tokenomics

The total token supply is 100,000,000 tokens, with the following allocation for $TCH:

* 20 million $TCH will be used to incentivize the community
* 20 million $TCH will be used for ecosystem usage
* 20 million $TCH will be allocated to Treasury & Reserves
* 10 million $TCH will be distributed as portfolio hosts rewards
* 10 million $TCH - Public round
* 10 million $TCH - allocated for team
* 7 million $TCH - marketing and partnerhsips
* 3 million $TCH - allocated for advisors

<figure><img src="/files/7vUA8ysW7slG7LuLiBYV" alt=""><figcaption><p>Token distribution</p></figcaption></figure>

Vesting schedule is set as follows:

<figure><img src="/files/5YUbgUMV8Lbs22F3yh6F" alt=""><figcaption></figcaption></figure>

| Portfolio hosts rewards | 10% | 3 years vesting            |
| ----------------------- | --- | -------------------------- |
| Community Incentitives  | 20% | 3 years vesting            |
| Ecosystem               | 20% | 3 years vesting            |
| Marketing partnerships  | 7%  | As needed                  |
| Public round            | 10% | 20% TGE, 6m vesting        |
| Team                    | 10% | 12m cliff, 3 years vesting |
| Advisors                | 3%  | 12m cliff, 3 years vesting |
| Treasury & Reserves     | 20% | As needed                  |


---

# 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://tyche-finance.gitbook.io/overview/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.
