> For the complete documentation index, see [llms.txt](https://docs.vebetterdao.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vebetterdao.org/vebetter.md).

# VeBetter

- [VeBetter](https://docs.vebetterdao.org/vebetter/readme.md): VeBetter is a decentralized autonomous organization (DAO) fostering sustainability through the B3TR token. VOT3 governs the DAO, allowing community-driven decisions.
- [B3TR & VOT3 Tokens](https://docs.vebetterdao.org/vebetter/b3tr-and-vot3-tokens.md)
- [B3TR Emissions](https://docs.vebetterdao.org/vebetter/b3tr-emissions.md)
- [Treasury](https://docs.vebetterdao.org/vebetter/treasury.md)
- [X2Earn Allocations](https://docs.vebetterdao.org/vebetter/x2earn-allocations.md)
- [X2Earn Apps](https://docs.vebetterdao.org/vebetter/x2earn-apps.md)
- [Governance](https://docs.vebetterdao.org/vebetter/governance.md)
- [How to apply for Grants ?](https://docs.vebetterdao.org/vebetter/governance/how-to-apply-for-grants.md)
- [Voter Rewards](https://docs.vebetterdao.org/vebetter/voter-rewards.md)
- [B3MO Quests](https://docs.vebetterdao.org/vebetter/b3mo-quests.md)
- [Smart Contracts](https://docs.vebetterdao.org/vebetter/smart-contracts.md): List and description of all smart contracts of VeBetter.
- [Roles And Permissions](https://docs.vebetterdao.org/vebetter/roles-and-permissions.md): Roles define the permissions and access levels across different contracts and modules. This page outlines the structure of roles, their functions, and the path toward full decentralization.
- [Trust Assumptions](https://docs.vebetterdao.org/vebetter/trust-assumptions.md)


---

# 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.vebetterdao.org/vebetter.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.
