DAO
Decentralised Autonomous Organisation
A group that coordinates through smart contracts, with shared funds and decisions governed by on-chain voting instead of a board and a bank account.
A DAO is a way to run a collective where the rules of membership, voting, and spending live in smart contracts. The treasury is an on-chain wallet that only releases funds when a proposal passes a vote. Voting power usually tracks token holdings or membership. The pitch is that coordination becomes transparent and tamper-proof: anyone can audit the treasury, every vote is recorded, and no single signatory can quietly drain the funds. It is one of the few web3 primitives whose value does not depend on a token price.
DAOs work well for a specific job: managing a shared on-chain treasury where the members do not fully trust each other and need verifiable rules for who can spend what. Investment clubs, protocol parameter governance, and grant funding are real fits. We built the on-chain governance and treasury logic for FTW DAO, where the structure earns its complexity because real money is pooled across parties.
The legal status is the part most DAO pitches gloss over, and in Austria and the wider EU it matters. A DAO is not a recognised legal form. Unless the members wrap it in an actual entity (a GmbH, an association, a foundation), a court may treat the participants as a partnership with joint and several liability, meaning a member could be personally on the hook for the collective’s obligations. “The code is the organisation” is a fine engineering principle and a dangerous legal one. Any DAO that touches real money or real counterparties needs a real legal wrapper underneath the smart contracts, decided before launch, not after the first dispute.
Where DAOs become theatre: governance over decisions that are not actually on-chain, token-weighted voting that concentrates power in a handful of whales, and “community governance” that is a marketing label over a team who still controls the admin keys. If the hard decisions still happen in a private chat and the vote is a rubber stamp, you have a normal company wearing a DAO costume. We will tell you which one you are building. See our blockchain work.