The full tokenomics data room process, freeThe whole course, free67 videos, 174 filesSee the course
Free Strategy Call

Quorum

Quorum is the minimum participation a governance vote needs before it counts. Set it above your real turnout and proposals fail on arithmetic while winning on votes. Set it below what one large holder can muster alone and the floor has stopped protecting anything. Picking the number is easy. Picking the denominator it is measured against is the part teams get wrong.

Quorum is usually set in one unit and turnout is measured in another, so most teams never actually compare the two. Run that comparison first and the number tends to pick itself.

Measured turnout against a recommended floor3.2%Aave measured7.7%Compound measured10%Advised floorPercent

Scroll to see the full diagram

The first two bars are measured turnout as a share of total supply. The third is the bottom of one tooling vendor's recommended band for a mature DAO, published with no denominator stated. Set your floor at the third and the first two say the average proposal fails.

What a quorum counts, and in what unit

Compound states its rule in tokens rather than percentages: at least 4,000,000 votes have to be cast in favour for a Governor Bravo proposal to succeed, with more for than against.1 That is a fixed token count, not a share of anything.

A fixed count has one property worth thinking about before you copy it. It does not move when everything around it moves. Supply grows, delegation concentrates, a treasury unlocks, an exchange starts voting custodied tokens, and the parameter sits exactly where it was. Its real strictness drifts continuously and silently, because nothing in the system flags a threshold that has become easy. A percentage moves with its denominator instead, which trades that problem for a different one and makes the choice of denominator the actual decision.

The denominator is the decision

There are three denominators in common use and they are not close to each other. Total supply includes locked allocations, unclaimed airdrops and tokens sitting in contracts that will never vote, so it is the hardest bar to clear. Circulating supply removes some of that and is still optimistic. Delegated supply, the tokens whose voting power has actually been assigned to an address that could vote, is the closest thing to what is reachable on a given day.

Whichever you choose, the rule is that it has to match the denominator you measure turnout in. Teams routinely set a quorum against total supply and then read turnout reports computed against delegated supply, which makes the two numbers non comparable and the comparison meaningless. That mismatch is the single most common defect we find in a governance parameter review, and it costs nothing to fix at design time.

Worked: what the measured turnout figures do to a ten percent floor

The only rigorously dated, method stated turnout figures we could confirm come from Falk, Pathan, Rigas and Tsoukalas's 2024 study, which measured onchain voting across 130 Aave proposals and 141 Compound proposals and reported the average share of total token supply cast at 3.2 percent for Aave and 7.7 percent for Compound.2

Now take a quorum set at ten percent of total supply. Aave's average proposal reaches under a third of that floor. Compound's reaches about three quarters of it. Both proposals fail, having won every vote cast. Both of those protocols are large, liquid and heavily delegated. If they cannot average ten percent of total supply, a new DAO adopting ten percent because a guide suggested it has set a floor its community has never cleared and has no evidence it can.

One caution on where that ten percent came from. It sits at the bottom of a governance tooling vendor's recommended bands by DAO maturity, which run 3 to 5 percent for new DAOs, 5 to 10 percent for growing ones and 10 to 20 percent or higher for mature or high stakes ones.3 Those are design recommendations. They are not measured outcomes, the denominator is not stated, and they circulate widely enough that people quote them as data. Treat them as a starting hypothesis to test against your own votes.

And say the harder thing out loud: comparable measured participation data across DAOs does not exist. Two protocols, one paper, one denominator is the whole of the confirmed evidence. Anyone quoting a general figure is quoting folklore.

The two failure modes, and why the loud one is not the expensive one

A quorum set too low is the failure everyone designs against. A small coalition ratifies a change while the rest of the supply is asleep, and the floor that was supposed to prevent exactly that turns out to be lower than what one holder can produce alone.

A quorum set too high fails more quietly and costs more. Proposals win their vote and lose their count. After that happens three or four times, people stop drafting proposals, and the decisions do not disappear: they migrate back to whatever multisig can still act. That is the real price. A quorum that is too high does not make a protocol safer. It moves decision making to a venue with no delay, no public debate and no record, and the governance page still says the token holders are in charge.

Dynamic quorum, and what it inherits

