> For the complete documentation index, see [llms.txt](https://docs.emc.network/emc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emc.network/emc/emc-dao/proposals-and-voting-how-token-holders-shape-decisions.md).

# Proposals and Voting: How Token Holders Shape Decisions

1. **Proposal Threshold**
   * **Token Requirements:** For instance, holding ≥10,000 EMC or a specific fraction of total supply ensures proposals are substantive.
   * **Contribution Requirements (Optional):** Hardware contributors or AI developers with proven track records may earn the right to propose, reflecting the influence of technical expertise.
2. **Voting Models**
   * **1 EMC = 1 Vote**： A straightforward approach that aligns voting power with token holdings.
   * **Stake-Weighted Voting:** Users who lock or stake EMC longer may receive higher voting power, incentivizing long-term governance engagement.
   * **Delegated Voting:** Small token holders can delegate their votes to professional nodes or community leaders to improve efficiency and expertise in decision-making.
3. **Voting Outcomes & Time-Locks**
   * **Simple Majority:** Regular proposals usually require more than 50% approval to pass.
   * **Supermajority:** Major protocol changes might demand 60–70% support.
   * **Delayed Execution:** Significant proposals can incorporate a 48–72 hour time-lock, granting the community time to react and mitigate potential risks.


---

# 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.emc.network/emc/emc-dao/proposals-and-voting-how-token-holders-shape-decisions.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.
