DAOs & Governance
Decentralized decision-making: proposals, on-chain voting, multisig wallets, timelocks, and how communities run protocols.
What Is a DAO?
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 On-Chain Governance?
On-chain governance means proposals, votes, and execution all happen directly on the blockchain through smart contracts. When a vote passes, the result is enforced automatically by code, not by trusting someone to follow through. Every vote is publicly recorded, verifiable, and permanent. It contrasts with off-chain governance where votes are advisory and a separate entity executes decisions.
What Is a Governance Proposal?
A governance proposal is a formal submission to a DAO requesting a specific action: allocating treasury funds, changing protocol parameters, upgrading smart contracts, or establishing new policies. It typically includes a description of the change, its rationale, implementation details, and the on-chain actions that will execute if approved.
What Is Quorum (In DAO Voting)?
Quorum is the minimum amount of voting power that must participate in a governance vote for the result to be valid. If quorum is not reached, the proposal fails regardless of the approval ratio. A vote where 100% of participants approve still fails if only 2% of token supply voted and quorum is set at 5%. Quorum prevents tiny minorities from making binding decisions for the entire community.
What Is a Multisig (Mechanics)?
A multisig (multi-signature wallet) requires multiple private keys to authorize a transaction. Instead of one person having full control, a group of signers must collectively approve (e.g., 3-of-5 means any 3 of the 5 keyholders must sign). It distributes trust, prevents single points of failure, and is the standard for managing DAO treasuries, protocol admin keys, and high-value corporate holdings.
What Is a Timelock (Smart Contract Governance)?
A timelock is a smart contract that enforces a mandatory delay between when a governance action is approved and when it actually executes. If a malicious proposal passes, the timelock gives users and the community time to react (withdraw funds, organize opposition, or trigger emergency mechanisms) before the harmful action takes effect.
What Is Delegated Voting?
Delegated voting lets you assign your governance voting power to another address (a delegate) who votes on your behalf. You keep your tokens; they get your votes. If your delegate votes in ways you disagree with, you can redelegate to someone else or reclaim your votes at any time. It solves the participation problem in DAOs where most token holders do not actively vote.