DAO: Decentralized Autonomous Organization

A modular, secure, and auditable governance specification for DAOs, combining on-chain governance data with off-chain proposal storage, pluggable voting strategies, robust treasury controls, membership management, and dispute resolution readiness.

DAO governance refers to the framework and mechanisms by which Decentralized Autonomous Organizations (DAOs) make decisions and manage their operations. Unlike traditional organizations with hierarchical management structures, DAOs rely on distributed decision-making processes, typically facilitated by smart contracts and token-based voting. The core principle is to empower stakeholders, usually token holders, to propose, discuss, and vote on changes to the organization's parameters, treasury allocation, or strategic direction. A common governance flow involves proposal submission, where a member (often requiring a minimum token stake) creates a formal proposal. This is followed by a discussion period, allowing the community to debate the merits of the proposal. Subsequently, a voting period commences, during which token holders cast their votes, typically weighted by the number of tokens they hold. Smart contracts automatically tally the votes, and if a predefined quorum and majority threshold are met, the proposal is approved and often automatically executed (e.g., transferring funds from the treasury). Advanced governance models incorporate features like delegation (allowing token holders to assign their voting power to trusted representatives), quadratic voting (reducing the influence of large token holders), conviction voting (where votes gain strength over time), and multi-stage voting processes to refine decision-making and mitigate risks like plutocracy or voter apathy. The Gold Standard DAO Governance Framework is an example of a specification aiming to provide a modular, secure, and auditable system for these processes.

        graph LR
  Center["DAO: Decentralized Autonomous Organization"]:::main
  Pre_philosophy["philosophy"]:::pre --> Center
  click Pre_philosophy "/terms/philosophy"
  Rel_dao["dao"]:::related -.-> Center
  click Rel_dao "/terms/dao"
  Rel_on_chain_governance["on-chain-governance"]:::related -.-> Center
  click Rel_on_chain_governance "/terms/on-chain-governance"
  Rel_advanced_propulsion_systems["advanced-propulsion-systems"]:::related -.-> Center
  click Rel_advanced_propulsion_systems "/terms/advanced-propulsion-systems"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Explain Like I'm 5

It's like a club where everyone who owns a special club [token](/en/terms/token) gets to vote on important decisions, like how to spend the club's money or what new rules to make.

🤓 Expert Deep Dive

DAO governance models grapple with the inherent challenges of decentralized decision-making, including voter apathy, plutocracy, and the speed of consensus. Token-weighted voting, while simple, can lead to control by large 'whales'. Quadratic voting and logarithmic voting mechanisms aim to mitigate this by making additional votes progressively more expensive. Futarchy, where decisions are made based on prediction markets, offers an alternative but introduces complexity. The 'governance trilemma' often highlights trade-offs between voter participation, decision quality, and speed. Off-chain signaling mechanisms (e.g., Snapshot) are frequently used for non-binding polls to gauge sentiment before costly on-chain votes. Treasury management is a critical aspect, requiring robust mechanisms for fund allocation, risk management, and potentially vesting schedules for contributors. Dispute resolution mechanisms, though nascent, are crucial for handling contentious issues and preventing governance attacks.

🔗 Related Terms

Prerequisites:

📚 Sources