Hashtag Web3 Logo

What is a DAO? A Beginner's Guide to Decentralized Orgs

What is a Decentralized Autonomous Organization (DAO)? Learn how DAOs work, how voting and treasuries function, real examples, trade-offs, and how to join or start one.

What is a DAO? A Beginner's Guide to Decentralized Orgs - Hashtag Web3 article cover

A DAO is a collectively owned organization whose rules and treasury live in smart contracts on a public blockchain. Members propose and vote on decisions, and the code executes the result. There is no CEO who can spend funds on a whim.

This guide explains what a DAO actually is, who it fits, how it works in practice, where it helps and where it struggles, and how you can evaluate, join, or start one without hype.

What Is a DAO

A Decentralized Autonomous Organization is software on a blockchain that manages permissions for a group. The smart contracts define who can do what and under which conditions, and they hold the group's treasury. Once deployed on Ethereum, no one can change the rules except by a vote. If an action is not covered by the code, it fails.

Ethereum.org describes DAOs as member-owned communities without centralized leadership, a safe way to collaborate with internet strangers, and a safe place to commit funds to a specific cause. Aragon frames it the same way: D is for Decentralized - built on trustless, permissionless infrastructure that no single actor runs or can turn off. A is for Autonomous - permissions and execution are handled by code, not by a manager. O is for Organization - actors with wallets coordinate toward a shared goal. The actors can be people, teams, or in the future automated agents.

A blockchain is required. Without on-chain smart contracts for rules and funds, you have a group chat with a bank account, not a DAO. The frontend can still look like a normal website. You do not need to write code to participate.

Who It Is For and Who It Is Not For

DAOs fit when you need transparent, collective control of shared resources or of a protocol that no single company should own.

Good fit:

  • - Protocol stewards.

**Teams that ship open infrastructure and want users to govern upgrades, fees, and treasury. Uniswap, Sky (formerly MakerDAO), Aave, Curve, and ENS all use DAO governance for protocol parameters.

  • **Investment and grants groups.

**People pooling capital to back projects, artists, or research, then voting on allocations and sharing proceeds. Repaid funds can be redistributed by code.

  • **Charities and cause funds.

**Groups that take global donations and vote on which causes to fund. Ukraine DAO and Unchain Fund ran this model for wartime relief.

  • **Collectors and co-owners.

**Communities buying and managing physical or digital assets together, from 40 acres of land to NFT collections, with votes on how to use them.

  • **Social and builder collectives.

Worker co-ops, product squads, and community hubs that want a shared treasury and public voting record. Examples include BanklessDAO, Friends with Benefits, and developer guilds. Poor fit:**- Early startups that need daily decisions and private strategy. A 14 to 30 day governance cycle will slow you down.

  • Work that depends on deep technical judgment where a token vote by non-experts can produce worse outcomes than an expert call.
  • Anything that requires reversibility or confidentiality. On-chain votes and transfers are public by default and hard to undo.

How a DAO Works

The backbone: smart contract plus treasury

The smart contract is the DAO's rulebook and vault. It encodes voting rules, quorum and approval thresholds, and how funds move. Smart contracts are if-then programs. You sign a transaction that meets the condition, every node in the network runs the code, and if consensus is reached the chain state updates. As Aragon notes, the contract enforces itself like a vending machine: insert the right input, get the defined output, no intermediary needed.

Two properties matter on Ethereum. First, code is tamper-proof once live. You cannot edit it without a visible on-chain transaction, so members can verify the rules. If the DAO built in an upgrade path, that path itself is governed - for example an update proposal must pass before new code replaces the old. Second, the contract can send and receive funds, so the group does not need a trusted custodian to hold the pot.

From idea to operating DAO

A typical path looks like this:

Define purpose and permissions. Decide which decisions need a vote and which can be delegated. Write those parameters into the DAO framework. This includes what constitutes a valid proposal and how much support is needed. 2.

Set membership. Choose token-based, share-based, or reputation-based membership. More on those below. 3.

