What is a DAO?
A decentralized autonomous organization coordinates capital and decisions through on-chain voting — governance where the org chart is a smart contract.
A Decentralized Autonomous Organization (DAO) is a group that coordinates around a shared treasury and set of rules encoded in smart contracts, with decisions made by token-holder vote instead of by a CEO or board. In practice, DAOs run protocols, manage investment treasuries, operate grants programs, and sometimes attempt to run businesses.
The mechanics
At the core of most DAOs is a governance token. One token usually equals one vote. Holders can propose changes — parameter tweaks, treasury spending, contract upgrades — and vote on other members' proposals. If a proposal clears its quorum and approval thresholds, the linked smart contract executes automatically.
Modern DAOs rarely vote on every routine decision. Instead, they delegate: a proposal might hand a working group a multi-million-dollar budget, give a security council the ability to pause contracts in an emergency, or appoint a foundation to run off-chain operations. Tools like Snapshot let token holders signal off-chain cheaply, while Tally and Compound's Governor Bravo stack executes binding on-chain votes.
What DAOs actually do
A few categories dominate:
Protocol DAOs. Uniswap, Aave, Compound, MakerDAO — DAOs that govern the parameters of a DeFi protocol. Fee tiers, supported assets, treasury grants, risk parameters. These are by far the largest and most functional DAOs, with treasuries in the hundreds of millions or billions of dollars.
Investment DAOs. Pooled capital that invests in early-stage crypto projects or NFTs. The most famous example, The LAO, operates as a Delaware LLC on the back end and a voting contract on the front.
Grants and public-goods DAOs. Gitcoin, Optimism's RetroPGF rounds, and the Ethereum Foundation's various programs all coordinate funding for open-source work.
The governance problem
DAOs have real weaknesses. Voter turnout is usually under 10 percent, which means small coalitions of large holders effectively decide outcomes. Governance attacks — buying or borrowing enough tokens to pass a self-serving proposal — have drained real money from real protocols. Delegation helps but concentrates influence in a few visible addresses.
There is also a legal wrapper question: in most jurisdictions an unincorporated DAO looks a lot like a general partnership, which exposes members to joint liability. Wyoming's DAO LLC, the Marshall Islands DAO, and the Cayman Foundation Company are the most common wrappers used to solve this.
Why they still matter
The first decade of DAOs has been messy, but the experiment is serious: how do you run a collectively owned network with a public treasury and no CEO? We don't know the answer yet, but MakerDAO has survived a bank collapse, and Uniswap governs a protocol with billions in TVL. Whatever the next decade looks like, on-chain coordination is not going away.
More explainers
What is Bitcoin?
The original cryptocurrency: a peer-to-peer cash system secured by proof-of-work and a capped supply of 21 million coins.
What is Ethereum?
A programmable blockchain that executes smart contracts and powers most of DeFi, NFTs, and the rollup ecosystem.
What is DeFi?
Decentralized finance rebuilds lending, trading, and stablecoins as open-source smart contracts — no bank, no paperwork, no intermediary.