Skip to content

Voting Mechanisms

Exploring how decentralized organizations make decisions together


If you’ve ever sat in a community meeting where decisions got stuck because not enough people showed up, or where a few loud voices dominated everything, you already understand why voting mechanisms matter. In DAOs, the rules for how proposals become decisions shape who has power and how quickly things move. Whether it’s deciding how to spend a community fund or setting priorities for a project, the mechanism matters as much as the vote itself.

Let’s walk through how this actually works.


The simplest approach is quorum voting. Think of it like a general assembly: you need enough people present before anything can pass.

A proposal needs both enough participants and a majority (usually 51% or more) voting yes. Many DAOs set a quorum at 4% of all token holders, meaning at least 4% must vote for the result to be valid.

The appeal is clarity, everyone understands the rules, and outcomes are predictable. But participation is often low, sometimes below 10%. And because voting power comes from token holdings, people with more tokens have more votes. This can lead to manipulation, where wealthy actors buy votes or make sudden moves to swing outcomes.

In Somaliland and across East Africa, this pattern isn’t unique to blockchain. Cooperative boards and community associations face similar dynamics wherever formal rules aren’t matched by active participation.


What if you could vote more strongly on something you deeply care about, but each additional vote costs you more? That’s the core idea behind quadratic voting.

The math is straightforward: 1 vote gives you 1 unit of influence, 2 votes give you 4 units (2 squared), and 3 votes give you 9 units (3 squared). This sharply increases the cost of piling multiple votes behind one position, making it harder for wealthy participants to dominate.

Gitcoin uses this approach to allocate grant funding, balancing influence between large and small contributors. It’s not perfect, it still advantages those with more resources, but it reduces the raw plutocracy of simple token voting.

For community contexts, quadratic voting could work well for prioritizing projects: everyone gets a say, but people with stronger views can signal that intensity without drowning out quieter voices.


For decisions about funding, conviction voting offers something different: time-weighted influence.

Rather than a fixed voting window, conviction voting lets proposals build support over time. The longer you hold your vote steady, the more your conviction accumulates, following a mathematical curve. Once collective conviction crosses a threshold, the proposal passes automatically.

This has useful properties. You cannot swing a vote at the last minute, conviction takes time to build. Long-term community members naturally carry more weight. And it’s harder to manipulate through fake accounts, since conviction doesn’t appear instantly.

The trade-off is speed: decisions take longer. But for significant funding decisions where quality matters more than pace, this approach has real merit. Giveth has pioneered this method for community governance.


A clever solution to a common problem: how do good proposals surface without requiring everyone to vote on everything?

Holographic consensus uses prediction markets. DAO members stake tokens on proposals they believe will pass. Proposals with high confidence get fast-tracked. If a proposal succeeds, stakers earn rewards. If it fails, they lose their stake.

This self-selects for quality, the community’s collective judgment identifies important proposals without mass participation. It’s scalable and rewards good judgment.

The downside is complexity. It’s harder to understand and implement than simpler methods. But for larger communities dealing with too many proposals, it offers an elegant filter.


Not every decision needs full community input. Multi-signature (multi-sig) voting uses a small trusted group to act quickly.

A multi-sig wallet might need 3 out of 5 signatures, or 6 out of 9, to execute a transaction. This works well for:

  • Day-to-day treasury operations
  • Emergency security responses
  • Routine parameter updates
  • Small disbursements

Major DAOs use multi-sigs alongside broader voting mechanisms: multi-sig handles operations, community votes handle bigger decisions. The risk is centralization, a small group holds real power, which is why multi-sigs are typically paired with other safeguards for significant choices.


Gas fees can make on-chain voting expensive. Snapshot solves this by moving voting off the blockchain while still verifying who holds tokens.

Votes on Snapshot are signed messages, no blockchain transaction needed. This makes voting free and accessible, especially on smartphones. Results are tallied off-chain, then used to trigger on-chain actions if needed.

Many major DAOs use Snapshot. It supports yes/no votes, approval voting, quadratic voting, and ranked choice. The limitation is that determined actors could technically vote twice, since signatures aren’t submitted directly to the blockchain. For most communities, the accessibility gains outweigh this technical gap.


There’s no perfect voting mechanism. Each involves trade-offs:

  • Speed vs. inclusivity: Multi-sig is fast but concentrated; conviction voting is open but slower
  • Simplicity vs. manipulation resistance: Basic quorum voting is easy to understand but vulnerable to attacks
  • Participation vs. scalability: Getting everyone to vote on everything doesn’t scale

Most mature DAOs combine mechanisms. A community might use multi-sig for operations, conviction voting for funding, and quorum voting for major governance changes.

The right choice depends on your community’s values, capacity, and what you’re actually trying to govern.


  1. Quorum voting is the foundation, simple but gives more power to those with more tokens
  2. Quadratic voting reduces wealth bias while letting people signal how strongly they feel
  3. Conviction voting rewards long-term commitment and resists manipulation
  4. Holographic consensus uses prediction markets to surface quality proposals
  5. Multi-sigs enable fast decisions for a trusted group
  6. Snapshot makes voting accessible without gas fees
  7. Most DAOs combine mechanisms rather than relying on one

Think about a group you belong to, a cooperative, a community association, a savings group. How do decisions get made there?

  • Is there a minimum number of people required for a vote to count?
  • Do some members have more say than others, formally or informally?
  • What would change if every member could vote on every decision?

You don’t need blockchain to apply these ideas. Understanding the mechanics of voting helps you spot power dynamics in any group.


  • Gitcoin and quadratic voting: gitcoin.co/blog/quadratic-voting
  • Conviction voting and Giveth: giveth.io
  • Snapshot off-chain voting: snapshot.org
  • Moloch DAO and quorum voting: github.com/MolochVentures/moloch