# Solana Programs

### Token Program

The DAO token acts as a key tool for decentralized decision-making and rewarding community contributions. It enables participants to have a direct say in project governance while also benefiting from their active involvement.

### Vesting Program

Our vesting program is tailored to ensure that core contributors remain committed to BIO's long-term vision. By gradually releasing tokens over time, the program incentivizes sustained engagement and responsible stewardship of the project.

Detailed specifications and documentation for these programs will be added to the Docs in the future. If you are interested in Solana programs and would like to have early access to them reach out in [our Discord](https://discord.gg/XN2mnfqRbW).


---

# Agent Instructions: 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:

```
GET https://docs.bio.xyz/bio/developers/dao-setup/solana-programs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
