A decentralized autonomous organization (DAO) is a member-owned organization that runs on a blockchain: its rules, its membership, and its treasury are governed by transparent smart contracts and collective votes rather than by a board, a CEO, or any central authority. Decisions are proposed and ratified by the members, and approved actions execute automatically in code. In the words of the Ethereum Foundation, a DAO is "a collectively-owned, blockchain-governed organization working towards a shared mission" — "an internet-native business that's collectively owned and managed by its members," with "built-in treasuries that no one has the authority to access without the approval of the group." (ethereum.org)
How a DAO works
Three properties distinguish a DAO from a traditional company or an ordinary online community:
- Decentralized. No single person or small group controls the organization. Authority is distributed across the membership, and the treasury is held by the contract, not by an executive who can act unilaterally.
- Autonomous. The organization's core rules are encoded in smart contracts that run exactly as written. When a proposal passes, the contract carries out the result — moving funds, changing a parameter, granting a role — without needing a trusted intermediary to act.
- Organization. It still coordinates people toward a shared purpose: funding a protocol, investing a treasury, awarding grants, or running a community. The novelty is how the coordination is enforced — by code and votes rather than by contracts of employment and corporate law.
In practice a DAO is a stack of tools rather than a single program: a governance token or membership credential that confers voting power, a place to discuss and draft proposals (typically a Discourse forum), a voting venue (off-chain on Snapshot or on-chain through a Governor contract), and a treasury — usually a Safe multisig or a contract-controlled vault — that releases funds only when a vote authorizes it (see DAO treasury management). The governance model determines how votes are weighted and counted, and the proposal lifecycle governs how an idea becomes a binding on-chain action.
DAO vs. the traditional company
The DAO form trades the familiar guarantees of corporate law for transparency and programmable, permissionless participation:
- Control. A company concentrates authority in directors and officers; a DAO distributes it across token holders or members who vote, often from anywhere in the world without permission.
- Transparency. Company finances and decisions are usually private; a DAO's treasury, proposals, and votes are recorded on a public ledger that anyone can audit.
- Enforcement. A company relies on courts and the legal system to enforce its bylaws; a DAO relies on code that executes automatically — fast and tamper-resistant, but unforgiving of bugs.
- Legal status. A company is a recognized legal person with limited liability; many DAOs have no legal wrapper at all, which can expose members to unlimited liability unless the DAO adopts a legal structure such as a Wyoming DAO LLC or a Marshall Islands DAO LLC.
The defining advantage — and risk — is the same: "the DAO code is hard to alter, so the rules can't be changed without people noticing," and there are "no confusing hierarchies" to navigate, but a flaw in that code can be catastrophic, as the original DAO discovered. (ethereum.org/dao)
What DAOs are used for
The label covers a wide range of organizations. The most common types of DAOs include:
- Protocol DAOs govern a piece of DeFi or infrastructure — adjusting fees, parameters, and treasury — such as Uniswap, Sky (formerly MakerDAO), Aave, Curve, Lido, or Optimism.
- Investment / venture DAOs pool capital to make collective investments, distributing returns to members.
- Grant DAOs fund public goods and ecosystem work, exemplified by Gitcoin's quadratic-funding rounds.
- Social, collector, and service DAOs coordinate communities, pooled NFT collections, and on-demand work for other organizations.
The form has also produced landmark one-off experiments — ConstitutionDAO raised roughly $47M from about 17,000 people in a week to bid on a copy of the U.S. Constitution — and is the subject of continuous live governance drama: as recently as June 2026, researchers and journalists have documented how voting power in large DAOs keeps re-concentrating despite the decentralized ideal, and the ENS DAO saw its founder deploy roughly half the active voting power to block a governance proposal — a reminder that the gap between the decentralized promise and the centralized reality is where most of the field's hard problems live.
Benefits and limitations
Benefits: open, permissionless participation; a transparent, on-chain treasury no single party can raid; automatic, trust-minimized execution; and global coordination without intermediaries.
Limitations: smart-contract risk (a bug can drain everything, as in The DAO hack); plutocracy and voter apathy in token-weighted systems; legal and regulatory uncertainty; and the slowness of deciding everything by vote. The a16z DAO Canon collects the foundational writing on both the promise and these failure modes.
How Caper approaches this
A caper is a DAO with a built-in fundraising and exit mechanism: members fund a shared treasury through an on-chain bonding curve, govern it with ranked-choice voting weighted by both stake and demonstrated participation, and can always exit for a pro-rata share of the treasury set by that same earned weight. It is one answer to the recurring DAO problems above — capture, apathy, and the absence of a clean exit — built so voice and exit are the same number. The neutral mechanics those Caper pages describe sit inside the wider landscape this article maps.
References
- Ethereum Foundation, Decentralized autonomous organizations (DAOs) — the canonical plain-language primer.
- Wikipedia, Decentralized autonomous organization — history, structure, and legal status.
- a16z crypto, The DAO Canon — a curated library of foundational DAO writing.
- Vitalik Buterin, Moving beyond coin voting governance (2021) — on plutocracy and the limits of token voting.
- Forbes, DAOs Keep Centralizing (2026) — why governance power re-concentrates.