Fund the treasury. Members deposit ETH, stablecoins, or governance tokens. For protocol DAOs, funding also comes from the initial token allocation and ongoing protocol fees routed to the treasury. 4.

Hold the first votes. Discussion happens off-chain, then an off-chain signal vote, then the binding on-chain vote, then a timelock, then automatic execution.

In practice, creating an LLC, partnership agreement, and bank account can take weeks and cost thousands in legal fees. Creating a DAO via a framework like Aragon, DAOHaus (which has helped launch more than 7,000 DAOs), Tally Governor, Colony, or DeGov Launcher can be done in hours for the cost of deployment and gas. The trade-off is you inherit smart contract risk and public transparency whether you want it or not.

Governance flow you will actually see

Most large DAOs follow a four-stage pattern, not a single click to vote:

  • **Forum discussion.

**A draft is posted on Discourse or Commonwealth. For Uniswap this is gov.uniswap.org, for Aave governance.aave.com, for Sky the Maker forum. Discussion runs 5 to 14 days.

  • **Temperature check on Snapshot.

**Token holders sign a gasless vote to show support without moving funds. Uniswap uses 25M UNI for Snapshot quorum, Aave uses 80K AAVE.

  • **Binding on-chain vote.

**If the check passes, the proposal moves to the governance contract. Many use Compound Bravo (Uniswap, Aave, Compound, Optimism), others use Tally's Governor or a custom system like Curve's vote-escrowed veCRV. Voting lasts 3 to 7 days. Uniswap requires 40M UNI to pass an on-chain governance proposal. Curve requires locking CRV to get veCRV, with voting power that decays over time.

  • **Timelock and execution.

**Passed proposals sit in a timelock for 2 to 7 days so the community can react if the code contains a bug. After that, anyone can call the execute function. End to end, a treasury spend often takes 14 to 30 days.

Membership models

Ethereum.org lists three common models. They solve different problems.

  • **Token-based.

**Permissionless. You buy or earn the governance token on a decentralized exchange and can vote immediately. Used for broad protocol governance. Famous example: Sky's MKR is widely traded and anyone who holds MKR can vote on stability fees, collateral types, and budget allocations. Uniswap's UNI works the same way for fee tiers and chain deployments.

  • **Share-based.

**More permissioned. You submit a proposal to join and offer a tribute in tokens or work. Shares equal direct voting power and ownership, and you can ragequit with your pro-rata share of the treasury. Used for investment clubs, charities, and worker collectives. Moloch-style DAOs on DAOHaus follow this.

  • **Reputation-based.

**Non-transferable. You cannot buy, sell, or delegate reputation. You earn it through contributions and it grants voting power but not financial ownership. Well suited to public goods and protocol development where buying influence would be harmful. DXdao used this model to govern a suite of DeFi products since 2019.

You do not need a token at all. Some DAOs grant voting by allowlisted wallet: one authorized wallet equals one vote.

How voting power and execution vary

  • **One token equals one vote.

**Your power is proportional to holdings. Simple to understand, but whales dominate.

  • **One wallet equals one vote.

**Power is equal per allowlisted address. Harder to sybil-proof.

  • **Delegation.

**Holders delegate to engaged delegates who steward the protocol and vote on their behalf. ENS popularized this: ENS holders can delegate to ranked community delegates. It treats apathy with representation rather than requiring everyone to read every proposal.

  • **Vote-escrow.

**Lock tokens longer to get more power. Curve's veCRV is the canonical example. Longer lock signals alignment.

  • **Automatic versus multisig execution.

**In Nouns DAO, if quorum is met and a majority approves and founders do not veto, the transaction executes automatically. In many other DAOs, even with thousands of voters, funds sit in a Safe (formerly Gnosis Safe) multisig controlled by 5 to 20 doxxed signers. After the vote passes, signers execute the community's will. This adds a human layer that helps with speed for routine ops but reintroduces trust.

Treasury management at scale

