Knowledge base
HomeCapersWiki homeEssays
How Caper worksFoundationsRaising & marketsGovernanceEditorial policyHelpGeneral referenceDAOsDAO governance & toolingDecentralized scienceEconomics
  1. Wiki
  2. /
  3. DAO governance & tooling
  4. /
  5. Concepts
  6. /
  7. Fundamentals
  8. /
  9. What is a DAO?

PreviousVoting power activation and delegation thresholdsNextWho pays to execute a passed proposal
MANIFESTO · CAPER / OWN THE GAME
An organization that raises and deploys its own capital. A market that never closes. Governance that can't be captured.
TermsPrivacy
Σ TVL:√3M|24H VOL:√0|CAPERS:14
LAUNCHGOVERN

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: researchers and journalists have documented how voting power in large DAOs keeps re-concentrating despite the decentralized ideal, and the ENS DAO supplied a precise illustration in June 2026. On [6.45] Renewal of the Security Council, 73 addresses cast 4,745,537 votes and a single one of them – ENS founder Nick Johnson – carried 3,261,042 of that total, about 69 percent. He did not use it to block anything: he chose abstain, and wrote on the forum that he "firmly support[s] renewing" the council while warning he would oppose any version free to veto policy it merely disagreed with. The proposal carried on 1,274,195 for against 85,203 opposed. That is the more instructive shape of the problem: the concentration was decisive of the record without being decisive of the result, and a holder that large shifts the argument by saying what he might do later rather than by voting against anything today.

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, once they hold the soulbound vote token the call spends – minted the moment they trade or vote, with nothing escrowed and nothing to wait for – can exit at any time 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

  • Snapshot, ENS [6.45] Renewal of the Security Council (June 2026) – the per-voter tally behind the concentration figure above.
  • Nick Johnson, comment on [6.45], discuss.ens.domains (23 June 2026) – the stated reasoning behind the abstention.
  • 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.
TermDecentralized Autonomous Organization (DAO)
DefinitionA member-owned organization whose rules and treasury are governed by smart contracts and collective on-chain votes, with no central management
Coordinated byCode (smart contracts) + token- or membership-based voting
First use"The DAO," Ethereum, April 2016
Common typesProtocol · Investment · Grant · Social · Collector · Service
RelatedGovernance models, Voting mechanisms, What is a caper