Wyoming recognized DAO LLCs in 2021. Uniswap's fee, Aave's interest model, and a DAO vote are already rules that fire without a clerk. Billions sit behind those contracts. A bug or a whale vote still settles. There is no judge in the loop unless someone sues later.
The legal status
Smart contracts as governance instruments have achieved formal legal recognition in multiple jurisdictions.
Wyoming passed the first DAO LLC statute in 2021, allowing decentralized autonomous organizations to register as limited liability companies with smart contracts as their operating agreements. The statute permits "algorithmically managed" LLCs: entities where governance decisions are executed by code rather than human officers. Wyoming was the first US jurisdiction to treat a computer program as a valid corporate operating agreement.
The Wyoming DUNA (Decentralized Unincorporated Nonprofit Association) framework, introduced subsequently, provides an additional legal wrapper for non-profit-oriented decentralized communities. These structures allow DAOs to open bank accounts, sign contracts, pay employees, and interact with the traditional legal system, connecting on-chain governance to off-chain legal reality.
Delaware, the default incorporation state for US startups and home to over 60% of Fortune 500 companies, does not have a specific DAO statute but provides the mature Court of Chancery and extensive legal precedent that venture-backed entities require. The choice between Wyoming (low cost, privacy, smart-contract-native governance) and Delaware (legal predictability, institutional investor familiarity) is a tension: computational constitutions operate most naturally in Wyoming's framework, but the capital they need to attract is most comfortable in Delaware's.
In February 2025, Cardano ratified the first on-chain blockchain constitution, a document defining core values, decision-making processes, and parameter guardrails enforced by a Constitutional Committee. This was the first instance of a major blockchain protocol formalizing its governance into a ratified constitutional document stored and enforced on-chain, rather than relying on informal social contracts or off-chain governance frameworks.
The governance stack
A computational constitution operates on Ethereum or compatible blockchains through a layered governance stack that mirrors, in structure, the separation of powers in traditional constitutional systems.
Token-weighted voting. Governance tokens represent voting power. Holders propose and vote on changes to the protocol: parameter adjustments, treasury allocations, strategic decisions. Uniswap governance, for example, requires a minimum of 2.5 million UNI tokens to submit a proposal and a quorum of 40 million UNI to pass it. In December 2025, the Uniswap DAO passed the "UNIfication" proposal with over 125 million votes in favor versus only 742 against, authorizing a one-time burn of 100 million UNI tokens and activating a protocol fee switch on the Ethereum mainnet.
Smart contract execution. If a proposal passes, the corresponding smart contract executes automatically. No human intermediary approves or implements the decision. The code enforces the outcome. If the vote approves a treasury transfer, the funds move. If it approves a parameter change, the parameter changes. The distinction from traditional governance is that enforcement is deterministic.
Time locks. Passed proposals typically enter a time-delay period (24-72 hours) before execution, allowing community members to review and, if necessary, exit the protocol before the change takes effect. OpenZeppelin's TimelockController is the standard implementation. This is the computational equivalent of a constitutional comment period.
Multi-signature safeguards. Critical functions (emergency pauses, contract upgrades) often require multiple designated signers to authorize through Gnosis Safe or equivalent multi-sig wallets, distributing control and preventing unilateral action. This is a rudimentary separation of powers: the legislature (token holders) cannot bypass the executive (multi-sig signers) for emergency actions.
Dispute resolution. Increasingly, protocols are adding a human judgment layer for ambiguous cases. Kleros provides decentralized arbitration through randomly selected jurors who assess evidence and render appealable decisions. Aragon Court offers similar functionality within the Aragon DAO framework. These systems combine on-chain evidence submission with human interpretation, creating a hybrid judiciary.
The Governance Stack
Five layers of on-chain constitutional governance
Immutable core rules, amendment thresholds
Submit, debate, and vote on changes
24-72hr delay, multi-party authorization
Automatic on-chain execution of passed proposals
Human judgment for ambiguous cases
A smart contract asks whether the decision was approved according to the procedures encoded in its logic. Procedural validity and substantive justice are different tests, and the gap between them is the hard case.
The participation crisis
Almost nobody votes.
Average voter turnout across DAOs hovers around 17% of token holders. Uniswap's voter participation, despite governing over $2.5 billion in treasury assets, averages roughly 17%. ENS DAO, governing the Ethereum Name Service, sees participation around 12%. The exception is Aave, where structured delegate incentive programs have pushed delegate participation rates above 80%, though this measures delegates rather than individual token holders.
The most consequential governance systems in crypto, managing billions in assets, are controlled by a small fraction of their stakeholders. While the number of unique individual voters has declined, the total number of votes cast has often increased in major DAOs, indicating that voting power is concentrating in the hands of "mega-delegates" and institutional holders rather than being broadly distributed.
Token-weighted governance produces this result. When one token equals one vote, and token distribution follows a power law (as nearly all token distributions do), governance outcomes are determined by a small number of large holders. The MakerDAO governance crisis of 2023, where competing factions of large token holders fought for control of the protocol's direction and its subsequent restructuring into the "Sky" protocol under the "Endgame" roadmap, showed the problem: computational constitutions inherit the plutocratic tendencies of whoever holds the most tokens.
DAO Voter Participation (2025)
Average voter turnout across major governance DAOs
Sources: DeepDAO, Tally, Snapshot. Aave figure reflects delegate participation, not unique holders. Avg. across all DAOs: ~17%.
The amendment problem
Traditional constitutions are amended through deliberate, slow processes that involve public debate, legislative votes, executive approval, and sometimes popular referendum. The slowness prevents hasty changes driven by temporary majorities or crisis-driven emotion. The US Constitution has been amended only 27 times in 237 years.
Smart contract governance can be amended far more rapidly. A proposal can be submitted, debated, and voted on within days or even hours. If the governance token distribution is concentrated, and in most protocols it is, a small number of large holders can push through changes without meaningful community deliberation. The speed that makes computational governance efficient also makes it vulnerable to governance attacks: coordinated efforts by well-capitalized actors to seize control of protocol parameters for their own benefit.
Flash loan governance attacks represent the most extreme version of this vulnerability: an attacker borrows millions of dollars in governance tokens for a single block, votes to redirect treasury funds, and returns the borrowed tokens, all within a single transaction. The attack exploits the fact that token-weighted voting does not distinguish between committed long-term holders and momentary token borrowers. Protocols have responded with time-locking requirements, vote escrow mechanisms (where tokens must be locked for months or years to gain voting power), and snapshot-based voting that counts token balances at a predetermined block height.
Beyond one-token-one-vote
Limits of token-weighted voting produced new mechanisms.
Quadratic voting. Instead of "one token, one vote," quadratic voting makes each additional vote on the same proposal progressively more expensive. The cost of casting n votes is n² tokens. This reduces the influence of large holders: a whale with 1 million tokens gets only 1,000 votes under quadratic rules, while 1,000 small holders with 1 token each collectively get 1,000 votes as well. Gitcoin uses quadratic funding, a related mechanism, to allocate grants for open-source development. The vulnerability is Sybil attacks: one person splitting their holdings across multiple wallets to circumvent the quadratic cost curve.
Conviction voting. Voters accumulate "conviction" over time by continuously staking their tokens on a proposal. Longer commitment periods produce stronger votes. This mechanism rewards sustained preference over impulsive voting and naturally filters out flash loan attacks. 1Hive and the Gardens framework pioneered this approach.
Delegation. Rather than voting directly, token holders delegate their voting power to specialized delegates who participate actively. Aave's delegate incentive program, which ties delegate compensation to minimum participation requirements (maintaining >80% voting rates), has produced higher engagement than protocols without delegation incentives. The risk is centralization: a small number of "mega-delegates" accumulating disproportionate influence.
Futarchy. Proposed by economist Robin Hanson, futarchy separates goal-setting from policy evaluation: "vote on values, bet on beliefs." Community members define desired outcomes (increase TVL, reduce costs, grow user base) and prediction markets determine which policy proposals are most likely to achieve those outcomes. In March 2025, Optimism conducted a 21-day futarchy experiment using 500,000 OP tokens. The experiment showed high user friction, sensitivity to asset price volatility, and metrics that are hard to protect from manipulation.
Zero-knowledge private ballots. ZKPs allow voters to prove they hold governance tokens and cast a vote without revealing their identity or their specific vote choice. This prevents vote buying, voter intimidation, and retaliatory behavior, the same protections that secret ballots provide in physical elections. MACI (Minimum Anti-Collusion Infrastructure), developed by the Ethereum Foundation's Privacy & Scaling Explorations team, implements ZK-based voting with anti-collusion properties.
Voting Mechanism Innovation
Beyond one-token-one-vote: the governance design space
The $85 billion experiment
As of April 2026, approximately $85 billion in total value is locked in DeFi protocols governed by computational constitutions, according to DeFiLlama. DeepDAO tracks over 1,000 active DAOs managing substantial treasury assets. These figures have fluctuated: DeFi TVL peaked at approximately $277 billion in mid-2025 before contracting sharply following the Kelp DAO and Drift Protocol security exploits.
These are production governance systems managing material economic resources under adversarial conditions. Aave's governance controls a lending protocol with billions in deposits and implemented a $50 million annual buyback program funded entirely by protocol revenue. Compound's governance manages interest rate parameters that affect thousands of borrowers and lenders in real time. ENS DAO governs the Ethereum Name Service, the DNS-equivalent for blockchain addresses, managing over $600 million in treasury assets.
On-chain governance has proven effective for technical parameter adjustments (interest rates, collateral ratios, fee structures) where the decision space is well-defined and the consequences are measurable. It has proven less effective for strategic direction-setting, conflict resolution, and decisions involving competing values: the domains where human judgment, negotiation, and contextual reasoning are most needed.
Where Computational Constitutions Work
Effectiveness by decision type: code vs. human governance
Directional assessment based on DAO operational history. Hybrid model (code + human oversight) emerging as the dominant pattern.
The constitutional question
The remaining question is whether automatic enforcement, "code is law," produces just outcomes.
A traditional legal system includes human judges who can exercise discretion: consider mitigating circumstances, interpret ambiguous language, apply the "spirit" rather than the "letter" of the law, and override the literal application of a rule when it produces an unjust outcome. Smart contracts cannot do this. They execute the rules as written, with no way to recognize when those rules produce unfair results.
The DAO hack of 2016 remains the canonical illustration. A smart contract governing The DAO, at the time holding $60 million in ETH, was exploited through a reentrancy vulnerability. The attacker used the contract exactly as programmed, exploiting a logical flaw the developers had not anticipated. The code worked. The intent was violated. The Ethereum community responded with a hard fork, a constitutional crisis resolved by community consensus rather than code. Even in a "code is law" system, human judgment kept the last word when the stakes were high enough.
Lawrence Lessig identified this dynamic in Code and Other Laws of Cyberspace (1999): code is a form of regulation, but unlike legislation, it is not subject to democratic deliberation, judicial review, or executive amendment. When code governs, the architecture decides. And the architecture is written by developers, not by the governed.
The hybrid model, smart contracts for procedural execution combined with human governance for judgment calls and dispute resolution, is emerging as the dominant trajectory. Kleros has processed thousands of disputes through decentralized arbitration, combining on-chain evidence with juror deliberation. Aragon provides DAO frameworks with built-in dispute resolution mechanisms. Whether these systems can replicate the substantive justice that centralized legal systems provide, at lower cost and with greater accessibility, is the open experiment.
As DAOs grow in economic significance, regulatory attention increases. The SEC's scrutiny of governance tokens as potential securities, the IRS's interest in DAO treasury taxation, and international efforts to classify DAOs within existing legal frameworks (particularly the EU's MiCA regulation) are already live. Computational constitutions that govern billions of dollars cannot operate indefinitely in a regulatory grey zone. Either regulation learns to read a token vote, or DAOs fold into ordinary corporate forms.
Keep a court, human or Kleros, for the cases where the vote passed and the result is still wrong. Flash-loan the tokens, pass the proposal, drain the pot: that is a valid procedure under one-token-one-vote with no lockup. Time-locks and vote escrow exist because the 2016 DAO fork already proved that "code is law" lasts until the community decides it does not. A 17% turnout on a $2.5 billion treasury is a plutocracy with extra steps.