Fundamentals
DAO meaning and definition

DAO stands for decentralized autonomous organization. It is a group that coordinates money and decisions through smart contracts and token voting rather than through directors, bank mandates and signatures on paper.
The short definition
A decentralized autonomous organization is a member owned group whose rules and treasury live in smart contracts. Membership is usually represented by a token or an NFT, and the right to decide comes from holding or being delegated that membership.
The word autonomous does not mean nobody is involved. It means the rules run themselves: once a vote meets the conditions written into the contract, the outcome can be enforced without asking anyone for permission.
How a DAO actually decides something
An idea is discussed in a forum, then formalised as a proposal. Members vote with their voting power over a fixed window. If participation clears quorum and support clears the approval threshold, the proposal passes.
A passing vote is only the authorisation. The organisation still has to send the transaction that moves funds, changes a parameter or upgrades a contract. That final step is what separates a DAO that governs from a group that publishes opinions.
What makes it different from a company
The treasury is visible to anyone, the rules are published as code, and the record of every decision is permanent.
The trade off is speed. A company signs a cheque in an afternoon. A DAO discusses, votes, waits out a timelock and then gathers signers, which is exactly why the execution layer matters so much.
Where the term came from
The phrase decentralized autonomous organization predates most of the tooling that now makes it practical. Early attempts tried to encode every rule in a contract and discovered that human judgement still has to live somewhere. Modern DAOs are more honest about the split: discussion and judgement happen among people, while enforcement and custody happen in code.
That is why the definition worth remembering is narrow. A DAO is a group whose treasury and decision rules are enforced onchain. Everything else, the forum, the working groups, the contributors, is ordinary organisational life.
What it feels like to be a member
You hold a token, you see the treasury balance at any hour, and you can read every proposal that has ever been put forward. Voting takes a signature and costs either a small amount of gas or nothing at all if the vote is offchain.
The part newcomers underestimate is delegation. Reading proposals well is a job, so most members hand their voting power to a delegate whose reasoning they trust and check in periodically rather than voting on everything themselves.
Keep the execution path connected: this guide pairs well with smart contract execution, emergency governance action and onchain audit trail, which cover the neighbouring steps between an approved vote and a settled onchain transaction.
Key concepts explained
New to this topic? These are the core terms you will meet again and again in governance work. Understanding them makes every proposal easier to read.
- Decentralized autonomous organization
- A member owned group whose rules and treasury are enforced by smart contracts rather than by directors or bank mandates.
- Membership token
- The token or NFT that grants the right to propose and vote. Holding it is what makes someone a member.
- Autonomy
- The property that a passing vote can be enforced by code without asking a third party for permission.
- Onchain treasury
- Funds held by contracts the members control collectively, visible to anyone at any time.
Frequently asked questions
- What does DAO stand for?
- DAO stands for decentralized autonomous organization: a group whose rules, membership and treasury are managed by smart contracts and member voting rather than by a traditional management hierarchy.
- Is a DAO a legal entity?
- Not by default. Some DAOs wrap themselves in a foundation, association or LLC in a jurisdiction that recognises them, while others operate purely onchain. The wrapper affects liability and contracts, not how voting works.
- How does a DAO make money move?
- Through a proposal that authorises a specific transaction. Once quorum, the approval threshold and any timelock are satisfied, the transaction is signed and broadcast, and the treasury balance changes onchain.