> For the complete documentation index, see [llms.txt](https://docs.laraprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laraprotocol.com/use-cases/for-dao-members.md).

# For DAO members

{% hint style="info" %}
**Good to know:** for `Lara` token holders, the tokens do not, in any way or form, grant access to the accrued commission the protocol collects for regulatory reasons. `Lara` is a governance token that provides holders the right to participate in governance decisions, propose ideas, and vote on important changes within the ecosystem. Your voice matters, and with **$LARA**, you have a direct say in Lara's evolution.
{% endhint %}

## :man\_factory\_worker: Be an active user

To propose educated ideas, you should be an active user of the protocol. However, this does not limit other **$LARA** holders to participate in the DAO's lifecycle. Therefore, we highly encourage the users of the protocol to accrue **$LARA tokens to be able to stand up for themselves in voting.**

## :construction\_worker: The decision-making process

The process is going to be pretty straightforward:

* We'll be using an official communication channel to enable proper community collaboration: Discord -coming soon.
* We'll be using an official token-gated voting tool: Snapshot - coming soon.
* We'll be registering the details of every proposal voted on in a public place: GitHub - coming soon.

### Socials

Socials are available at the following [LinkTree](https://linktr.ee/LaraProtocol).


---

# 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.laraprotocol.com/use-cases/for-dao-members.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.