A treasury is the DAO's vault. As of Q1 2026, trackers put collective DAO treasuries above $20B in liquid assets. DeepDAO and analytics reviews for that period list Uniswap around $4.8B (mostly UNI vesting), Sky around $3.9B, Optimism around $2.1B, Arbitrum around $1.7B, and Lido around $1.4B. Most treasuries hold 60 to 90 percent in their own native token, which creates a structural problem: selling it needs a governance vote, moves the price, and signals low conviction. Teams therefore manage around the stablecoin and ETH slice.

Sources of funds include initial allocations (Uniswap allocated 43 percent to its treasury vesting over four years, ENS 50 percent, Optimism 25 percent to its foundation), ongoing protocol revenue (Aave's Collector has aggregated on the order of $190M through Q1 2026, Lido captures about 5 percent of staking rewards, Uniswap began routing protocol fees via the fee switch in late 2025), and yield on idle assets. Many treasuries now deploy stable reserves into tokenized US Treasury bills such as BlackRock's BUIDL for about 4.4 percent yield with less smart contract risk than DeFi lending markets. Sky reports over $2B across tokenized RWA positions including BlockTower Andromeda, ENS and Optimism also hold BUIDL allocations.

Operations have professionalized into three patterns: a service-provider model where governance approves a manager and a risk envelope and the manager publishes monthly reports (Sky uses Steakhouse Financial, Phoenix Labs, Block Analitica); a treasury committee with multisig authority within a policy (Aave, Uniswap, ENS); and fully on-chain, proposal-by-proposal allocation. Tooling clusters around Tally for on-chain proposals and delegate dashboards, Snapshot for gasless checks, Safe for multisig custody, and Dune dashboards for public transparency.

Pros and Cons

What DAOs do well

  • **No custodian needed.

**Members pool funds from anywhere and vote on uses without a bank or lead signer who can act alone. The treasury requires group approval by code.

  • **Verifiable transparency.

**Votes, transfers, mints, and vault balances are public and auditable by anyone. A Uniswap voter can see how many tokens each address held, how it voted, its rationale posted in the forum, and whether execution matched the proposal.

  • **Programmable incentives.

**You can write alignment into governance. For example, reward voters for participation, or require locking tokens to increase voting weight.

  • **Global coordination at low setup cost.

**Anyone with a wallet can join permissionless DAOs by buying the token, and groups can spin up shared governance in hours rather than months.

  • **Censorship resistance for execution.

**If the vote passes, the code executes. No intermediary can quietly block it unless a veto or multisig was deliberately built in.

Where DAOs struggle

  • **Voter apathy is the norm.

**Turnout is low. In Uniswap, typical participation is 5 to 15 percent of UNI. Routine parameter changes often draw 3 to 8 percent. An ACM study of governance in 2025 found a median majority of 90.49 percent with broad clustering at low turnout and high consensus, and a negative correlation between turnout and closeness - higher turnout tends to mean more contested votes. OpenZeppelin's 2024 review found that in 17 of 23 major DAOs the top 10 delegates together held enough power to pass proposals alone. In one Compound example, a holder with about 1.3 percent of supply reached the 400K COMP quorum and passed a proposal while only 1.6M tokens voted. ArbitrumDAO's 59.83 percent on-chain turnout in April 2025 shows high turnout is possible, but it remains an outlier.

  • **Whale concentration.

**One token equals one vote recreates the power concentration DAOs meant to fix. A few large holders or delegate cartels can decide outcomes. In Lido, research notes about five entities have often been enough to swing decisions. Vote-escrow and reputation models aim to blunt this, but they add complexity.

  • **Complexity and speed.

**Governance is slow and cognitively expensive. Complex choices like integrating protocol X versus Y benefit from expertise, not a popularity contest. And the 14 to 30 day cycle hurts teams that need to ship.

  • **Irreversibility and smart contract risk.

**Once a vote executes, reversing it needs another vote and, for on-chain asset moves, another transaction. Bugs are permanent until repaired. The canonical case is The DAO in 2016. That venture fund on Ethereum raised about 12.7M ETH, roughly $150M at the time or about 14 to 17 percent of all ETH, from over 11,000 participants. A reentrancy bug allowed recursive withdrawals. About 3.6M ETH was drained into a child DAO, worth roughly $60M in June 2016 (reports vary from $50M to $70M with price moves). It was not a flaw in Ethereum itself but in The DAO's contract. Vitalik Buterin first proposed a soft fork to blacklist movement, then the community executed a hard fork to restore funds. Holders who rejected the fork continued the original chain, now Ethereum Classic. The event is why audits, bug bounties, and timelocks are now standard. Even today, a single overlooked function can cost hundreds of millions.

  • **Coordination at scale.

**Different stakeholders gain or lose from the same proposal. Token holders, liquidity providers, builders, and users rarely want the same thing. Frequent small votes also cause fatigue, which reduces attention when a critical vote appears.

  • **Legal and tax ambiguity.

**Wyoming became the first US state to recognize DAOs as LLCs on July 1, 2021 under SF0038, defining a DAO as an LLC whose articles state it is a DAO and list the smart contract identifier. The law allows member-managed or algorithmically managed forms, defaulting to member-managed if silent, and requires upgradeable contracts to file amendments. CityDAO used this to register on July 23, 2021 and on October 29, 2021 bought 40 acres west of Clark, Wyoming near Yellowstone for about $100,000, later raising to an $8.5M treasury peak and winding down in May 2024. Vermont and the Virgin Islands have similar limited statutes, but globally, liability, tax, and whether a DAO can sign contracts remain jurisdiction-dependent. Most large DAOs retain a foundation legal wrapper for that reason.

The honest pattern is hybrid. Even DAOs that aspire to full decentralization end up routing minor, operational, or time-sensitive decisions through a foundation or multisig while reserving protocol upgrades and large treasury moves for token votes. Pure decentralization is not the goal for most; defined boundaries are.

How to Use or Get Started

If you want to evaluate a DAO before joining

  1. **Read the forum, not just the vote.

**On Tally, check who proposed, the discussion on gov.uniswap.org or the relevant forum, quorum reached, and whether execution matched the description. 2. **Inspect the treasury.

**Open the DAO's Dune dashboard and Safe address. Ask: how much is native token versus stablecoins and ETH? How much is actually liquid? A treasury that is 85 percent native token is less flexible than one with stable reserves covering 12 to 24 months of runway. 3. **Map power.

**On Boardroom, Agora, or Tally, list the top delegates and their combined weight versus total supply. If the top 10 can pass alone, treat governance as delegated by default. 4. **Watch the cycle time.

**If every $5,000 grant needs a 30 day vote, expect slow grants. If a multisig can move six figures without a vote, expect faster ops but more trust in signers. 5. **Check gas and chain.

**Mainnet votes cost ETH. Snapshot signal votes are free. Some DAOs now host governance on layer 2 to keep voting under $0.10 and enable more frequent polls.

If you want to join

  • Pick a DAO that matches your interest on DeepDAO, DAOHaus Explore, Tally Explore, or DeGov. Protocol DAOs include Uniswap, Aave, Sky, Curve, and ENS. Social and funding DAOs include Decentraland, Nouns, and grants DAOs.
  • For token-based DAOs, buy a small amount of the governance token on a decentralized exchange, then delegate or vote on Snapshot first to learn the norms.
  • For share-based DAOs on DAOHaus, submit a join proposal with a tribute of tokens or a work commitment. If you leave, you can often ragequit with your pro-rata share.
  • Delegate if you cannot follow every proposal. On ENS or Optimism you can assign voting power to a public delegate and reassign anytime.

If you want to start a DAO

  1. **Write a short charter.

**State the shared goal, what needs a vote, what the multisig can do without a vote, and how you handle upgrades. 2. **Pick tooling that matches your risk.

**For a new community or investment club, DAOHaus or the Aragon App gives you Safe custody, token minting, and voting out of the box. For protocol governance, deploy a Governor Bravo style contract via Tally and connect Snapshot and a timelock. 3. **Fund conservatively.

**Seed the treasury with stablecoins for ops and cap native token use. Define monthly reporting from day one. 4. **Plan for legal form.

**If you will hold real assets, sign contracts, or hire, register a legal wrapper. In the US the Wyoming DAO LLC is the most tested path and requires a registered agent in Wyoming. Elsewhere, use a foundation. 5. **Test with small stakes.

**Run two or three funding votes under $1,000, execute them, and verify the on-chain flow on Etherscan before moving larger sums.

Career paths in DAO operations

  • Developers: Solidity and governance contracts, Safe and timelock deployment, Snapshot and Tally integration, monitoring and alerting for proposals and treasury moves, and audits.
  • Product and governance: Designing quorum, threshold, and delegation rules, drafting proposals, and running forums and voting calendars.
  • Community and treasury: Delegate relations, grants review, and operations. Treasury work now includes policy writing, diversifying into stable assets or tokenized T-bills, and monthly reporting.
  • Analysts: Tracking participation, delegate concentration, treasury runway, and voter behavior to flag health risks.

Compensation often mixes stablecoins with token allocations. The token portion can be valuable if the DAO succeeds and worthless if it does not. The same risk and reward applies to the treasury itself.

Frequently Asked Questions

What does DAO stand for?

Decentralized Autonomous Organization. Decentralized means the infrastructure is permissionless and not run by a single party. Autonomous means rules and execution are handled by smart contracts. Organization means a group coordinating toward a shared mission.

How does voting actually work?

Most use token-weighted voting. You hold governance tokens, you get voting power proportional to your share, or you delegate that power. A voter with 2 percent of tokens that votes has about 2 percent of the voting weight cast. Some DAOs use one wallet equals one vote or reputation that cannot be bought. Proposals typically need both a quorum of total supply participating and a majority of votes cast to pass.

Are DAOs legal entities?

Sometimes. Wyoming, Vermont, and the Virgin Islands have DAO LLC or similar statutes that let a DAO register as an LLC with liability protections if it lists its smart contract identifier and maintains a registered agent. CityDAO was the first to use Wyoming's law to own land. Many DAOs outside those states operate without a wrapper, which can mean general partnership liability in some jurisdictions. Most large protocol DAOs use a foundation for legal and tax clarity.

What happened to The DAO in 2016?

The DAO was an investor-directed venture fund on Ethereum. After raising about 12.7M ETH, an attacker used a reentrancy bug to drain about 3.6M ETH into a child DAO in June 2016, then worth about $60M. The community hard-forked Ethereum to restore funds. The unforked chain continued as Ethereum Classic. The hack was a contract bug, not a break in Ethereum itself, and it shifted the industry toward audits, formal verification, and timelocks.

What is the difference between a DAO treasury and market cap?

Market cap is circulating supply times token price. It measures what the market values the whole network at. The treasury is what the DAO itself owns and can spend. It is usually a fraction of market cap and often concentrated in its own token. Selling treasury tokens requires a vote and can move the price.

Are DAOs truly decentralized?

Most are not fully decentralized in practice. Even transparent DAOs depend on founders or core teams for expertise, off-chain discussion shapes outcomes more than on-chain clicks, and a small set of delegates often decides low-turnout votes. The more useful question is which decisions are decentralized and which are delegated, and whether that boundary is written down and enforced by code.

Do I need to hold a token to participate?

Not always. In allowlist or reputation models you can be granted voting rights for participation, not purchase. In token models you do need the token, but you can delegate if you lack time to vote directly. Gasless Snapshot votes also lower the cost of learning.

Looking for a Web3 Job?

Explore thousands of verified blockchain, DeFi, and crypto roles on the #1 Web3 job board.

Related Reading

Explore more guides and career playbooks