On-chain governance is undergoing a quiet transformation. The early days of simple token-weighted voting are giving way to more nuanced models that attempt to solve persistent problems: low participation, plutocratic bias, and slow decision-making. This guide examines the qualitative trends we see emerging across DAOs, focusing on how these models actually change decision-making dynamics. We will avoid fabricated statistics and instead rely on observed patterns and composite scenarios drawn from the community's collective experience.
If you are a DAO contributor evaluating a new governance proposal, a founder designing a token model, or a researcher curious about where the space is heading, this article is for you. By the end, you should understand the main alternatives to one-token-one-vote, their trade-offs, and when each might be appropriate.
Why Governance Models Matter More Than Ever
DAOs manage billions in assets and coordinate thousands of contributors. Yet many still rely on governance systems that were designed for simple protocol parameters, not complex organizations. The result is a familiar litany of problems: whales dictate outcomes, most token holders never vote, and proposals stall for weeks. These are not edge cases; they are the norm. As DAOs mature, the cost of poor governance becomes visible in missed opportunities, forks, and treasury drains.
The shift we are observing is not about finding a single perfect model. It is about matching governance mechanisms to the specific needs of a community. Some DAOs prioritize speed and efficiency; others value broad participation and legitimacy. The same model that works for a protocol DAO managing smart contract upgrades may fail for a community DAO funding public goods. Understanding the qualitative differences between models helps teams make intentional design choices rather than copying what is popular.
The Participation Crisis
Low voter turnout is the most cited pain point. In many token-based DAOs, fewer than 10% of eligible voters participate in any given proposal. This creates a legitimacy problem: if only a small fraction of the community decides, the outcome may not reflect the collective will. It also makes DAOs vulnerable to capture by a small group of active participants who may not represent the broader membership.
Plutocracy and Fairness
Token-weighted voting concentrates power in the hands of the largest holders. While this aligns with the idea that those with more stake should have more say, it can alienate smaller contributors who feel their voice does not matter. Several DAOs have experimented with quadratic voting and capped voting power to address this, but these mechanisms introduce their own complexities.
Core Ideas in Plain Language
At its heart, on-chain governance is about making collective decisions using blockchain-based voting. The simplest model is one-token-one-vote: each token equals one vote. But this model has well-known flaws. The emerging alternatives can be grouped into a few families: conviction voting, quadratic voting, futarchy, and delegated governance. Each changes the incentives and outcomes in distinct ways.
Conviction Voting
Conviction voting allows participants to signal their support for a proposal by staking their tokens over time. The longer and more consistently they stake, the more weight their vote carries. This model prioritizes proposals with sustained support over those that generate short-term spikes. It is particularly useful for allocating recurring funds, such as grants or budgets, where the community wants to avoid flash mob decisions.
Quadratic Voting
Quadratic voting (QV) makes the cost of additional votes increase quadratically. If one vote costs one token, two votes cost four tokens, three cost nine, and so on. This dampens the influence of large holders and encourages voters to allocate their votes across issues they care about most. QV is praised for reducing plutocracy, but it requires careful implementation to avoid sybil attacks and often needs a mechanism to verify unique identities.
Futarchy
Futarchy is a prediction-market-based governance model. Participants bet on the outcomes of proposed policies, and the policy that is predicted to produce the best outcome is adopted. In theory, this harnesses the wisdom of the crowd and aligns incentives with good results. In practice, futarchy is complex to set up and requires liquid markets and clear outcome metrics. Few DAOs have adopted it fully, but it remains an intriguing experimental model.
Delegated Governance
Delegation allows token holders to assign their voting power to representatives, similar to representative democracy. This can increase participation by letting less engaged holders entrust their votes to experts. Delegation is common in protocols like Compound and Uniswap, but it risks creating a permanent delegate class that may become disconnected from the community.
How These Models Work Under the Hood
Each governance model requires specific smart contract infrastructure and careful parameter tuning. We will walk through the key implementation details for the most common alternatives.
Conviction Voting Mechanics
In conviction voting, a user locks tokens in a governance contract for a chosen duration. Their voting power grows linearly or exponentially over time, up to a maximum. When they unlock, their conviction resets. Proposals are ranked by total conviction, and when a proposal's conviction exceeds a threshold, it is executed. The threshold can be dynamic based on available resources. This model works well for continuous allocation systems but is less suited for binary yes/no decisions.
Quadratic Voting Implementation
Quadratic voting requires a mechanism to prevent vote buying and sybil attacks. In practice, many DAOs use a combination of on-chain identity (like Gitcoin Passport) and quadratic funding formulas. The cost function is typically implemented as cost = votes^2 in the native token. Voters can cast multiple votes on different proposals, but each additional vote on the same proposal becomes exponentially more expensive. The contract must track each voter's cumulative votes to enforce the quadratic cost.
Futarchy in Practice
Futarchy relies on prediction markets. For each proposed policy, two markets are created: one betting on a metric (e.g., treasury value) if the policy passes, and one if it fails. The policy with the higher predicted metric is adopted. This requires oracles to report the metric after a set period. The main challenge is designing the metric: it must be measurable, manipulation-resistant, and aligned with the DAO's goals. Most experimental implementations use a simple metric like token price or treasury balance, but these can be noisy.
Delegation Infrastructure
Delegation is relatively straightforward: token holders sign a message delegating their voting power to an address. The delegate then votes on their behalf. Smart contracts sum the delegated power and apply it to proposals. Some DAOs allow delegation to be split across multiple delegates or revoked at any time. The main infrastructure challenge is preventing delegate centralization and ensuring delegates are accountable.
Worked Example: A DAO Grappling with Apathy
Consider a composite DAO we will call 'NexusDAO' — a community-run grant program with a treasury of 10 million tokens and 5,000 token holders. Initially, NexusDAO used simple token-weighted voting. Over six months, turnout averaged 3%, and a single whale with 20% of tokens effectively controlled every outcome. Smaller contributors felt disenfranchised and stopped participating altogether.
The DAO decided to experiment with conviction voting for its monthly grant allocation. They implemented a contract where users could stake tokens for a minimum of one week and a maximum of four weeks. Voting power scaled linearly with staking duration. The threshold for passing a grant was set at 1% of total staked tokens. Within three months, staked tokens rose from 5% to 35% of the total supply. Turnout on proposals increased to 12% because users could signal support without committing to a permanent vote. The whale's influence was diluted because their tokens were not staked for long durations; they had to compete with smaller holders who staked consistently.
However, a new problem emerged: proposals with broad but shallow support (many stakers staking for one week) could pass over proposals with deeper conviction from fewer stakers. The DAO adjusted the threshold to require both a minimum number of stakers and a minimum average conviction time. This balanced the need for breadth and depth of support.
Another issue was that some grant recipients started lobbying stakers to stake for longer durations, creating a secondary market for staking influence. The DAO added a cool-down period of one week after a proposal passed before funds could be claimed, giving time for disputes. This example illustrates that no model is a silver bullet; each requires iteration and community feedback.
Edge Cases and Exceptions
Governance models break down in predictable ways. Understanding these edge cases helps teams prepare rather than react.
Sybil Attacks in Quadratic Voting
Quadratic voting is vulnerable to sybil attacks: a user can create multiple identities to spread their votes and reduce costs. Without identity verification, a whale can effectively bypass the quadratic cost by splitting their tokens across many accounts. Solutions include using soulbound tokens, proof-of-personhood systems, or requiring a minimum stake to vote. Each adds friction and may reduce participation.
Low Participation in Conviction Voting
Conviction voting requires a critical mass of staked tokens to function. If few users stake, a small group can push through proposals. Some DAOs have experimented with a minimum staking requirement to vote, but this can exclude newcomers. Another approach is to combine conviction voting with a delegation layer, allowing passive holders to delegate their staking power.
Manipulation of Prediction Markets in Futarchy
Prediction markets are only as good as the liquidity and information available. If a market is thin, a single actor can manipulate the price to favor their preferred policy. Futarchy also requires a clear, measurable outcome metric. If the metric is poorly chosen, the market may optimize for the metric rather than the DAO's true goals. For example, if the metric is token price, the market might favor short-term price pumps over long-term health.
Delegate Capture in Delegated Governance
Delegation can lead to a small set of delegates holding most of the voting power. Over time, these delegates may become entrenched and unresponsive. Some DAOs have implemented delegate term limits or rotation requirements, but these are difficult to enforce on-chain. Others use reputation-based systems where delegates must periodically stand for re-election.
Limits of On-Chain Governance
Even the most sophisticated on-chain model cannot solve every governance problem. There are structural limits that teams should acknowledge.
Coordination Costs
On-chain voting is expensive. Every vote costs gas, and complex models like quadratic voting or futarchy require multiple transactions per proposal. This cost disproportionately affects small holders and can suppress participation. Layer 2 solutions and gasless voting help, but they introduce centralization risks if the relayer is not decentralized.
Speed vs. Deliberation
On-chain governance is inherently slow. Proposals need time for discussion, voting periods often last several days, and execution may require timelocks. This is by design to prevent rushed decisions, but it can be frustrating for time-sensitive issues. Some DAOs use multisigs or emergency committees for urgent matters, which creates a tension between security and efficiency.
Security Risks
Governance contracts are high-value targets. A bug in the voting logic or a flash loan attack can drain a treasury. In 2022, a governance attack on a major DAO used a flash loan to acquire enough tokens to pass a malicious proposal. While this was eventually reversed, it highlighted the need for timelocks, emergency pauses, and gradual execution. No model is immune to such attacks, but some (like conviction voting) are harder to exploit because of the time commitment required.
Human Factors
Ultimately, governance is about people. Models that ignore social dynamics, trust, and culture will fail regardless of their mathematical elegance. We have seen DAOs with excellent on-chain mechanisms fail because of toxic discourse, lack of leadership, or misaligned incentives. The best governance model is one that the community understands, trusts, and is willing to use.
Reader FAQ
What is the best on-chain governance model for a new DAO?
There is no single best model. It depends on your DAO's size, goals, and culture. For a small DAO with a trusted group, simple token voting with a low quorum may suffice. For a large community DAO, conviction voting or delegation can improve participation. Start simple and iterate based on feedback.
How do I prevent whale dominance without quadratic voting?
You can cap the maximum voting power per address (e.g., no more than 10% of total votes). You can also use conviction voting, which rewards sustained commitment over large holdings. Another approach is to split governance into multiple chambers: one token-weighted and one based on reputation or contributions.
Can on-chain governance be combined with off-chain deliberation?
Yes, most successful DAOs use a hybrid model. Off-chain forums (like Discourse or Discord) are used for discussion and temperature checks. On-chain votes are reserved for final decisions. This reduces costs and allows for more nuanced debate before a formal vote.
What is the minimum viable quorum for a governance proposal?
Quorum should be set high enough to prevent capture but low enough to allow action. A common starting point is 10–20% of total voting power. If quorum is too high, proposals may fail due to apathy; if too low, a small group can pass anything. Monitor participation and adjust over time.
How do I handle emergency decisions in a DAO?
Most DAOs use a multisig or security council with limited powers for emergencies. The council can pause contracts, freeze assets, or execute pre-approved actions. The council members are usually elected by the DAO and subject to removal. This balances speed with accountability.
As a next step, consider running a small-scale experiment with a new governance model in a test environment. Simulate proposals with your community and gather feedback. Document the results and iterate. The trends we have discussed are not prescriptions; they are tools. The right tool depends on the job you need to do, and the job is always specific to your community.
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!