> For the complete documentation index, see [llms.txt](https://whitepaper.cubebase.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.cubebase.foundation/contents/roadmap/governance-dao.md).

# Governance DAO

Another stage of development was successfully completed by the CubeBase Foundation team.\
Released on the 1st of May 2023, CubeBase Governance DAO is the backbone of the CubeBase ecosystem. \
This is the most important Web3 app built by the CubeBase Foundation since releasing the new whitepaper on the 9th of March 2023.\
The CubeBase DAO is a NFT gated web application, where members of the CubeBase community can get actively involved in the decisional system that will push this project forward.\
The first release of this app will allow users to claim their "membership" NFT based on their [CubeBase Token](/cubebase-token.md) holdings.\
This NFT will allow users to access a private community board where they can propose, vote and comment about the future plans for the #cubeb token. \
The **#Web3Auth SDK** is **#WalletConnect** compatible provided method. In short, every major wallet is compatible with CubeBase Governance DAO.\
In the near future the community board will contain off-chain proposals and slowly evolve to on-chain proposals. \
Other features will be added in time and will be web3-focused.<br>


---

# 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://whitepaper.cubebase.foundation/contents/roadmap/governance-dao.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.
