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

# DAO in general

#### DAO Voting Mechanisms <a href="#dao-voting-mechanisms" id="dao-voting-mechanisms"></a>

DAOs are decentralized organizations controlled by their members, using blockchain-powered smart contracts for transparency and trust. Various voting mechanisms exist to facilitate decentralized decision-making and community participation.

1. **TOKEN-BASED QUORUM VOTING** requires a specific number of members to participate for a proposal to pass.
2. **PERMISSIONED RELATIVE MAJORITY** focuses on "for" and "against" votes without a minimum requirement.
3. **RAGE QUITTING** incorporates sponsorship and a grace period for voters to withdraw support.
4. **QUADRATIC VOTING** ties voting power to financial power.
5. **CONVICTION VOTING** aggregates community preferences over time.
6. **HOLOGRAPHIC CONSENSUS** combines prediction and betting.
7. **MULTISIG VOTING** balances central authority and decentralization.
8. **LIQUID DEMOCRACY** delegates voting power to trusted experts.

> *While no perfect solution exists, each mechanism has its advantages and challenges. As blockchain technology advances and DAOs evolve, new voting mechanisms may emerge or existing ones may be combined for better solutions.*

Sourc&#x65;*:* [*www.limechain.tech*](https://limechain.tech/blog/dao-voting-mechanisms-explained/)


---

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

```
GET https://docs.waveswaps.com/dao-governance/dao-in-general.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.
