Course 05 · Lesson 06

DAOs - Decentralised Autonomous Organisations

~8 min readLesson 06/7Free

A Decentralised Autonomous Organisation - DAO (Decentralised Autonomous Organisation) - is an attempt to build an organisation that operates through transparent rules encoded in smart contracts rather than through traditional corporate structures, management hierarchies, and legal entities. Decisions are made through token holder votes. Treasury funds are managed by smart contracts. Rule changes require governance approval. The vision is radical: organisations that operate according to publicly readable rules, governed by their participants, without the ability of any individual to unilaterally override the agreed framework. The reality is more complex - and considerably messier - than the vision suggests.

What Is a DAO?

A DAO is an organisation - a group of people coordinating toward shared goals - whose rules, treasury, and decision-making mechanisms are implemented as smart contracts on a blockchain. Any holder of the DAO's Governance Token can propose changes to the protocol, vote on existing proposals, and participate in treasury decisions. The smart contracts automatically execute whatever the majority of token holders vote for.

The "autonomous" in DAO refers to the self-executing nature of the smart contracts - once a vote passes, the change executes automatically without requiring any human to manually implement it. The "decentralised" refers to the distribution of governance power across token holders rather than concentrating it in a management team or board of directors.

How DAOs Govern

DAO governance typically follows a defined process. A Governance Proposal is submitted - either by a token holder or a protocol team member - outlining a specific change to the protocol, spending from the treasury, or adjustment to parameters. The proposal undergoes a discussion period where the community debates its merits, followed by an on-chain vote.

DAO GOVERNANCE PROCESS

Step 1: Forum discussion: Proposer posts idea to DAO forum for initial community feedback.
Step 2: Temperature check: Informal off-chain vote (using systems like Snapshot) to gauge interest.
Step 3: Formal governance proposal: Formal submission, requiring a minimum holding threshold to prevent spam.
Step 4: Voting period: Formally executed on-chain. Requires a minimum Quorum and majority vote to pass.
Step 5: Execution: The contract updates automatically. Often has a timelock to allow users to exit if they disagree with the change.

Governance Tokens

Governance tokens grant voting rights proportional to the number held. This creates a direct parallel to shareholder voting in corporations - with a similar concentration problem. Large token holders (venture capital funds, founding teams, early investors) typically hold enough tokens to significantly influence or outright determine governance outcomes, representing a significant Plutocracy Risk.

Governance tokens may also carry economic rights - a share of protocol fees, for example - which creates an alignment between financial interest and governance participation. But the dual role of financial asset and governance instrument creates complex incentives: large holders may vote for changes that benefit their token price rather than the protocol's long-term health.

Real-World DAO Examples

NOTABLE DAO EXAMPLES

MakerDAO: Governs the DAI stablecoin parameters. One of the largest and oldest operating DAOs in the DeFi space.
Uniswap DAO: Governs the Uniswap protocol upgrades and grants. Features a massive treasury but suffers from voter apathy.
Compound DAO: Governs the Compound lending market. Notable for initiating the yield farming era via COMP token distributions.
ENS DAO: Governs the Ethereum Name Service (.eth domains), managing policies and registry fee reserves.

DAO Limitations

DAOs face several fundamental challenges that limit their effectiveness relative to traditional organisations.

Voter apathy is the most pervasive problem. Token holders frequently do not vote - participation rates of 5-15% are common for most protocols. This means a small minority of active participants determines outcomes for all token holders. Plutocracy is the second fundamental problem: wealth equals votes, meaning capital funds dominate. Speed is a third limitation: on-chain votes require days, making them poorly suited to responding quickly to security emergencies or rapid market developments.

KEY TAKEAWAYS
A DAO is an organisation governed by smart contract rules and token holder votes - no traditional management hierarchy.
Governance process: forum discussion → temperature check → on-chain vote → automatic execution if passed.
Governance tokens grant voting rights proportional to holdings - creating concentration of power in large holders.
Real examples: MakerDAO, Uniswap, Compound, ENS - all governance token-based.
Key limitations: voter apathy (5-15% participation common), plutocracy (large holders dominate), slow decision speed.