A DAO (decentralized autonomous organization) is an organization whose rules are encoded in smart contracts and enforced automatically on-chain. Major decisions, including fee changes, treasury allocations, and protocol upgrades, are made by token holder votes rather than a board or management team. Passed proposals execute without a human approving the execution step.

How DAO governance works

Token holders submit proposals and vote using their tokens as voting weight. If a proposal reaches the required quorum and approval threshold, the smart contract executes the change automatically. In practice, most DAOs use a delegation system, where token holders delegate their voting power to active participants who stay current with proposals. Direct participation rates are typically 3–8% on most votes.

DAOs operate across the full range of DeFi: lending protocols (Aave, Compound), DEXes (Uniswap, Curve), stablecoins (MakerDAO/Sky), yield aggregators (Yearn). Each has a slightly different governance structure. Some require on-chain execution via Timelock contracts; others use off-chain signaling (Snapshot) followed by on-chain implementation by a multisig.

What this means for traders

DAO governance creates protocol risk that does not show up in standard technical analysis. A malicious actor who accumulates enough voting tokens can push through proposals that harm the protocol, adjusting fee parameters, draining the treasury, or whitelisting compromised contracts. The Beanstalk exploit in April 2022 is the textbook case: an attacker borrowed voting power via a flash loan, passed a malicious proposal in a single transaction, and drained $182 million. The attack happened in 13 seconds.

Token price often responds to major DAO votes. Monitoring Snapshot and Tally for proposals that materially change protocol economics, including fee switches that route revenue to token holders and treasury diversification decisions, is worth tracking for anyone holding governance tokens. For how smart contracts underpin DAO execution, see smart contracts explained. DAOs also frequently govern ICO-era protocols; see ICO mechanics for the connection.

A concrete example

In 2023, MakerDAO’s DAO voted to allocate $500 million of DAI reserves into US Treasury bills through a series of governance proposals, capturing yield that had previously gone uncollected. The vote passed with 76% approval. That single governance decision changed the risk-return profile of holding DAI and improved the protocol’s revenue. Traders who monitored Maker’s governance forum spotted the proposal weeks before it affected DAI’s market positioning and adjusted accordingly.

Frequently asked questions

Do DAO tokens give you real ownership?
Governance rights, not equity in a legal sense. You can influence protocol decisions proportional to your token holdings. You cannot claim a direct share of protocol revenue unless the DAO has enacted a specific fee switch distributing revenue to token holders, which some have (Curve, GMX) and many have not.

Is DAO governance actually decentralized?
Often less than the design implies. Whales and VC firms frequently hold concentrated voting power. The Uniswap DAO has a handful of entities collectively controlling enough tokens to pass or block most proposals. Token distribution is the primary determinant of how decentralized governance actually is in practice.

What is a governance attack?
Any action that uses voting power, whether genuinely held or borrowed via flash loans, to pass a proposal that extracts value from the protocol. Defences include time locks (delays between proposal passage and execution, giving holders time to exit), quorum requirements, and governance guardian multisigs with veto power.