QTube LearnGovernance and infrastructure Intermediate

DAOs

Vitalik Buterin was already trying to sort “DAO” from neighboring words in a May 2014 Ethereum Foundation post. The 2016 project called **The DAO** was one application, famously exploited, and is not the definition. Today’s DAOs mix token voting, delegation, off-chain polls, on-chain execution, multisigs, treasuries and, in a few places, legal wrappers. “Autonomous” and “decentralized” are degrees. A token is not a citizen. A successful vote is not always a transaction. A Wyoming statute does not make every Discord server a company.

Published
Last reviewed

In brief

Vitalik Buterin was already trying to sort “DAO” from neighboring words in a May 2014 Ethereum Foundation post. The 2016 project called The DAO was one application, famously exploited, and is not the definition. Today’s DAOs mix token voting, delegation, off-chain polls, on-chain execution, multisigs, treasuries and, in a few places, legal wrappers. “Autonomous” and “decentralized” are degrees. A token is not a citizen. A successful vote is not always a transaction. A Wyoming statute does not make every Discord server a company.

The term is a family, not a species

In 2014 Buterin distinguished smart contracts (fixed parties), decentralized applications (unbounded participants, not necessarily financial), decentralized organizations (humans following a protocol, with property), and decentralized autonomous organizations (automation at the center, humans at the edges, plus internal capital). He treated Bitcoin as barely crossing into DAO territory. The post is a terminology essay, not a statute.

Eight years later he argued that DAOs are not corporations, and that the places where decentralization matters are specific: concave decisions that benefit from compromise, censorship resistance, and credible fairness when a system plays a nation-state-like role (oracles, courts, public-goods funding). That is a design argument. It is not a description of every organization that put “DAO” in its name.

ethereum.org’s current explainer is simpler and more promotional: member-owned communities, treasuries that need group approval, proposals and votes. Useful as a beginner sketch. Incomplete as a map.

Membership and voting

Common patterns:

  • Token voting. In a common design, voting weight follows token balance or delegated balance. MakerDAO’s MKR is ethereum.org’s example: the token is tradable, so voting power can be acquired. This is token-weighted voting, not one-person-one-vote.
  • Share-based membership. Closer to a club: apply, offer a tribute, receive shares that are both voice and a claim on the treasury.
  • Reputation. Non-transferable points for participation. ethereum.org cites DXdao as a historical example. Reputation cannot be bought on an open market if the implementation actually forbids transfer.
  • Delegation. Token holders assign voting power to someone who pays attention. ethereum.org cites ENS. Delegation can increase turnout and can concentrate power in a few delegates.
  • Multisig governance. A small set of named signers hold the keys. A larger group may vote; the signers execute. This is extremely common. It is closer to a board than to an automaton.

Quorum (minimum participation), passing thresholds, and vetoes are parameters. Low quorum plus a bored token distribution is how a small coalition passes a surprising proposal. High quorum is how a DAO freezes.

On-chain versus off-chain

On-chain governance: the vote is a transaction (or a sequence of them). If quorum and majority are met, the same system can queue an executable action. Ethereum.org uses Nouns as an example, but live veto and execution rules must be checked in the protocol rather than assumed from a generic explainer.

Off-chain governance: discussion and signaling happen on a forum or a snapshot of balances. A multisig or a small committee then pushes the transaction. Cheaper, more flexible, more trust in the signers.

Many well-known DAOs are hybrids: off-chain temperature checks, on-chain execution for money movement, a security council that can pause.

Buterin’s 2014 line — automation at the center, humans at the edges — is an ideal. Most named DAOs are humans at the center with some automation at the edges.

Execution, treasuries and emergency powers

A treasury is just assets in a contract or a set of accounts. Spending them requires whatever the program demands: a successful vote, N-of-M signatures, or a single admin key.

Emergency powers — pause, guardian, “emergency spell” — exist because exploits are faster than weekly votes. They are also how a DAO stops being autonomous for a weekend, or forever. The EEA DeFi guidelines treat privileged smart-contract operators as a first-class governance risk. They also use the April 2022 Beanstalk exploit as an example of temporarily acquired voting power enabling a malicious governance action.

Token holders who do not vote still get the outcome. Delegation can improve participation, but it can also concentrate effective power. A 2024 empirical study of Compound, Uniswap and ENS found that a majority of voting power was concentrated among a small number of addresses, although those addresses rarely overturned the preference of less influential voters.

The DAO (2016), which is not “DAOs”

