# EGG DAO

A DAO first has to have some internal property, tokens that can be spent by the organization or used to reward certain activities within it. Secondly, while participating in a DAO, users get voting rights and subsequently the ability to in fluence the way it operates.&#x20;

The EGG protocol is governed and upgraded by EGG token-holders. The Voting smart contract allows the community to propose, vote, and implement changes through the administrative functions of the EGG token. Proposals can modify system parameters, support new markets, or add entirely new functionality to the protocol.&#x20;

Voting corresponds to locking your EGG for the duration of the poll, the weight of your vote corresponds to your proportion of EGG in the overall poll.


---

# 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.egg.fi/other/egg-dao.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.
