Decentralized Autonomous Organizations (DAOs) Strategy
A DAO replaces a company's management hierarchy with rules written into smart contracts and voted on by members, so decisions and funds move without a central authority approving each one.
Purpose comes first, then the rules, the voting rights and the treasury, each locked in before real proposals get tested on-chain.
Reach for this when…
- A community holds a shared pool of funds and no single person should control who spends it.
- Members want real voting power over decisions, not just a suggestion box.
- You're designing an organisation that needs to survive its founder leaving.
How to run it
- Define the DAO's purpose narrowly: what it actually decides and spends on.
- Write the governance rules into a smart contract: proposal, voting, quorum, execution.
- Set voting rights: one-token-one-vote, one-member-one-vote, or a hybrid.
- Fund a treasury the contract controls, not a person.
- Run real proposals early and watch for low turnout or vote concentration before scaling up.
A worked example
Situation. Mereseini Waqa ran the Vanua Arts Collective, a network of independent artists pooling grant money in Suva, Fiji, through a single trusted treasurer everyone privately worried about.
Applied. The group set up a DAO with a multi-signature treasury and simple proposal voting, so any grant over a set amount needed member approval on-chain before funds moved.
Result. The treasurer role became procedural rather than personal. The group also discovered, once voting was visible, that a handful of the most active members were deciding almost everything, a concentration problem they then fixed with a participation quota.
The catch
Code enforces the rules you wrote, not the rules you meant, and a badly specified vote or a contract bug can move real money before anyone can stop it. Turnout in most DAOs is low, so 'decentralised' governance often means a small, active minority decides for a passive majority, the same concentration problem in a new costume.
A DAO with one member holding most of the tokens is not decentralised, it's a company with a blockchain instead of a shareholder register.