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

# $VOID Value Accrual

The Void token at its core is a governance utility token which will offer a voice in the future of the DAO. Additionally Void Protocol will have mechanisms in place to reward committed $VOID holders and DAO participants.&#x20;

While utilizing various yield bearing strategies, a small percentage, initially set to 5%, will be used to buy $VOID from the market to reward to governance stakers. Any other strategies implemented for additional pools will also pay a small percentage to the Void governance.&#x20;

An active user of the protocol is incentivized to hold void tokens to avoid the withdrawal fee from the anonymity pools, this will be set at 10,000 $VOID staked in the governance which will waive the 0.5% withdrawal fee (both these numbers can be changed by the DAO).\
\
We are constantly thinking of other ways to add value to the $VOID token. After launch, voting in the DAO will be the only way mechanisms like this will be added. An early vote will be held to add a buy back and burn mechanism out of the earnings from the VAP's, it's a very popular method value accrual method amongst blockchain projects but it's actual effectiveness is sometimes debated.


---

# 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://protocolvoid.gitbook.io/void-protocol/token/usdvoid-value-accrual.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.
