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

# DAO

<figure><img src="/files/dKsFoDF7Qlo7n2rIxzX8" alt=""><figcaption></figcaption></figure>

Ethernity's Decentralized Autonomous Organization (DAO) provides a structured framework for community involvement in governance decisions. Here are the key details:

To qualify as a voting member, individuals must meet one of the following criteria:

* Have 10 ERN locked in Fixed Staking
* Hold a minimum of 10 ERN in their wallet
* Engage in Stone Farming with 10 ERN
* Stake 1 LP token
* Own 1 Ethernity NFT
* Possess 1 Genesis Satoshi NFT

A snapshot of wallets linked to Ethernity profiles will be taken 24 hours before each vote. Eligible participants can cast their votes on matters concerning Ethernity and related Ethernal Labs projects.

Should a user not meet the minimum requirements, they won't be able to participate in the vote.

Each eligible participant's vote carries equal weight, and they can only vote once on each issue. Once cast, votes are considered final, and live results are immediately displayed on the DAO page.

Additionally, the team will submit proposals for voting on an ad hoc basis. We encourage users to utilize our Discord and #DAO channel to raise topics for potential future proposals.

<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://docs.ethernity.io/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.
