BLK 368.5M·XRD $0.0008·Σ TVL √ 11.1K
LAUNCHGOVERN
Wiki homeEssays
  1. Home
  2. /
  3. Wiki
  4. /
  5. DAOs
  6. /
  7. The LAO

MANIFESTO · CAPER / OWN THE GAME
The launchpad that raises and deploys capital. Guaranteed entry / exit liquidity. Governance that can't be captured.

The LAO is a member-directed venture fund that runs like a DAO but sits inside a real legal wrapper. Members pool capital on-chain, vote on which startups and tokens to back, and split the returns — while a Delaware limited-liability company gives them the liability protection, tax treatment, and enforceable agreements that a bare smart contract cannot. When it went live in April 2020 it was widely described as the first "legal DAO," and it remains the canonical example of the archetype: a for-profit investment club that is simultaneously a piece of software and a company the courts recognize.

It matters because it answers a question MolochDAO and ConstitutionDAO left open — how does a pooled, on-chain treasury actually hold equity in a startup, sign a SAFE, or return profits to members without every participant becoming personally liable as a general partner? The LAO's answer was to marry Moloch-style on-chain mechanics to auto-generated legal documents, so an on-chain vote and an off-chain contract point at the same decision.

The legal-wrapper model: a DAO the law can see

The LAO was built by OpenLaw — a smart-contract-and-legal-agreement toolkit from Aaron Wright, a Cardozo Law professor, and his co-founders (OpenLaw later became Tribute Labs). Its core move is to organize the DAO as a Delaware LLC and then use software to generate "all relevant legal documents from entity formation documents to member subscription agreements," as the launch write-up put it — giving members "the backing of the U.S. legal system."

That wrapper does real work. It caps each member's liability at what they put in (no general-partnership exposure), it clarifies that members are LLC members rather than a securities-issuing partnership, and it lets the entity itself hold the assets the DAO buys — equity, tokens, SAFEs — under agreements a counterparty and a court will honor. The on-chain contract handles voting, funding, and allocation; the legal layer makes the outcome enforceable off-chain. This is the pattern later codified across the industry as the DAO legal-structures toolbox (Wyoming DAO LLCs, the Marshall Islands wrapper, foundation companies), and The LAO is its proof of concept.

How members invest: shares, weighted votes, and rage-quit

Governance is a fork of MolochDAO (v2), the minimalist "guild bank" contract — and it inherits Moloch's three defining mechanics:

  • Capital buys shares. Members contribute ETH and receive voting shares in proportion to their economic contribution, so influence tracks the money at stake.
  • A member nominates, the majority allocates. To back a project, a member submits a proposal; funding proceeds only when a majority of members, weighted by their shares, approve the allocation. Deal flow is member-sourced, not run by a GP.
  • Rage-quit. A member who dislikes a decision can exit immediately and reclaim their fair share of unallocated funds based on their economic contribution, regardless of voting weight — the exit right that stops a majority from spending a dissenter's capital against their will.

Because share weight and exit share both key off capital, The LAO is an honest instance of pure capital-weighted governance: the largest cheque is the largest vote, bounded only by the rage-quit backstop and the membership cap.

Accredited membership, the cap, and the DAO family

To stay inside U.S. securities law, The LAO keeps membership capped at roughly 100 and limits it to accredited investors — a deliberate trade of open, permissionless entry for legal defensibility. That constraint (a private placement to a small pool of qualified investors) is exactly what lets the fund invest in equity and tokens without registering as a public offering.

The LAO has since become the template for a whole Tribute Labs family of member DAOs, each pointing the same wrapper at a different asset class: Flamingo for NFTs (which grew an early ~$10M pool into a collection valued near $1B at the 2022 peak), Neptune for DeFi, Neon for the metaverse, and Noise for music. The underlying tooling was generalized and open-sourced as the Tribute DAO Framework. The LAO itself has kept deploying capital across dozens of early-stage rounds — trackers count roughly four dozen investments across its life — making it one of the longest-running productive investment DAOs.

How Caper approaches this

The LAO shows what a well-built capital-weighted investment DAO looks like: shares scale with the ETH you put in, your vote scales with your shares, and your exit share scales — as the docs say — with your "economic contribution, regardless of voting weight." That is the right design for an accredited-investor fund where capital is the contribution. It also means control is, straightforwardly, for sale: the biggest cheque is the biggest voice.

Caper keeps the same open exit right but changes what a vote is made of. In the contract, a member's weight is w = (t · v) / (V · T) — held tokens t multiplied by an earned vote factor v, over total vote supply V and circulating tokens T (compute_vote_weight, verified in contracts/src/caper_dao.rs). Those vote tokens are soulbound — minted one per vote cast, non-transferable and indivisible (DIVISIBILITY_NONE), so v is a record of participation you accumulate by showing up, not a thing you can buy.

The sharpest contrast is at the exit. The LAO returns a dissenter's stake purely by capital. Caper's exit() pays a treasury share equal to the same w = (t · v) / (V · T) that determines voting power — so your slice on the way out reflects both your holdings and your earned participation, not capital alone. A big bag still counts (t is a multiplier), but a bag with no earned v can neither capture the vote nor claim a participant's exit share. Same legal-wrapper problem The LAO solved; a different answer to who the treasury ultimately belongs to.

Status🟢 Active
Founded2020
Websitewww.thelao.io
OrganizationThe LAO — a for-profit, member-directed venture DAO investing in early-stage crypto projects
CategoryInvestment / venture DAO (non-DeFi) with a legal wrapper
Legal structureDelaware LLC — a real limited-liability company whose members are its DAO participants
MembershipCapped at ~100 members, limited to accredited investors
Announced / launchedSeptember 2019 · live April 2020
GovernanceA fork of MolochDAO (v2), later generalized into the Tribute DAO Framework
Built byOpenLaw (Aaron Wright, Cardozo Law), now Tribute Labs
Sister DAOsFlamingo (NFTs), Neptune (DeFi), Neon (metaverse), Noise (music)