DAOs are forcing crypto protocols to choose between code and emergency brakes

by

Compound is a crypto lending protocol governed by holders who delegate their COMP tokens, a setup known as a decentralized autonomous organization, or DAO. It works like an online republic, with token holders debating proposals, voting, and letting software carry out the result.

In July 2024, that republic nearly sent a fortune to a small group of voters. Proposal 289 asked Compound to transfer 499,000 COMP, then worth about $24 million, into a yield-bearing vehicle they controlled. Two earlier versions had failed, and the third seemed headed the same way.

Then, during the final 34 minutes, supporting addresses cast 563,591 votes, equal to 82% of all support for the proposal. The last big block landed eight minutes before the deadline, and the measure passed by 682,191 votes to 633,636.

While this was extremely controversial and remains highly contested, there was no issue with the code, as it worked exactly as intended.

But that was the problem: the wallets had gathered enough COMP and delegated their voting power before the period closed, but Compound lacked an emergency authority that could pause the software. Several reasonable rules had combined into a convenient path for a treasury raid.

Compound reached a settlement that canceled the allocation and later added a veto role, placing a brake in the system built around automatic token-holder rule.

That captures the central DAO dilemma, because most defenses against rushed or hostile votes give somebody more control over participation or the final result.

Two 2026 studies from the Max Planck Institute for Software Systems and Vrije Universiteit Amsterdam traced a similar problem across 48 large Ethereum DAOs. One examined how registration, staking, and delegation concentrate voting power, while the other mapped attacks that use valid governance rules.

The ballot has a velvet rope

Calling a governance token a vote isn’t really correct. Depending on the DAO, a holder may need to register a wallet, lock tokens, delegate them, maintain a minimum balance, or pay for an on-chain transaction before they can actually cast that vote.

Proposals face obstacles of their own, because someone needs enough tokens or delegated support to introduce them in the first place, and the idea may pass through a forum and informal poll before a binding vote on the blockchain or through an off-chain service such as Snapshot.

Once the tally clears the quorum and approval formula, a smart contract, multisignature wallet, or named person carries the result into effect.

While each of these gates solves a real problem, it also favors a particular participant or type of participant.

Proposal thresholds discourage spam and malicious code, but they inadvertently reserve authorship for wealthy holders and established delegates. On-chain voting makes those results enforceable, but transaction fees favor people with enough money and conviction to use it. Free off-chain polls draw a wider crowd, then depend on a smaller group for execution.

The researchers found an even split: 24 DAOs used on-chain voting and 24 used off-chain systems.

Uniswap showed how different electorates can form inside the same organization: more wallets joined its free off-chain polls, while much larger blocks of voting power appeared during the paid on-chain phase that could make a proposal binding.

Turnout is only one small part of this, because a protocol may have thousands of token holders while a few addresses control proposals, votes, and execution. By the time the public tally appears, the rules have already picked the electorate.

The security rules pick the ruling class

DAOs often keep tokens in treasury contracts, and founding teams or investors may hold allocations that have yet to vest, so registration separates circulating tokens from balances that currently carry voting rights.

Among the 48 DAOs, 36 required some form of registration, and only four had registered more than half of their outstanding supply. Across those 36 organizations, the average registered share was 21%, meaning the practical electorate usually covered a small fraction of all tokens.

Much of the missing supply belonged to users whose coins were held by exchanges or deposited into DeFi protocols. Centralized exchanges held more than 10% of outstanding tokens on average across the sample, and DeFi contracts held another 3.5%.

In 14 registration-based DAOs, those intermediary wallets controlled more tokens than the entire registered electorate.

Related Reading

Compound introduces new staking product after controversial $24M token allocation

That creates a very strange and rather unique custody problem, because an exchange wallet can represent thousands of customers even though the blockchain sees one address with one giant balance.

Letting the exchange vote turns a custodian into a political heavyweight, while excluding it strips customers of governance rights attached to tokens they paid for. Most DAOs also let one wallet send all its power to a single delegate, which makes splitting votes among the underlying owners difficult.

Staking tackles a different vulnerability by making voting power expensive to build and slow to unwind. A would-be attacker can buy or borrow a large position, approve a favorable proposal, and sell once the vote ends, while a lock keeps that voter financially exposed to the result for longer.

Fifteen DAOs required staking, with a median of 27.4% of tokens locked. Some imposed a one- or two-week withdrawal wait, while Curve, Angle, and Frax offered stronger voting power for locks lasting up to four years. The system rewards patience and turns liquid wealth into a prerequisite for political influence.