> For the complete documentation index, see [llms.txt](https://matchnovaofficial.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://matchnovaofficial.gitbook.io/whitepaper/treasury-and-votes.md).

# Treasury and Votes

1\) Treasury&#x20;

For each transaction, a 6% trading fee will be charged. The trading fee consists of 4% platform fee and 2% royalty fee. Out of the fees we receive, we will dedicate at least 20% to the treasury to support the project's ecosystem. Actions we will take may include but are not limited to: buy back and burn WCC, pay for staking rewards, or buy NFT from the market and use it as promotional rewards.&#x20;

The team will make the funds transparent and make announcements whenever there is a balance change. We will make the ecosystem fund address publicly available before the game launches.&#x20;

2\) Votes &#x20;

Although the team will be in charge of the use of ecosystem fund, the fund ultimately belongs to the community and shall be used in the purpose of benefiting MatchNova's ecosystem.&#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://matchnovaofficial.gitbook.io/whitepaper/treasury-and-votes.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.
