ZUG DAO
The Vanderbilt Terminal for Zug DAO Intelligence
INDEPENDENT INTELLIGENCE FOR DECENTRALISED GOVERNANCE AND DAO ECOSYSTEMS
ETH Price $—| Active Governance DAOs 5,000+| DAO Treasury TVL $20B+| Zug Crypto Foundations 60+| Safe Multisig Zug HQ| Web3 Foundation Active| MakerDAO Endgame 2024| ETH Price $—| Active Governance DAOs 5,000+| DAO Treasury TVL $20B+| Zug Crypto Foundations 60+| Safe Multisig Zug HQ| Web3 Foundation Active| MakerDAO Endgame 2024|

Quadratic Voting in DAOs: Balancing Wealth and Preference Intensity

The fundamental tension in token-weighted governance is simple to state and difficult to resolve: one token, one vote gives disproportionate power to wealthy participants. A holder with a million tokens has a million times the influence of a holder with one. This arithmetic reality means that most DAO governance systems function as plutocracies — governance by the wealthy — regardless of their democratic aspirations.

Quadratic voting offers a mathematical correction to this imbalance. Rather than granting linear voting power proportional to token holdings, QV makes each additional unit of voting power progressively more expensive. The cost of casting N votes is N squared. One vote costs one credit. Two votes cost four. Ten votes cost one hundred. The mechanism preserves the ability of strongly motivated participants to express preference intensity while dramatically reducing the dominance of large holders.

The Mathematical Foundation

Quadratic voting was formalised by economist Glen Weyl in his work on mechanism design, later popularised in the book Radical Markets. The core insight draws on welfare economics: in an efficient voting system, the marginal cost of influence should equal the marginal benefit to the voter. Linear voting violates this principle because additional votes are free — a whale can express maximum influence on every proposal at no incremental cost.

Under QV, the cost function is c(v) = v², where c is the cost in voting credits and v is the number of votes cast. This means a participant must allocate scarce credits across proposals, forcing genuine prioritisation. A voter who cares intensely about one proposal can concentrate their credits there, but doing so leaves fewer credits for other decisions. The result is a governance system that captures not just direction of preference (for or against) but intensity of preference.

The square root relationship also implies that voting power scales as the square root of economic commitment. A holder with 10,000 tokens gets 100 effective votes, while a holder with 100 tokens gets 10. The ratio drops from 100:1 to 10:1 — still unequal, but dramatically less plutocratic.

How QV Works in Practice

Implementation of quadratic voting in DAOs typically follows one of two approaches.

Credit-Based QV

Each participant receives an equal allocation of voting credits per period — say, 100 credits per quarter. They distribute these credits across proposals according to their preferences, paying quadratically for influence on each. This approach most closely mirrors Weyl’s original proposal and provides the strongest equality guarantees, but it requires an identity or credential system to prevent sybil attacks (one person creating multiple wallets to multiply their credit allocation).

Token-Based QV

The more common DAO implementation uses token holdings as the credit pool but applies quadratic cost scaling. A holder with 10,000 tokens can cast up to 100 votes on a single proposal (since 100² = 10,000). This preserves some stake-weighting — larger holders still have more influence — but flattens the distribution considerably compared to linear voting.

Gitcoin Grants pioneered a related mechanism called quadratic funding, which applies the same mathematical principles to capital allocation rather than voting. In quadratic funding, the matching pool amplifies small contributions more than large ones, effectively treating each contributor’s donation as a vote for a particular project.

Deployments and Case Studies

Several DAOs and governance platforms have experimented with quadratic voting, with mixed but instructive results.

Gitcoin has conducted over twenty rounds of quadratic funding, distributing tens of millions of dollars to public goods projects. The mechanism has proven effective at surfacing community-preferred projects that would be overlooked by whale-dominated allocation. However, Gitcoin has also confronted persistent sybil attacks, collusion rings, and gaming attempts that have required increasingly sophisticated detection mechanisms.

Optimism’s RetroPGF programme incorporates quadratic elements in its retroactive public goods funding rounds. Badgeholders — credentialed voters selected through a non-token-based process — use quadratic-influenced allocation to distribute rewards. The programme demonstrates how QV can function within a credentialed rather than token-weighted system.

Snapshot offers quadratic voting as a standard strategy option for any DAO using its off-chain governance platform. Adoption has been steady but not universal — many DAOs opt for simpler strategies, particularly when their governance decisions are binary (pass/fail) rather than allocative (distributing resources across options).

The Sybil Problem

Quadratic voting’s effectiveness depends entirely on the integrity of participant identity. If one person can create ten wallets, they convert the quadratic cost back to linear — ten wallets each casting one vote (total cost: 10 credits) achieves the same influence as one wallet casting ten votes (cost: 100 credits) at one-tenth the price.

This is the central implementation challenge for QV in pseudonymous blockchain environments. Several approaches have been developed to address it.

Proof of personhood protocols like Worldcoin, BrightID, and Proof of Humanity attempt to establish unique human identity through biometric verification, social graph analysis, or video-based attestation. These systems provide sybil resistance but introduce privacy concerns and accessibility barriers.

