> For the complete documentation index, see [llms.txt](https://docs.havah.io/havah/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.havah.io/havah/guide/faq/tokenomics-related-questions.md).

# Tokenomics-related Questions

**Q. Can the HAVAH staff control how much HVH is sold from the Sustainable Fund?** \
A. No. The Sustainable Fund is not operated manually by the team but through a automated process. So the team can't sell HVH from the SF at will.

**Q. How do I check the current status of the Sustainable Fund?**\
A. You can check the current status of the Sustainable Fund through HAVAH Scan.

**Q. What does the Sustainable Fund and Hoover Fund do?**\
A. They act as systemic funds to stabilize the HAVAH tokenomics. Details will be included in the HAVAH DOCS later.&#x20;

**Q. Do you have plans to publically list HAVAH Coin on an exchange (DEX)?**\
A. Like many projects, we're considering listing on CEX and DEX. Unfortunately we can't share any specific plans at this time.

**Q. Do you have contingencies in case of drastic changes in HVH price?**\
A. The Sustainable Fund and the Hoover Fund will systematically act as stabilizing mechanisms should market conditions change drastically and suddenly. Although the HAVAH team can't directly control the price of HVH, we promise to do everything at our disposal to maintain the value of HVH.


---

# 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://docs.havah.io/havah/guide/faq/tokenomics-related-questions.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.