The alternative to guessing is a floor that adapts. The Nouns pattern computes quorum as a minimum quorum plus a turnout coefficient multiplied by recent turnout, so the bar rises when participation rises and relaxes when it does not.4 It resolves the calibration problem honestly, because it stops asking anyone to predict turnout in advance.

It also inherits two things. The denominator question does not go away, it just gets applied to a moving number. And a threshold derived from recent history can be suppressed by an attacker willing to wait: a stretch of quiet, low turnout votes drags the floor down, and the expensive proposal arrives after it. In our view that is an acceptable trade for most protocols, provided the minimum quorum term is set high enough to survive a deliberately quiet quarter.

What we set quorum against

Four rules. Calibrate against delegated supply, because it is the only denominator that describes tokens capable of voting. Instrument turnout from the first proposal onward, so that by proposal twenty you are tuning against evidence rather than a vendor band. Keep quorum adjustable by governance itself, with a review on a fixed schedule rather than a review after the first failure. And keep the quorum separate from the approval threshold, because conflating how many voted with how many agreed produces a parameter that cannot be reasoned about.

The reason any of this matters commercially is that a governance system nobody uses is not a neutral outcome. It is a signal to holders that the votes attached to their tokens do not reach the decisions, which is the same conclusion they would draw from a protocol with no governance at all, arrived at more slowly and with more disappointment along the way.

Common questions

What is a good quorum for a DAO?

One you can actually clear. The only rigorous published turnout figures we located put the average share of total supply cast at 3.2 percent for Aave and 7.7 percent for Compound, so a floor at ten percent of total supply would have failed the average proposal at both.2 Calibrate against your own measured turnout, in the same denominator you are going to report it in.

What happens if a DAO proposal does not reach quorum?

It fails, even where every vote cast was in favour. That is the point of a floor and it is also the failure mode teams underestimate. Repeated quorum misses do not make a protocol safer. They make governance unusable, and decisions migrate back to whatever multisig can still act, which has no delay and no public record of the debate.

Should quorum be a fixed token count or a percentage?

Compound's Governor Bravo uses a fixed count, four million votes in favour.1 A fixed count is easy to reason about and does not move when anything else does, which is precisely the problem: as supply, delegation and holder behaviour change around it, its real strictness drifts without the parameter ever being edited. A percentage moves with its denominator, so the denominator becomes the decision.

What is dynamic quorum?

A quorum that adjusts to recent behaviour rather than sitting fixed. The Nouns pattern computes it as a minimum quorum plus a turnout coefficient multiplied by recent turnout, so the bar rises when participation rises and relaxes when it falls.4 It solves the calibration problem and inherits a new one, since a threshold derived from the recent past can be suppressed by waiting out a quiet period.

See Tokenomics Design Services for how this applies in practice.

Sources

  1. Compound v2 Documentation: Governance
    Compound Labs, 2024
    States the Governor Bravo quorum rule as a fixed count: at least 4,000,000 votes cast in favour, with more for than against.
  2. Blockchain Governance (arXiv 2407.10945)
    Falk, Pathan, Rigas and Tsoukalas, arXiv preprint, 2024
    Onchain measurement across 130 Aave proposals and 141 Compound proposals. Average share of total token supply cast: 3.2 percent for Aave, 7.7 percent for Compound. The only dated, method stated turnout figures located for this cluster.
  3. Governance Parameters: Quorum
    DeGov.AI documentation, 2025
    Recommended quorum bands by DAO maturity: 3 to 5 percent for new DAOs, 5 to 10 percent for growing ones, 10 to 20 percent or higher for mature or high stakes ones. Design recommendations, not measured turnout, with no denominator stated.
  4. How to Design a Quorum Threshold Strategy for DAOs
    Chainscore Labs, 2025
    Describes the Nouns dynamic quorum formula: minimum quorum plus a turnout coefficient multiplied by recent turnout.

Last reviewed 2026-08

Know the terms but not sure how they apply to your project? That is what an engagement is for. We design, document, and stress-test the whole token economy inside the Tokenomics Data Room.

Book a discovery call

100+ projects advised. Complete tokenomics in 4 to 6 weeks.