Delegation is the mechanism that lets a token holder assign their voting power to another address — a delegate — who then votes on their behalf. It is the single most common answer to the defining problem of token-weighted governance: most holders never vote, so without delegation a handful of active whales decide everything and quorums fail. By concentrating dispersed, apathetic weight onto engaged representatives, delegation is what lets large DAOs reach quorum at all.
Why delegation exists
Voter turnout in major DAOs is chronically low — most governance tokens sit in wallets that never cast a vote, whether from apathy, gas costs, or the sheer effort of evaluating every proposal. Delegation lets those holders stay passive without their weight going to waste: they hand it to someone who will read the forum, follow the technical debate, and show up for every vote. Some frameworks make this mandatory — under Compound's Governor, COMP confers no voting power until it is delegated, so even holders who want to vote themselves must first self-delegate. (a16z crypto: DAO governance FAQ)
How delegation works
A holder picks a delegate and signs a delegation; from then on their weight counts toward whatever that delegate votes, at the balance they hold when each proposal snapshots. Crucially, delegation is non-custodial and revocable — the delegate never touches the tokens, and the holder can re-delegate to someone else or take their weight back at any time, overriding the delegate on a specific vote if they disagree.
Around this primitive an entire layer has grown up: delegates publish delegate statements — platforms and voting histories — and holders browse and compare them on tools like Tally and Boardroom. ENS built its DAO delegation-first, encouraging every token holder to pick a delegate at claim time.
SafeDAO runs a comparable delegate system and pushes further on the incentive side: its ongoing Outcomes-Based Resource Allocation (OBRA) track pays active delegates and working groups against measurable results — an explicit attempt to keep representatives engaged rather than absentee, since an unpaid delegate is as prone to apathy as the holders who delegated to them.
Liquid democracy and its cartels
When delegates can themselves re-delegate, delegation becomes transitive — a chain of trust that ends at whoever is actually voting. This is liquid democracy: a fluid middle ground between direct democracy (everyone votes) and representative democracy (fixed officials), where any holder can be a passive voter, an active voter, or a delegate, and can switch roles at will.
The flexibility has a cost. Delegation re-concentrates power: in practice a handful of large delegates end up controlling a majority of the active vote, so a low-turnout DAO can be captured by a delegate cartel coordinating across proposals — the pattern behind on-market governance raids like the Compound 'Golden Boys' incident. Delegation fixes apathy but does not, by itself, fix plutocracy; it can sharpen it. (Fritsch et al., 'Analyzing Voting Power in Decentralized Governance')
How Caper approaches this
A caper has no member-to-delegate system: every member votes their own ranked ballot directly, and voting weight is the product of a member's stake and their earned participation, not a balance that can be assigned away. That deliberately trades the expertise and higher turnout delegation buys for immunity to delegate cartels — there is no aggregated voting bloc to capture, because there are no delegates. The one delegation-like primitive is the VOTE proposal: a caper first decides as a body how to vote, then casts that pre-committed ballot inside another caper — organization-to-organization delegation, resolved by its own members rather than handed to an individual.
References
- a16z crypto, Lightspeed Democracy: what web3 organizations can learn from the history of governance.
- Compound, Governance documentation (delegation-to-vote requirement).
- ENS, ENS DAO documentation.
- Tally, delegate directory and voting platform.
- Fritsch, Müller & Wattenhofer, Analyzing Voting Power in Decentralized Governance (arXiv, 2025).