A DAO legal structure (or "legal wrapper") is a recognized legal entity that a DAO adopts so it can exist in the eyes of the law: sign contracts, hold off-chain assets, pay taxes, appear in court — and, above all, shield its members from personal liability. The code that runs a DAO on-chain says nothing about how a court will treat the humans behind it, and the gap between those two worlds is where wrappers live.
The default: unlimited liability
A DAO that never incorporates anywhere is, in most jurisdictions, likely to be treated as a general partnership or unincorporated association — meaning individual members can be personally liable for the organization's obligations. The landmark test was CFTC v. Ooki DAO: in June 2023 a U.S. federal court entered a default judgment holding that the Ooki DAO was a “person” under the Commodity Exchange Act, could be held liable for operating an illegal trading platform, and owed a $643,542 penalty — a precedent the CFTC itself called precedent-setting. The founders had adopted the DAO structure explicitly hoping to avoid legal accountability; the court disagreed. That risk is what drives the entire legal-wrapper workstream (see the legal-recognition arc in the history of DAOs).
Wyoming DAO LLC (2021)
Wyoming's DAO Supplement (passed March 2021, effective July 2021) was the first U.S. statute to let a DAO register as a limited-liability company. Members get the standard LLC shield and pass-through taxation, and formation is fast. The trade-offs: the filing must identify the DAO's smart contracts, the LLC must show activity on a rolling one-year basis or face dissolution, and U.S. formation brings registered-agent and reporting obligations that make full member anonymity impractical. Commentators generally recommend it for governance-focused DAOs rather than investment DAOs, which trip U.S. securities rules.
Wyoming DUNA (2024)
Wyoming followed with the Decentralized Unincorporated Nonprofit Association — SF50, signed March 7, 2024 and effective July 1, 2024. Where the DAO LLC borrows a corporate form, the DUNA was purpose-built for genuinely decentralized memberships: it gives the association legal personhood (it can contract and appear in court), limits each member's liability for the actions of others, and lets the DAO meet tax and reporting obligations — while still permitting profit-generating activity and member compensation despite the "nonprofit" label. a16z crypto, which drafted the model legislation, describes it as legal infrastructure for the network itself rather than a business wrapper around it.
Marshall Islands DAO LLC (2022)
The Republic of the Marshall Islands enacted a dedicated DAO Act in 2022, creating an offshore DAO LLC with legal personhood that explicitly recognizes on-chain governance: the smart contract can serve as the operating agreement, no directors are required, and members can participate pseudonymously (formation still involves KYC on organizers). It has become the default offshore choice for DAOs that want their on-chain rules to be the legal rules; most obtain it through MIDAO, the RMI’s exclusive registrar.
Cayman foundation company (2017)
The Cayman foundation company predates DAO-specific law but became a crypto workhorse: a company without shareholders, purpose-driven rather than profit-distributing, requiring at least one director and a supervisor who act as the legal layer between community votes and off-chain execution. It is the common choice for protocol foundations and token issuers that need a robust, court-tested vehicle more than on-chain purity. The older European route serves the same role — Swiss foundations and associations, most famously the Ethereum Foundation (a Swiss Stiftung), anchor many of the largest protocols.
Choosing a wrapper
The decision usually reduces to three questions. Who must be identified? U.S. forms trade anonymity for domestic legitimacy; the RMI preserves member pseudonymity; Cayman concentrates identity in directors. Where does control really sit? LLC and DUNA forms keep members in charge; a foundation inserts fiduciaries between votes and execution. What does the DAO do? Pure governance travels light; anything touching investors, revenue, or regulated activity needs jurisdiction-specific advice. Regulators are now engaging with the form directly — in June 2026 Malta's financial regulator opened a formal consultation (Discussion Paper 03-2026) on DeFi and DAO governance, including how DAOs interact with the EU's MiCA regime, with feedback open to July 10, 2026 — a signal that DAO-specific rules are coming to the EU as well.
How Caper approaches this
A caper is a smart-contract construct on Radix — launching one does not create a legal entity, and Caper does not provide legal wrappers; communities that need one make that jurisdiction choice themselves. What the protocol does address is the enforcement half of the problem: rules that a wrapper would leave to courts and fiduciaries — treasury custody, proposal execution, and each member's guaranteed pro-rata exit — are enforced by code, so members are protected from each other by the contract even before anyone is protected from the law by a wrapper.