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|
Term

Quorum — Definition

Definition

A quorum in DAO governance is the minimum number or proportion of governance tokens that must participate in a vote for the result to be considered valid. A proposal that achieves a majority of “yes” votes but fails to meet the quorum threshold is treated as if it were not voted on at all — it does not pass, regardless of the margin of approval. Quorum serves as a safeguard against governance capture by small, unrepresentative minorities: it ensures that consequential decisions about protocol parameters, treasury allocations, and smart contract upgrades reflect the will of a meaningful portion of the token-holding community.

The concept is borrowed directly from traditional corporate and parliamentary governance, where quorum rules prevent binding decisions from being taken when attendance is too low to be representative. In the DAO context, the mechanics are adapted for on-chain execution: quorum is measured not by the number of individual voters but by the weight of governance tokens participating in the vote.

On-Chain Quorum Mechanics

In most Governor contract-based governance systems (Compound Governor, OpenZeppelin Governor, and their derivatives), quorum is enforced at the smart contract level. The governance contract defines a quorum threshold — typically expressed as a fixed number of tokens or as a percentage of total or circulating supply — and the proposal’s execution logic checks whether the total voting weight that participated meets or exceeds this threshold before allowing the proposal to be queued in the timelock and executed.

The quorum check typically considers all votes cast — “for”, “against”, and “abstain” — toward meeting the threshold. This means that voting “against” a proposal still contributes to quorum, a design choice that prevents strategic abstention from being used as a veto mechanism. If 40 million tokens need to participate and 25 million vote “for” while 20 million vote “against”, the 45 million total exceeds quorum and the proposal passes.

In Snapshot-based (off-chain) governance, quorum enforcement depends on the specific configuration chosen by the DAO. Snapshot’s flexible strategy system allows DAOs to define custom quorum requirements, but since Snapshot voting is off-chain, quorum is not enforced by a smart contract — it is enforced by the multisig signers or governance facilitators who decide whether to execute passed proposals on-chain.

Why Quorum Matters: Governance Attacks

Without quorum, a DAO’s governance system is vulnerable to a class of attacks where a small number of tokens can impose binding decisions on the entire protocol. Consider a protocol with 100 million governance tokens in circulation. If no quorum requirement exists, and only 500,000 tokens (0.5 per cent of supply) participate in a vote, a holder of 250,001 tokens can pass any proposal they choose — including proposals that drain the treasury, modify protocol parameters to their benefit, or upgrade the smart contracts to introduce backdoors.

Quorum requirements force attackers to accumulate or borrow a meaningful quantity of tokens before they can influence governance outcomes. This raises the cost of governance attacks from trivial (a few hundred thousand dollars in borrowed tokens) to prohibitive (tens or hundreds of millions of dollars).

Flash loan governance attacks — where an attacker borrows a large quantity of governance tokens in a single transaction, votes, and returns the tokens — are typically mitigated by snapshot-based voting power (where voting power is determined at a block height before the proposal was created, preventing post-proposal token accumulation). Quorum provides a complementary defence by ensuring that even if an attacker has voting power at the snapshot block, they cannot pass proposals unless total participation meets the threshold.

Major Examples

Uniswap (UNI)

Uniswap’s governance requires a quorum of 40 million UNI (4 per cent of the 1 billion total supply) for a proposal to pass. This threshold was established at launch and has been the subject of ongoing debate. At current token distribution patterns, reaching 40 million UNI in participation requires the active engagement of major delegates — including the Uniswap Foundation, a16z, and other significant holders. The threshold is high enough to prevent casual governance capture but has been criticised for making it difficult to pass any proposal without the support of a small number of whale delegates.

MakerDAO (MKR)

MakerDAO’s governance uses a continuous approval voting system (for its Executive Votes) where the proposal with the most MKR staked to it becomes the active governance configuration. There is no fixed quorum in the traditional sense; instead, the “Governance Security Module” imposes a delay between when a proposal achieves plurality and when it can be executed, giving MKR holders time to react to potentially malicious proposals. This alternative approach trades explicit quorum requirements for a different security mechanism — delayed execution plus the ability to counter-stake.

Compound (COMP)

Compound’s governance requires a quorum of 400,000 COMP (4 per cent of the 10 million total supply). The governance contract (Governor Bravo) checks quorum at the end of the voting period and rejects proposals that fail to meet the threshold, regardless of the approval percentage. Compound’s governance has experienced periods where low participation made reaching quorum challenging, leading to discussions about reducing the threshold.

Quorum vs Participation Rate

Quorum and participation rate are related but distinct concepts. Quorum is a threshold that must be met for a vote to be valid. Participation rate is the actual proportion of total voting power that engages in a given vote. A DAO can have a quorum of 4 per cent and a participation rate of 6 per cent — the quorum is met, but the participation rate reveals that 94 per cent of token holders did not vote.

Most major DAOs experience chronically low participation rates, typically between 2 and 15 per cent of total token supply per proposal. This creates a persistent tension: setting quorum high enough to ensure representativeness while setting it low enough that governance is not paralysed by voter apathy.

The distinction matters for legitimacy assessment. A proposal that passes with 51 per cent of votes and 5 per cent participation has technical quorum validity (if quorum is set at 4 per cent) but questionable democratic legitimacy. The governance minimisation movement — which argues that mature protocols should reduce the scope of governance decisions — is partly a response to this participation problem.

Problems with High Quorum Thresholds

Setting quorum thresholds too high creates several well-documented problems:

Governance paralysis. If quorum is set at 10 per cent of total supply, and typical participation rates are 5–8 per cent, most proposals will fail for lack of quorum regardless of their merits. This can prevent a DAO from making necessary parameter adjustments, security upgrades, or treasury deployments.

Whale dependence. High quorum thresholds effectively give veto power to large token holders whose participation is necessary to reach the threshold. If a single delegate controls 3 per cent of supply and quorum requires 4 per cent, that delegate’s decision to abstain can unilaterally block governance.

Strategic abstention. Opponents of a proposal can defeat it not by voting “against” but simply by not voting at all, ensuring the proposal fails quorum. In some governance designs where “against” votes count toward quorum, opponents are incentivised to abstain rather than vote no — a perverse outcome that undermines the informational value of the vote.

Reduced adaptability. Protocols that cannot pass governance proposals due to quorum failure become unable to respond to security threats, market changes, or competitive pressures, potentially leading to protocol ossification.

Several approaches have been proposed to address these problems, including dynamic quorum (where the threshold adjusts based on recent participation rates), conviction voting (where sustained support over time substitutes for snapshot-based quorum), and optimistic governance (where proposals pass by default unless actively vetoed). Each involves trade-offs between governance security and governance efficiency.

For further reading on related governance mechanisms, see our analysis of on-chain governance, delegated voting, and voter apathy in DAOs.