A DAO — decentralized autonomous organization — is usually described as an organization "run by code, not people." That's a useful headline and a misleading one. In practice, a DAO is a group of token holders using a smart contract to coordinate votes and manage a shared treasury, with as much or as little day-to-day human decision-making as the group chooses to route through it.

How DAO voting actually works

Most DAOs issue a governance token, and voting power is typically proportional to how many tokens a member holds (or has staked). Proposals — changing a protocol parameter, allocating treasury funds, electing a working group — are submitted, discussed, and put to an on-chain or off-chain vote with a defined threshold to pass.

"On-chain" votes execute automatically if they pass, since the outcome is enforced by the smart contract itself. "Off-chain" votes (using tools that record signed votes without an on-chain transaction) are more common for lower-stakes decisions, and typically still require a human or multisig to execute the result — which reintroduces a trust step that pure on-chain voting is designed to avoid.

What token-weighted voting actually optimizes for

One token, one vote sounds neutral, but it means influence concentrates with the largest holders — early investors, the founding team, or whoever has accumulated the most tokens — rather than distributing evenly across participants. Some DAOs experiment with alternatives (quadratic voting, reputation-based systems, delegated voting) specifically to address this, with mixed results. There's no solved version of this problem yet; it's an active area of experimentation, not a settled best practice.

What a DAO can't actually escape

Voter turnout in most DAOs is low — a small, engaged minority often decides outcomes that technically represent "the community." Legal status is also unresolved in most jurisdictions: a DAO's smart contract doesn't automatically confer limited liability or a recognized legal structure, which is why many DAOs wrap themselves in a traditional legal entity (an LLC or foundation) specifically to handle contracts, liability and regulatory interfaces the code itself can't.

Why it still matters

Despite these limits, DAOs represent a genuine shift: treasuries worth hundreds of millions of dollars are managed through transparent, publicly auditable votes rather than a private boardroom. The gap between the "fully decentralized, code-governed" pitch and the messier reality of low turnout, concentrated voting power and legal ambiguity is worth understanding before assuming a DAO behaves the way its marketing describes.