Awarizon
WEB3 ACADEMY/GOVERNANCE
GOVERNANCE5 min read

What is a DAO?

Organizations governed by code and token holder votes — no CEO required

A DAO is a Decentralized Autonomous Organization. It is a new form of collective ownership and governance where rules are encoded in smart contracts, decisions are made by token holder votes, and treasuries are controlled by code — not by a CEO, board, or government.

PROPOSAL#0047ON-CHAIN2400YES8100YES1200NO3300YES600NO72% YES28% NO

Traditional organizations vs DAOs

In a traditional company, a CEO and board make decisions. Shareholders vote annually on major issues (if they hold enough shares). The company bank account is controlled by executives. You trust the people at the top to act in everyone's interest.

In a DAO, governance rules are written into a smart contract. Any token holder can submit a proposal. All holders vote on-chain. If the vote passes the required threshold, the smart contract executes the decision automatically — releasing funds, changing parameters, or upgrading the protocol. No CEO needs to sign off.

Traditional Organization
  • CEO/board makes decisions
  • Annual shareholder votes
  • Bank controls treasury
  • Jurisdiction-specific laws
  • Geographic headquarters
DAO
  • Token holders vote on decisions
  • Continuous on-chain governance
  • Smart contract controls treasury
  • Code enforces rules globally
  • Exists purely on-chain
  1. 01A community member submits a proposal (on Snapshot for off-chain signaling, or directly on-chain)
  2. 02The proposal includes a description, the on-chain action to execute, and a voting period (typically 3–7 days)
  3. 03Token holders vote: 1 token = 1 vote in most DAOs (some use quadratic voting to reduce whale influence)
  4. 04If the vote passes the quorum (minimum participation) and approval threshold (e.g., 60%), the proposal is queued
  5. 05After a time lock period (security delay), anyone can trigger execution
  6. 06The smart contract automatically executes the approved action — no human approval needed
  • MakerDAO — Governs the DAI stablecoin. MKR token holders vote on collateral types, stability fees, and protocol upgrades. Treasury holds hundreds of millions in RWAs.
  • Uniswap DAO — Controls the $2B+ Uniswap treasury. UNI holders have voted on fee distributions, protocol upgrades, and grants.
  • Compound Finance — Governs the Compound lending protocol. COMP holders control interest rate models and asset listings.
  • Nouns DAO — One NFT auctioned daily. Each NFT is a vote. Treasury grows by one ETH per day and funds public goods projects.
  • Friends with Benefits (FWB) — Cultural DAO. Token holders access an exclusive community of creators, builders, and artists.
  • Constitution DAO — In 2021, raised $47M in ETH in 72 hours trying to buy a copy of the US Constitution. Lost the auction but proved DAOs can mobilize capital at speed.
  • Low participation — Most token holders do not vote. Governance often dominated by a small, active minority.
  • Plutocracy — Large token holders (whales) can dominate votes. 1 token = 1 vote naturally favors wealth.
  • Slow decisions — On-chain governance takes days to weeks. Emergency responses are difficult.
  • Legal uncertainty — Which laws govern a DAO? Are token holders liable? Most jurisdictions lack clear answers.
  • Smart contract risk — If governance contracts have vulnerabilities, attackers can drain treasuries through malicious proposals.
  • Complexity for new users — Voting, delegation, and proposal creation are not user-friendly for non-technical participants.
The future of DAOs

Despite challenges, DAOs represent a genuinely new model for human coordination. They are most effective for treasury management, protocol governance, and community ownership. Legal wrappers (Wyoming DAO LLC, Marshall Islands DAO) are emerging to give DAOs legal standing.

KEY TERMS GLOSSARY
Governance Token

A token that grants voting rights in a DAO. Holding more tokens means more voting power.

Proposal

A suggested change or action submitted for DAO vote, including the on-chain transaction to execute.

Quorum

The minimum percentage of tokens that must vote for a proposal to be valid.

Snapshot

An off-chain voting tool used by many DAOs for gasless, non-binding governance signaling.

Time Lock

A mandatory delay between a vote passing and its execution, allowing the community to react to malicious proposals.

Multi-sig

Multi-signature wallet often used as DAO treasury control requiring several signers to approve transactions.