DAO
Definition
A DAO — decentralised autonomous organisation — is an organisation whose rules of governance are encoded as software running on a blockchain, so that decisions are made by token-weighted vote and executed automatically, without a board, a registered office or a legal person in the conventional sense.
The Idea
The proposition is that the coordination functions of a firm — deciding, allocating funds, enforcing agreements — can be performed by code rather than by management and law. Members hold governance tokens; proposals are submitted on-chain; votes are counted by the contract; and an approved proposal releases funds or changes parameters without anyone having the discretion to refuse. The claim is that this substitutes verifiable execution for institutional trust.
The intellectual lineage runs through Nick Szabo's 1990s writing on smart contracts — agreements whose performance is automatic — and connects to a much older tradition of thinking about organisations as information systems, including Stafford Beer's cybernetic management and Project Cybersyn. The differences are as instructive as the similarities: Beer's system was designed to preserve human judgement at each level of recursion, while a DAO's stated ambition is to remove it.
The DAO and Its Fork
The canonical case is "The DAO," a venture fund launched on Ethereum in April 2016 which raised roughly 12.7 million ether — around US$150 million at the time — making it the largest crowdfunding event to that point. In June 2016 an attacker exploited a reentrancy flaw in its withdrawal function and drained about a third of the funds.
What followed is the more important part. The Ethereum community responded by executing a hard fork that reversed the theft, splitting the chain into Ethereum and Ethereum Classic, the latter continuing under the position that the ledger must be immutable regardless of outcome. The episode is a near-perfect natural experiment on the "code is law" thesis: when code produced an outcome the community found intolerable, the community overrode the code — by a vote conducted socially, off-chain, among people. Governance turned out to be exactly where it had been claimed not to be.
Recurring Problems
- Plutocracy by construction. One token, one vote makes governance proportional to holdings, which reproduces shareholder capitalism with fewer protections.
- Voter apathy. Participation rates in most DAOs are low, so effective control concentrates among a few large holders and the delegates they appoint.
- Off-chain reality. A contract can move tokens; it cannot hire, fire, sign a lease, or appear in court. Most functioning DAOs have a legal wrapper and a core team, which is to say an organisation.
- Liability. Courts have in several cases treated DAO members as general partners, with the unlimited personal liability that implies — the opposite of the intended effect. Wyoming and a few other jurisdictions have created specific legal forms in response.
- Immutability versus error. A bug in a deployed contract may be unfixable by design.
Relevance to Cyborg Anthropology
A DAO is an attempt to build an institution out of executable rules, and its failures are anthropologically more informative than its successes. They demonstrate repeatedly that an organisation is not reducible to its rules: that trust, discretion, reputation and the capacity to make exceptions are load-bearing rather than decorative, and that a system which removes them has not eliminated governance but merely moved it somewhere unaccountable. Compare internalization of moral code — the cheapest governance mechanism remains the one that runs inside people.