The DAO was a specific Ethereum contract that raised ether to invest according to token-holder votes. The SEC’s later investigation reports that it sold about 1.15 billion DAO tokens for roughly 12 million ETH from 30 April through 28 May 2016. On 17 June, Vitalik Buterin posted that an attacker was draining it via a recursive-calling vulnerability in the split function. Ether sat in a child DAO with a creation window of about 27 days. The post said Ethereum itself was uncompromised. A later hard fork moved funds; that fork was a social decision about one application, and it split the community. The episode is a lesson about reentrancy and about putting a very large treasury in new code. It is not the origin of the word, and it is not a verdict on every later DAO.

Legal wrappers

Code alone does not create a legal person. A group needs to meet the requirements of an applicable legal form.

Wyoming’s 2021 Decentralized Autonomous Organization Supplement is a concrete example. It lets an LLC elect DAO status through its articles of organization and permits member-managed or algorithmically managed structures, subject to the statute’s requirements. That is not blanket legal recognition for every group using the label “DAO.” Other jurisdictions differ, and this article is not legal advice or a survey of current law.

A legal wrapper may address some liability and contracting questions, but its effect depends on its documents and governing law. It does not make every token vote legally binding on outsiders or guarantee recognition in another jurisdiction.

Maker, ENS and the spectrum

  • MakerDAO (now part of a broader “Sky” rebrand in some materials) is infrastructure: a collateralized stablecoin and a set of parameter votes. ethereum.org uses it as the token-membership example. Buterin (2022) treats Maker-like systems as the sort of DAO where credible neutrality and oracle integrity matter more than corporate agility.
  • ENS uses delegation so holders who do not vote can still be represented.
  • Nouns is ethereum.org’s example of automatic execution after a successful on-chain vote; its current veto and execution rules are implementation details that can change.
  • UkraineDAO, in Buterin’s 2022 discussion, split work into pods with a thin center — closer to a grant network than to a public company.

None of these is “the” DAO. They are points on several axes at once: who votes, what executes, who can stop it, whether the law has a name for it.

Degrees, not slogans

| Claim | What to check | | --- | --- | | Decentralized | Token distribution, delegate concentration, multisig membership, hosting of the website, who can upgrade | | Autonomous | Whether a vote executes without a human, and whether a guardian can override | | On-chain | Whether the vote and the spend are transactions, or only the spend | | Democratic | Voting rule (token vs person vs reputation), quorum, turnout | | Legal | Jurisdiction, wrapper, remaining personal liability |

A DAO can be a useful way to coordinate a treasury in public. It can also be a company with extra steps, or a group chat with a logo. The initials do not decide which.

Sources & further reading

  1. DAOs, DACs, DAs and More: An Incomplete Terminology Guide Vitalik Buterin · Ethereum Foundation Blog Primary · Reporting

    Primary early taxonomy separating smart contracts, decentralized organizations, and DAOs.

  2. DAOs are not corporations: where decentralization in autonomous organizations matters Vitalik Buterin Secondary · Analysis

    Design argument about concave decisions, censorship resistance, credible fairness, and different organizational needs.

  3. What is a DAO? Ethereum.org Primary · Documentation

    Ethereum-focused examples of token, share, and reputation membership; delegation; automatic execution; and multisig governance. Promotional generalizations are not repeated as facts.

  4. CRITICAL UPDATE Re: DAO Vulnerability Vitalik Buterin · Ethereum Foundation Blog Primary · Reporting

    Contemporaneous primary account of the recursive-call exploit and child-DAO withdrawal delay.

  5. Report of Investigation Pursuant to Section 21(a) of the Securities Exchange Act of 1934: The DAO U.S. Securities and Exchange Commission Secondary · Standard

    Independent official account of The DAO’s token sale and governance structure; also shows that legal treatment turns on facts, not the DAO label.

  6. Analyzing voting power in decentralized governance: Who controls DAOs? Robin Fritsch, Marino Müller and Roger Wattenhofer Secondary · Paper

    Empirical evidence on voting-power concentration in Compound, Uniswap, and ENS, with a qualification about observed vote outcomes.

  7. Decentralized autonomous organizations Wyoming Legislature Secondary · Standard

    Enacted Wyoming DAO Supplement: formation, election of DAO status, member- versus algorithmic management, and statutory conditions.

  8. EEA DeFi Risk Assessment Guidelines Enterprise Ethereum Alliance Primary · Documentation

    Governance, privileged-operator, multisig, and governance-attack risks, including the Beanstalk example.

  9. Introduction to smart contracts Ethereum.org Primary · Documentation

    N-of-M multisig mechanics and their use in simple DAO governance.