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

# Tokenomics

How the different incentives within the protocol interact with each other and how their interactions affect the value of the tokens and the protocol itself is what we refer to as Tokenomics.&#x20;

\
We started by defining the different stakeholders that would interact on the protocol, then their fundamental interactions. From that starting point, we modeled those interactions to see what their future steady state looked like and adjusted the parameters to optimize the system dynamics (focusing on increasing impact and financial returns).

The initial distribution of the tokenomics is this:&#x20;

| ALLOCATION                   | %     | # TOKENS    | VESTING (months)     |
| ---------------------------- | ----- | ----------- | -------------------- |
| Staking Rewards              | 25    | 250,000,000 | Algorytmic issuance. |
| Token Generation Event (TGE) | 20    | 200,000,000 | 1                    |
| ISPO                         | 4.76  | 47,600,000  | 6                    |
| Test Net                     | 0.24  | 2,400,000   | 6                    |
| DAO Treasury                 | 19.85 | 198,500,000 | 36                   |
| Partnerships and Advisors    | 5.30  | 53,000,000  | 36                   |
| Seed                         | 4.25  | 42,500,000  | 36                   |
| Pre Sale - NFTs              | 2.60  | 26,000,000  | 6                    |
| Team                         | 18    | 180,000,000 | 36                   |

Total token supply: 1,000,000,000

*\*\*\* Please keep in mind this document is a work in progress, things may change as the project evolves \*\*\**\ <br>


---

# 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://metera-protocol.gitbook.io/documentation/governance/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.
