Blockchain · 15 January 2020
Understanding DAOs — Governance You Can Read Off the Chain
by Tan Ji Sheng
First published on TriveAcademy in January 2020 — rewritten and expanded here.
Most explanations of a DAO — a Decentralized Autonomous Organization — start with the acronym and end with a utopia. I'd rather start from the boring, useful middle, because at Trivechain we didn't just write about DAOs. We ran one. The treasury that funded our development was governed by masternode operators voting on-chain, and living inside that system taught me more about its edges than any whitepaper did.
What a DAO actually is
Strip away the ideology and a DAO is an organization whose rules are enforced by code instead of by a person. Four moving parts:
- Smart contracts hold the rules and execute them automatically — no manager to sign off.
- Governance tokens or nodes grant a vote, so a say is held or earned, not appointed.
- A proposal system lets any member say "fund this," "change that," "ship this."
- Automated execution — once a proposal clears the bar, the contract carries it out on its own.
The point isn't that nobody's in charge. It's that the rules are in charge, and the rules are visible to everyone. Leadership becomes something you can read.
How Trivechain's DAO worked
Ours was concrete, not theoretical. Trivechain ran a treasury governed by masternode operators and denominated in our native token, TRVC:
- To put up a proposal, you staked TRVC. A small cost, but enough to keep spam out.
- Masternode operators voted — one node, one vote — agree or disagree, over a fixed window.
- If a proposal passed, the treasury funded it in TRVC, and the payout executed on-chain, automatically.
The proposals ran the range you'd expect: a marketing push, a piece of protocol work, an integration someone wanted built. The money didn't move because a CEO signed a form. It moved because the network voted and the chain did what the vote said.
The honest limits
Operating a DAO makes you honest about the model's tradeoffs quickly, because you feel each one:
- Turnout is hard. Plenty of eligible voters simply don't vote. Quorum is a real, recurring problem, not a footnote.
- Votes follow weight. "One node, one vote" sounds egalitarian until you ask who can afford the most nodes. Any stake-weighted system tilts toward whoever holds the most.
- On-chain governance is slow. A fixed voting window is excellent for legitimacy and terrible for anything urgent.
- Code executes exactly what passed — mistakes included. There's no manager to catch a bad proposal after the vote. The contract just does it.
None of these are reasons not to build a DAO. They're the reason a DAO is a design choice, not a moral upgrade. You trade a manager's discretion for a crowd's rules, and you inherit the crowd's apathy and the rules' rigidity right alongside the transparency.
Why it still matters
What a DAO actually buys you is narrow and real: decisions and money that anyone can audit, and a treasury no single person can quietly drain. In an industry where "trust me" has burned so many people, that's worth a lot. It is not a cure for coordination — humans still have to show up, read, and vote — but it changes what you have to trust. You stop trusting the person and start trusting the rules, and you can check the rules yourself.
Back in 2020, that was still a strange thing to explain to most people. It's less strange now — and the tradeoffs I felt running one are the same ones every DAO still argues about today.