DAO governance: how decentralised organisations make decisions

DAO governance in 2026 looks very different from the on-chain voting experiments of 2021. The early model, large token holder votes passing with 3-5% quorum, dominated by VCs and whales, has given way to more sophisticated structures: delegated voting systems, optimistic governance for low-risk decisions, permissioned contributor councils for operational decisions, and multi-tier frameworks separating protocol parameters from treasury management. Here’s what’s actually working.

What problems have DAOs solved in their governance structures since 2021?

The 2021-2022 DAO governance model had well-documented failures:

  • Voter apathy: Compound governance regularly saw 3-5% quorum from token holders. Most token holders didn’t vote, leading to concentrated power among active delegates.
  • Plutocracy: Token-weighted voting gave large holders disproportionate power. VCs with locked token allocations often had more voting weight than active community contributors.
  • Speed mismatch: Full governance votes took 1-2 weeks, making it impossible to respond quickly to market events, exploits, or time-sensitive opportunities.
  • Governance capture: Compound and other protocols experienced governance attacks where adversarial actors accumulated tokens specifically to pass favorable proposals.

Solutions adopted in 2024-2026:

  • Delegation systems where passive holders assign voting power to active delegates with published voting rationale
  • Tiered governance: operational multisigs handle day-to-day decisions, full token vote for major parameter changes
  • Optimistic governance: approved small-spend proposals execute automatically after a challenge period unless vetoed

How does delegated voting work in DAO governance?

Delegation allows token holders to assign their voting power to a delegate, an individual or organization who votes on their behalf. The delegate must vote (the holder’s tokens count); the holder can revoke delegation at any time. Key implementations:

  • Uniswap DAO: Delegation to recognized delegates with published voting platforms. Delegates publish their positions on major votes and their voting history is publicly tracked. Top delegates control millions in UNI voting power.
  • MakerDAO/Sky: Recognized Delegates system with monthly payment to active delegates proportional to delegated governance power. Creates professional governance participation.
  • Compound: Delegate leaderboard shows top delegates with their voting history and stated positions. Token holders can select delegates based on alignment with their views.
See also  Crypto IRAs: how they work, tax advantages, and what to consider

How do DAOs manage treasuries in 2026?

DAO treasury management has matured from “hold native token, vote on grants” to professional asset management:

  • Diversification mandates: After the 2022 bear market depleted many DAO treasuries (which were 90%+ native token), 2024-2026 governance includes policies to maintain 12-24 months of runway in stablecoins or diversified assets
  • Endaoment structures: Uniswap Foundation and similar structures separate operational funds from long-term protocol treasury, applying different governance requirements to each
  • On-chain yield generation: Idle treasury stablecoins are deployed to T-bill yield (tokenized treasuries: Ondo, BlackRock BUIDL) or low-risk DeFi lending to generate returns while maintaining liquidity
  • Professional treasury committees: Elected multisig committees with financial expertise manage day-to-day treasury operations within bounds set by full token vote

What governance tools do DAOs use in 2026?

  • Snapshot: Off-chain voting using token balances at a snapshot block. No gas required, widely used for temperature checks and signaling before binding on-chain votes. 99%+ of DAO governance discussions start on Snapshot.
  • Tally: On-chain governance execution for Compound-style Governor Alpha/Bravo contracts. Tracks on-chain votes, delegate profiles, and proposal history.
  • Boardroom: Governance aggregator showing cross-DAO voting activity and delegate profiles. Used by institutional voters managing positions across multiple protocols.
  • Discourse forums: Most protocol governance starts as a forum post (Maker Forum, Uniswap Gov, Compound Community) before moving to formal voting. Forum discussion shapes final proposals.

Frequently asked questions

Can a DAO be hacked through its governance system?

Yes, governance attacks are a documented threat. An adversary accumulates governance tokens, typically through borrowing on DeFi protocols to avoid large spot purchases, then passes self-serving proposals before the community can respond. The 2023 Compound governance attack demonstrated this in practice. Standard mitigations include timelock delays (Compound uses a 48-hour delay between proposal passage and execution), high quorum thresholds that are difficult to reach with purchased tokens, and guardian multisigs with veto power over malicious proposals. The tradeoff is that security measures also slow legitimate governance. No mitigation eliminates the risk entirely; it is a function of token distribution and market liquidity.

See also  Crypto legal disputes: SEC enforcement actions, fraud cases, and compliance

How does delegated voting work in practice?

Token holders assign their voting weight to a delegate who votes on their behalf. The holder retains ownership of the tokens and can revoke delegation at any time, often within the same block. Delegates at major protocols like Uniswap and MakerDAO publish voting platforms stating their positions on governance issues, and their voting history is publicly tracked on-chain. MakerDAO pays recognised delegates a monthly stipend proportional to their delegated governance power, creating professional governance participation. Compound and Uniswap maintain delegate leaderboards where token holders can compare voting records before assigning power. The system increases effective participation from passive holders while keeping voting power proportional to economic stake.

What is optimistic governance and which protocols use it?

Optimistic governance allows pre-approved proposals or small-spend decisions to execute automatically after a challenge period unless a veto is triggered. It solves the speed problem: standard governance takes 1-2 weeks for a full vote cycle, while operational decisions often need faster turnaround. Uniswap Foundation uses a version of this for routine grant disbursements within pre-approved budgets. Optimism uses it in its Security Council for time-sensitive protocol updates. The model works for low-risk, high-frequency decisions while reserving full token votes for major parameter changes or treasury allocations above a defined threshold. Challenge periods are typically 24-72 hours with a guardian multisig able to veto during that window.

How do DAOs handle decisions that require speed, such as emergency security responses?

Most mature protocols have a Security Council or guardian multisig that can act within hours on time-sensitive issues without a full governance vote. Ethereum has a Security Council that can pause or patch contracts. Optimism and Arbitrum use similar structures. These councils are elected by token holders and can execute emergency actions within pre-defined bounds, typically limited to defensive measures like pausing contracts or executing pre-approved patches rather than parameter changes or treasury moves. Full token votes are still required for decisions outside those bounds. This two-tier approach balances speed with accountability and is now considered best practice for any protocol holding significant user funds.