> For the complete documentation index, see [llms.txt](https://xtremegpt.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtremegpt.gitbook.io/whitepaper/incentives-and-rewards/voting-and-rewards-system.md).

# Voting and Rewards System

Our innovative voting system incentivizes participation by rewarding voters with Aero tokens. This system ensures that our community actively engages in the governance and growth of the XtremeGPT ecosystem.

### How It Works

#### Locking Aero Tokens

Voters lock their Aero tokens for a period of 4 years to receive veAero tokens. These veAero tokens grant voting rights within the XtremeGPT ecosystem, allowing holders to participate in important decisions and governance processes.

#### Weekly Rewards

In addition to voting rights, veAero token holders receive weekly rewards. These rewards are distributed based on a predetermined schedule and are funded through transaction fees and incentives provided by the XtremeGPT team. The reward structure is as follows:

* **First 2 Years:** 150,000 tokens per week.
* **Next 2 Years:** 100,000 tokens per week.
* **Following 2 Years:** 50,000 tokens per week.
* **Remaining 14 Years:** 19,000 tokens per week.

#### Incentive Distribution

The distribution of rewards is designed to encourage long-term commitment and active participation from the community. By providing consistent and attractive incentives, we ensure that voters remain engaged and motivated to contribute to the ecosystem's success.

### Benefits

#### Governance Participation

Voters play a crucial role in shaping the future of XtremeGPT by participating in key decisions and governance processes. This democratic approach ensures that the platform evolves in a way that reflects the collective interests of its community.

#### Financial Rewards

In addition to the governance benefits, voters receive substantial financial rewards through weekly Aero token distributions. This dual benefit of governance participation and financial incentives makes the voting system an integral part of the XtremeGPT ecosystem.

By implementing this robust voting and rewards system, XtremeGPT fosters a vibrant and engaged community, driving the platform's growth and success.


---

# 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://xtremegpt.gitbook.io/whitepaper/incentives-and-rewards/voting-and-rewards-system.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.