Credential-based gating restricts QV participation to holders of specific credentials — Gitcoin Passport scores above a threshold, ENS domain ownership, or proof of prior governance participation. This approach is less comprehensive than full proof of personhood but is easier to implement and less invasive.

Collusion detection uses on-chain analytics and statistical methods to identify suspicious voting patterns. Clusters of wallets that consistently vote identically, fund each other, or were created in temporal proximity are flagged for review. Gitcoin’s Fraud Detection and Defence programme has developed increasingly sophisticated tools for this purpose.

None of these solutions is complete. The tension between pseudonymity and sybil resistance remains one of the defining challenges for quadratic mechanisms in Web3 governance.

Advantages Over Linear Voting

When implemented with adequate sybil resistance, quadratic voting offers several meaningful improvements over standard token-weighted governance.

Reduced plutocracy is the primary benefit. By making marginal influence progressively more expensive, QV ensures that governance outcomes reflect broader community preferences rather than the priorities of a few large holders. This is particularly valuable for treasury allocation decisions, where whale dominance can direct funds towards projects that benefit insiders.

Preference intensity revelation allows the governance system to distinguish between weak and strong preferences. In linear voting, a holder who is mildly in favour looks identical to one who considers the proposal existentially important. QV allows the strongly motivated voter to allocate more credits, providing richer signal to the governance process.

Minority protection follows naturally from reduced plutocracy. Proposals that benefit a small group at the expense of the broader community are harder to pass when the small group cannot simply outvote the majority through token weight alone.

Strategic allocation forces voters to make genuine trade-offs. With limited credits and quadratic costs, voters must decide which proposals matter most to them. This produces more thoughtful governance engagement than systems where voting on every proposal is costless.

Limitations and Criticisms

Quadratic voting is not a panacea, and several legitimate criticisms have been raised.

Complexity is the most immediate barrier to adoption. Most token holders understand one-token-one-vote intuitively. Quadratic cost curves require mathematical literacy and careful interface design to make accessible. DAOs that have implemented QV report increased governance friction and confusion among less technical participants.

Collusion vulnerability extends beyond simple sybil attacks. Even with perfect identity verification, voters can coordinate off-chain to optimise their collective influence. Two voters who agree to each cast one vote on the other’s preferred proposal pay a total of two credits for two votes — the same outcome that one voter would achieve for four credits. This vulnerability is difficult to address without sacrificing voter coordination entirely.

Wealth inequality persists, albeit in attenuated form. Token-based QV still grants more influence to wealthier participants — the square root function flattens the distribution but does not eliminate it. Critics argue that this is insufficiently democratic and that truly egalitarian governance requires one-person-one-vote systems.

Gaming incentives increase with the economic value of governance decisions. As DAO treasuries grow into billions of dollars, the incentive to circumvent QV protections through sophisticated sybil networks or collusion schemes grows proportionally. The arms race between governance designers and governance gamers shows no sign of resolution.

Hybrid Implementations

The most promising governance architectures combine quadratic voting with other mechanisms to address its weaknesses while preserving its strengths.

QV plus conviction voting allows participants to express both preference intensity (through quadratic credit allocation) and temporal commitment (through conviction accumulation over time). This dual signal provides richer governance data than either mechanism alone.

QV with delegate weighting applies quadratic scaling to delegated voting power rather than raw token holdings. A delegate with 1,000,000 delegated tokens would have 1,000 effective votes rather than 1,000,000 — maintaining the benefits of delegation while preventing delegate oligarchy.

Quadratic funding with committee oversight combines the crowd-sourced preferences revealed by QV with expert review of funded proposals. This approach, used in modified form by Optimism and Gitcoin, provides both democratic legitimacy and quality assurance.

Design Recommendations

DAOs considering quadratic voting should evaluate several design parameters carefully.

First, establish the strongest feasible sybil resistance before deploying QV. A quadratic system without sybil protection is arguably worse than linear voting, since it creates a false sense of equality while rewarding those sophisticated enough to exploit the identity gap.

Second, invest heavily in user interface design. The mathematical complexity of QV should be invisible to voters. Show remaining credit balances, visualise the cost curve, and provide clear feedback on the marginal cost of additional votes.

Third, consider starting with quadratic funding for treasury allocation before extending QV to protocol governance votes. Funding allocation is naturally multi-option and benefits most from preference intensity revelation, making it the ideal initial use case.

Fourth, monitor and publish governance analytics that track effective power distribution under QV. If the system is not meaningfully flattening the influence curve — because of sybil attacks, collusion, or design failures — the community deserves to know.

Quadratic voting represents one of the most theoretically grounded innovations in DAO governance design. Its practical implementation remains challenging, but the organisations that solve the identity and collusion problems will possess a genuinely more democratic governance infrastructure than any that has previously existed in decentralised finance.


Donovan Vanderbilt is a contributing editor at ZUG DAO, the decentralised governance intelligence publication of The Vanderbilt Portfolio AG, Zurich. His work examines the intersection of governance design, institutional economics, and on-chain coordination.

About the Author
Donovan Vanderbilt
Founder of The Vanderbilt Portfolio AG, Zurich. Institutional analyst covering decentralised autonomous organisations, on-chain governance architectures, treasury management, and the evolution of token-based collective decision-making.