The DAO Infrastructure Is Growing Up
A decentralised organisation can place a multimillion-dollar proposal before thousands of token holders, record the vote publicly and execute the approved transaction without asking a bank or company director to release the money. What it cannot guarantee is that more than a small minority will read the proposal, understand its consequences or participate in the decision.
This is the central tension in the development of decentralised autonomous organisations, or DAOs. The technology has made collective ownership and onchain decision-making possible, but it has not removed the familiar problems of governance: concentrated influence, voter indifference, conflicted representatives, weak controls and disagreement over who is ultimately accountable.
The infrastructure surrounding DAOs is consequently becoming more important than the original label. Governance platforms now provide proposal creation, delegation and automated execution; multisignature wallets divide control over treasuries; analytics tools track voting power and participation; contributor systems manage payments; and legal wrappers give an online community a recognised counterparty in the physical world.
By November 2025, the DAO analytics provider DeepDAO had identified more than 50,000 governance structures, although only 2,461 had been enriched with more detailed organisational data. Its static snapshot recorded approximately $13.6 billion in aggregate treasury assets. The provider has since stopped updating the public database and explicitly warns against using it for current investment decisions, but the figures still illustrate the scale and fragmentation of the ecosystem.
The opportunity is not simply to create more DAOs. It is to build the operating infrastructure that allows the serious ones to survive.
A DAO is not necessarily autonomous
The term suggests an organisation run automatically by code and controlled evenly by its members. Most DAOs are neither fully autonomous nor fully decentralised.
A typical structure combines governance tokens, smart contracts, online discussion forums, offchain voting, a treasury held through a multisignature wallet and a smaller group of contributors responsible for daily work. Some decisions are made through binding onchain votes, while others are discussed informally and implemented by a core team.
This hybrid model is not necessarily a failure. Organisations need people to negotiate partnerships, write software, manage communities and respond to emergencies. Voting on every operational detail would be slow and impractical.
The important question is where authority actually sits.
A protocol may advertise token-holder governance while a foundation controls its trademarks and employs its developers. A community vote may approve a proposal, but a small multisignature committee may still be required to execute it. Emergency powers may allow a security council to pause contracts or deploy upgrades without a full public vote.
These arrangements can protect users and allow the organisation to function. They can also create a distance between the formal governance system and the individuals capable of changing it.
Good DAO infrastructure should make that distance visible. Participants need to know which decisions are binding, which parties hold administrative keys and what can happen without a community vote.
Governance platforms are becoming operating systems
The earliest DAO tools focused mainly on voting. Modern platforms increasingly support the full life cycle of a governance decision.
A proposal may begin as a discussion in a public forum, pass through an informal sentiment vote and then become a binding onchain transaction. Governance infrastructure can verify whether the proposer has sufficient voting power, calculate quorum, record delegated votes, enforce a delay and execute the approved action.
Aragon, Tally and frameworks built around OpenZeppelin Governor illustrate different parts of this market. They allow organisations to configure who can propose, how voting power is calculated, how long voting remains open and how approved actions are executed.
These parameters are not minor settings. A low proposal threshold makes participation easier but can expose the organisation to spam or malicious proposals. A high quorum may protect the treasury while making legitimate decisions impossible during periods of low participation. A long delay allows users to react to a dangerous decision, but it can prevent the organisation from responding quickly during a crisis.
The best infrastructure will not promise to identify one ideal model. It will help each organisation select rules appropriate to the value at risk, the distribution of voting power and the speed at which decisions need to be made.
Governance should also be capable of evolving. A newly launched protocol may initially need a small multisignature committee because its community and systems are immature. As ownership becomes more distributed, it can transfer additional powers to token holders and introduce more formal delegation.
Progressive decentralisation is often more credible than pretending that a founding team has disappeared before the organisation is ready to operate without it.
Treasury security is the first practical test
The treasury is where abstract governance becomes financial control.
A DAO treasury may hold stablecoins, ether, protocol tokens and investments intended to fund development, grants or operating expenses. The organisation needs to protect those assets while making them available for legitimate decisions.
Multisignature wallets remain central to this process. Instead of one private key being sufficient to move funds, a transaction requires approval from a defined number of signers. A three-of-five arrangement, for example, requires three authorised wallets to approve before the transaction can proceed.
This reduces dependence on one individual and creates a basic separation of authority. It does not guarantee decentralisation. The signers may all work for the same organisation, live in the same jurisdiction or depend on the same hardware and cloud services.
Operational details matter. The DAO needs procedures for replacing unavailable signers, responding to compromised credentials and confirming large transactions outside the blockchain. Signers should understand what they are approving rather than treating the wallet interface as an administrative formality.
The treasury also needs a financial policy. Holding most reserves in the DAO’s own volatile token can create the appearance of substantial wealth during rising markets and a severe funding shortage when the token falls. Payroll, taxes and supplier obligations may continue in conventional currency regardless of the treasury’s valuation.
Professionalisation therefore requires budgeting, liquidity management, diversification and financial reporting alongside wallet security. A public blockchain shows where assets move; it does not explain whether the spending was prudent.
Delegation addresses participation and creates new power centres
Token-weighted voting assumes that holders will devote time to analysing governance proposals. In practice, many do not.
Tally states that fewer than 10 percent of token holders participate actively in the governance of many mature organisations. Other research has found participation below 20 percent in many DAOs, with a much smaller proportion initiating proposals.
Delegation offers a practical response. Token holders can assign their voting power to representatives who specialise in protocol economics, technical development or treasury management without transferring ownership of the tokens themselves.
Evidence suggests that delegation can increase participation. It also creates a recognisable political structure: professional delegates accumulate influence, develop public positions and may receive compensation for their work.
This is not necessarily contrary to decentralisation. Representative democracy exists because not every citizen or shareholder can research every decision. The risk is that delegation reproduces the concentration that DAOs were intended to avoid.
A few visible delegates may attract most of the voting power. Large token holders can divide delegations among aligned representatives, while smaller holders struggle to evaluate performance. Delegates may also vote across several organisations whose commercial interests conflict.
Infrastructure is beginning to respond with delegate profiles, voting histories, statements of interest and reputation scores. These tools should make it possible to see not only how often a delegate votes, but whether that person explains decisions, discloses conflicts and contributes to substantive discussion.
Raw participation is not enough. A governance system in which most votes are cast automatically by a few delegates may be active without being meaningfully pluralistic.
Code does not resolve accountability
Smart contracts can enforce agreed rules consistently. They cannot determine whether those rules are legal, fair or appropriate in circumstances their designers failed to anticipate.
The 2016 failure of the investment project known as The DAO remains the defining example. An attacker exploited weaknesses in its code and diverted a large quantity of ether, leading the Ethereum community to adopt a controversial network change that effectively reversed the consequences.
The lesson was not simply that smart contracts need audits. It was that even an organisation presented as governed by immutable code may ultimately rely on social and political decisions when the code produces an unacceptable result.
Modern DAO infrastructure includes audits, timelocks, emergency pauses and security councils because complete immutability can be dangerous. Each safeguard introduces human discretion, however.
A security council capable of stopping an exploit may also be able to block a legitimate governance decision. An upgrade mechanism can correct a vulnerability but can also change the rights of token holders. A timelock gives participants time to exit, but only if they understand the pending transaction and retain sufficient liquidity to do so.
The correct design depends on making powers narrow, documented and observable. Emergency authority should have a defined purpose, limited duration and a route back to ordinary governance.
Decentralisation should not mean the absence of accountability. It should mean that authority is constrained and its exercise can be inspected.
Legal wrappers are becoming part of the stack
A DAO may exist on a blockchain, but its contributors sign employment contracts, its developers rent offices and its treasury pays service providers operating under national law.
Without a recognised legal entity, uncertainty arises over who can sign those contracts, pay taxes or bear liability when something goes wrong. Members may risk being treated as participants in a general partnership, depending on the jurisdiction and the organisation’s activities.
Several jurisdictions have attempted to provide legal wrappers. Wyoming introduced a supplement to its limited liability company law in 2021 that allows a DAO to register as a form of LLC. Its governing documents can refer to the smart contracts used to operate the organisation and specify whether management is more member-driven or algorithmic.
The legislation provides an available structure, not universal legal certainty. A DAO conducting financial activity may still face securities, commodities, money-laundering, consumer-protection and tax rules in the countries where its developers and users are located.
A legal wrapper also creates tension with pseudonymous participation. A token holder may be able to vote without revealing a legal identity, while the entity needs identifiable people to deal with banks, regulators and courts.
The practical solution is usually a layered structure. A foundation, association or company may employ contributors and hold intellectual property, while token holders influence specified protocol or treasury decisions. The relationship between the entities must be documented clearly enough that governance is not merely consultative when members believe it is binding.
For infrastructure providers, entity management, compliance and financial administration represent an important market beyond the blockchain interface.
Contributor management remains a weak point
DAOs can vote collectively but still struggle to organise work.
Contributors may enter and leave informally, work across jurisdictions and receive payment in a mixture of stablecoins and governance tokens. The organisation must decide who can commission work, verify completion and approve payment.
Grant programmes often illustrate the problem. A community may approve a broad budget, but a smaller committee must evaluate applications, negotiate milestones and decide whether a recipient delivered what was promised. Without clear responsibility, the process becomes slow or vulnerable to favouritism.
Infrastructure can improve this through contributor profiles, milestone-based payments, budgeting tools and transparent records of grants. It cannot replace managerial judgement.
The idea that every contributor is independent and self-directed works only when tasks are modular and outcomes easy to verify. Complex software development, communications and partnerships require coordination, institutional memory and accountability for poor performance.
Successful DAOs are increasingly separating constitutional governance from operations. Members decide major protocol, treasury and strategic questions, while appointed teams manage execution within an approved mandate.
That resembles a conventional organisation because some governance problems have conventional solutions. The difference is that mandates, payments and major decisions can be more transparent and directly contestable by members.
The next market is governance intelligence
As DAOs accumulate longer histories, the infrastructure opportunity is moving from recording votes to interpreting them.
An investor or prospective delegate needs to know how voting power is distributed, which wallets usually act together, whether quorum depends on one large holder and how frequently approved proposals are implemented. Treasury managers need cash-flow forecasts and asset-risk analysis, while contributors need evidence that grants and compensation are producing useful results.
Artificial intelligence may assist by summarising long governance discussions, comparing proposals with previous decisions and flagging unusual treasury transactions. These applications can reduce the burden on participants, but they introduce another layer of influence.
A summary can omit a decisive objection or present a contested interpretation as consensus. Automated delegate recommendations may concentrate voting power around already prominent representatives. Governance models trained on visible participation may undervalue contributors whose work occurs outside public forums.
The source, limitations and editorial logic of governance intelligence therefore need to remain inspectable. Making complex decisions easier to understand should not mean allowing a proprietary model to become the organisation’s unseen political adviser.
What investors and founders should examine
The first question is not how many token holders a DAO has, but which parties can change the protocol or move its assets.
The governance documents should identify proposal thresholds, quorum, voting delays, timelocks, upgrade rights and emergency powers. Investors should examine whether voting power is broadly distributed or concentrated among founders, venture investors, exchanges and a few delegates.
The treasury should be assessed separately from the headline token valuation. Stable assets, operating commitments, diversification and signer arrangements determine how long the organisation can continue funding its work.
Legal structure matters next. The DAO should explain which entity contracts with contributors, owns intellectual property and bears regulatory responsibilities. A registration in a DAO-friendly jurisdiction does not resolve activity conducted elsewhere.
Finally, participation should be evaluated qualitatively. A large number of wallets does not prove that a community is informed or influential. Useful indicators include the variety of proposal authors, the quality of deliberation, delegate independence and whether decision-makers report back after funds have been spent.
DAO infrastructure has made it possible to create transparent, programmable organisations that coordinate participants across borders. It has not made governance automatic.
The next stage will be defined less by the number of communities able to launch a token and more by whether they can manage money, authority and disagreement without quietly recreating the institutions they claimed to replace. The strongest infrastructure will not conceal those tensions beneath a voting interface. It will make them governable.
