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

# Token Distribution

Sayve will be distributed according to the following breakdown **(Subject to Change)**<br>

**SAYVE V1 Snapshot**: (4.48%) tokens will be distributed to SAYVE holders who were included in snapshot.\
**Community Fund:** (38.02%) tokens will be reserved for the Sayve Community Fund. \
**User Incentives**: (15%) tokens are linearly released to the users of the platform.\
**Team Reserve**: (17.5%) tokens will have a one year cliff and be vested linearly over 2 years to the team and advisors.\
**LP Staking Rewards**: (10%) tokens are distributed to the SAYVE-LUNA pair liquidity providers over a period of 4 years. \
**VKR IPC**: (5%) IPC Campaign with Valkyrie Protocol\
**Partners**: (10%) tokens are distributed to the ecosystem partner fund, to be used as marketing and strategic acquisition to help onboard more users.&#x20;

The following table shows the annual inflation rate of SAYVE tokens, with inflation reaching **0%** after 4 years.

Cumulative Token Distribution (in Millions)

```markdown
| -- | Genesis | Year 1 |Year 2 | Year 3 | Year 4 |
| -- | -- | -- | -- |
| SAYVE V1 |  4.48 |  4.48 |  4.48 |  4.48 |  4.48 |
| Community Fund |  38.02 | 38.02 | 38.02 | 38.02 | 38.02 |
| User Incentives |  0 | 3.75 | 7.5 | 11.25 | 15 |
| Team Reserve | 0 | 8.75 | 17.5 | 17.5 | 17.5 |
| Staking Rewards |  0 |  2.5 |  5 |  7.5 | 10 |
| Partners | 10 | 10 | 10 | 10 | 10 |
| VKR IPC | 5 | 5 | 5 | 5 | 5 |
| Total Token Supply | 55 | 71.25 | 87.5 | 93.75 | 100 |
```

With this emission schedule, the inflation rate is as follows:

* **Year 1:** 29.54%
* **Year 2:**  22.81%
* **Year 3:**  7.14%
* **Year 4:** 6.67%
* **Year 5 and onwards:** 0%

All $SAYVE tokens will be fully distributed by the end of the 4th year.&#x20;


---

# 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://sayve-protocol.gitbook.io/sayve-litepaper/tokenomics/token-distribution.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.
