Skip to content

Governance Mechanism Design

Designing governance systems that are fair, effective, and resistant to manipulation


Mechanism design is the art of creating rules and incentives that lead to desired outcomes, even when participants act in their own self-interest. It’s the engineering side of governance: instead of hoping people behave well, you design systems that make good behavior the easiest path.

For community finance, mechanism design answers questions like: How do we allocate funds fairly? How do we make decisions efficiently? How do we prevent any single group from dominating?


Each token equals one vote. Simple, but favors those with more tokens (wealth = power).

Best for: Investment DAOs where financial stake should influence decisions. Risks: Plutocracy, wealthy members dominate.

Each verified member gets one equal vote regardless of token holdings.

Best for: Community DAOs where equality matters more than financial stake. Risks: Sybil attacks (fake identities), doesn’t reflect varying commitment levels.

The cost of each additional vote increases quadratically (1 vote costs 1 credit, 2 votes cost 4 credits, 3 votes cost 9 credits). This balances intensity of preference with breadth of support.

Best for: Allocating resources across multiple options (e.g., which projects to fund). Risks: Complex to understand, requires credits system.

Members stake tokens on proposals they support. The longer tokens are staked, the more “conviction” builds. Proposals pass when conviction exceeds a threshold.

Best for: Continuous funding allocation without discrete voting rounds. Risks: Slow for urgent decisions, complex to implement.

Proposals pass unless someone objects. Objections must be reasoned, not just “I don’t like it” but “this would cause harm because…”

Best for: Small to medium groups (under 30) where trust is high. Risks: Can be slow, requires facilitation skill, power dynamics can suppress objections.

Decisions are made based on prediction markets. Members bet on which option will produce better outcomes. The option with higher predicted outcomes wins.

Best for: Technical decisions with measurable outcomes. Risks: Experimental, complex, requires liquid markets.


Decision TypeRecommended Mechanism
Treasury allocationQuadratic voting or conviction voting
Policy changesConsent-based or supermajority vote
Emergency decisionsMultisig or executive committee
Resource prioritizationQuadratic voting
Membership decisionsOne-person-one-vote
Technical decisionsDelegated to working group

No single mechanism works for all decisions. Use different mechanisms for different decision types.

Start with the simplest mechanism that works. Add complexity only when you hit real problems.

Every mechanism can be gamed. Add safeguards: timelocks, quorum requirements, veto power for safety-critical decisions.

No governance design is perfect from day one. Build in review cycles. Change what doesn’t work.

Whatever mechanism you use, make the process and results visible to all members.


Prevent one person from creating multiple identities to gain extra votes.

  • Proof of humanity (Gitcoin Passport, BrightID)
  • KYC for financial decisions
  • Social vouching (existing members verify new ones)

Prevent wealthy members from dominating decisions.

  • Quadratic voting
  • Voting caps
  • One-person-one-vote for certain decisions

Prevent coordinated voting blocs from gaming outcomes.

  • Secret ballots
  • Timelock between proposal and vote
  • Minimal anti-collusion infrastructure (MACI)

Start with consent-based decision making for small groups. As you grow, introduce quadratic voting for resource allocation and delegation for routine decisions. Review and iterate quarterly.