A DAO (Decentralized Autonomous Organization) is an organization governed by smart contracts and token-holder votes rather than a traditional corporate board. Members propose and vote on decisions (spending treasury funds, changing protocol parameters, hiring contributors) using governance tokens. Rules are encoded in transparent, auditable smart contracts that execute automatically when votes pass.
What Is a DAO?
3 min read
The short version
A DAO is a company run by its community instead of executives. No CEO makes the final call. Instead, anyone holding the governance token can propose ideas and vote on them. If a proposal gets enough support, the smart contract executes it automatically. The rules are public, the treasury is on-chain, and the decision history is permanent.
How It Works
Core components: (1) Governance token: gives voting weight (UNI, ARB, ENS, etc.). (2) Proposal system: members submit proposals (on-chain or off-chain via Snapshot). (3) Voting mechanism: token-weighted voting with quorum requirements and approval thresholds. (4) Execution: passing proposals trigger on-chain actions via timelock contracts. (5) Treasury: on-chain funds controlled by governance (Uniswap treasury holds ~$3B, Arbitrum ~$4B). DAOs range from highly automated (code executes everything) to "governance theater" (votes happen but a multisig actually controls execution). Real-world legal status varies: some DAOs incorporate as LLCs (Wyoming DAO LLC), foundations (Cayman Islands), or associations (Swiss). Many operate with no legal entity, creating liability ambiguity for members.
How an Arbitrum governance proposal passes
A community member drafts a proposal: "Allocate 5M ARB ($5M) to fund gaming ecosystem grants over 6 months." They post it on the Arbitrum governance forum for 7 days of discussion. After community feedback and revisions, they submit an on-chain proposal requiring 5% quorum (115M ARB voting) and >50% approval. Voting opens for 14 days. Final result: 180M ARB votes For, 40M Against. Quorum met, approval at 82%. The proposal enters a 3-day timelock. After the timelock, the Arbitrum treasury contract automatically transfers 5M ARB to the grants multisig specified in the proposal. The entire process took about 4 weeks, with every vote recorded permanently on-chain.
What People Get Wrong
DAOs are leaderless organizations
Most functioning DAOs have informal leaders, core contributor teams, and delegates who hold outsized influence. The governance token distributes formal voting power, but social influence, information asymmetry, and active participation create de facto leadership hierarchies.
DAOs are more efficient than companies
DAOs are typically slower (proposals take weeks), lower-participation (5-20% voter turnout), and struggle with operational decisions that need daily speed. Their strength is legitimacy and censorship resistance, not efficiency. Many DAOs use hired teams for execution and reserve token voting for high-level strategic decisions.
Anyone with tokens controls the DAO equally
Governance is plutocratic: more tokens = more votes. A whale holding 5% of supply has more power than 1,000 small holders combined. Delegation helps redistribute influence, but wealth concentration in DAO governance mirrors wealth concentration everywhere else.
Keep Reading
Sources & Further Reading
Questions People Also Ask
- How do I join a DAO?
- Buy or earn the governance token on an exchange or DEX. Once you hold it, you can participate in governance (vote, delegate, propose). Some DAOs also have contributor roles that require applying through their forums or Discord. Participation is permissionless at the voting level.
- Can DAOs be shut down?
- If the smart contracts are immutable and the community continues to participate, a DAO is very difficult to shut down through traditional means. However, if all contributors leave, the treasury drains, or the underlying protocol becomes unused, the DAO effectively dies from neglect rather than enforcement.
- Are DAOs legal?
- Legal status varies by jurisdiction. Wyoming and other states allow DAO LLCs. Many DAOs operate as unincorporated associations, which creates personal liability risk for active members in some jurisdictions. Legal frameworks are still developing globally.