The Decentraland DAO is the governance body of Decentraland, a browser-based 3D virtual world whose land, names, and wearables are on-chain assets. It is one of the few DAOs whose remit is not a financial protocol but a consumer product: the DAO owns the smart contracts behind the world’s land economy and steers how the world itself evolves. That makes it a useful counterpoint to the DeFi-heavy ecosystem directory — a working answer to what “community-owned” looks like when the thing being owned is a place people log in to, not a lending market.
A DAO that owns a world’s land economy
Decentraland describes its DAO as “the decision-making tool for MANA, NAMEs and LAND holders.” Concretely, the DAO controls a specific, bounded set of on-chain levers, per its documentation:
- The LAND and Estate smart contracts — the ERC-721 registries for every parcel and bundle of parcels in the world.
- A fund of MANA and other tokens earmarked for community grants.
- The curated lists that shape the world in practice: banned names, Points of Interest, and the Catalyst node operators that serve the world’s content.
A revealing limit sits at the centre of this: the DAO does not own the MANA token contract itself. MANA was distributed by a TokenSale contract that self-destructed at deployment, permanently fixing the supply and putting it beyond any vote. The DAO governs what happens inside the world and how the treasury is spent — it cannot mint the currency. That is a deliberate design choice, and a sharper separation of powers than many token-DAOs bother to make.
Voting power from four kinds of asset
Most DAOs derive voting power from a single fungible token. Decentraland instead aggregates voting power (VP) across everything a member holds in the world, per its voting-power rules:
- 1 MANA = 1 VP (wrapped and unwrapped balances both count).
- 1 LAND = 2,000 VP — land is weighted far above liquid tokens, tying governance weight to a stake in the world’s scarce real estate.
- 1 Estate = 2,000 VP per parcel it contains.
- 1 NAME = 100 VP.
- Legacy Wearables by rarity: Uncommon 1, Rare 5, Epic 10, Legendary 100, Mythic 1,000 VP.
VP is read from wallet balances at the moment the proposal is created, so a member cannot buy in mid-vote to swing a result — the same snapshot logic Snapshot uses generally. Holders who do not want to vote directly can delegate their VP to another community member through Decentraland’s Snapshot space. The effect is that a large landowner carries structural weight a small MANA holder does not: this is capital-and-property-weighted governance, with all the concentration questions that raises, made unusually legible by the land component.
Snapshot to vote, a multisig to enact
Decentraland runs the hybrid governance model most large DAOs land on. Proposals are drafted from templates at governance.decentraland.org, and the votes are cast on Snapshot — gasless signed messages, with the proposal, ballots, and result all pinned to IPFS so the record is tamper-evident without touching gas.
Because a Snapshot result is only a signal, binding proposals are enacted on Ethereum by a DAO Committee — a multisig whose members are themselves elected by DAO vote — which executes the approved action. Watching the Committee is a Security Advisory Board (SAB), a separate multisig of trusted key-holders that can intervene on security grounds. Underneath both, the treasury lives in an Aragon Agent, the smart-contract account that actually holds funds and interacts with Ethereum on the DAO’s behalf. It is a clean, layered version of the trusted-executor pattern — and, like every such pattern, it asks members to trust that the Committee will honour the vote.
The DAO Fund
The DAO was seeded with a 10-year vesting contract worth 222,000,000 MANA, started on 19 February 2020; the MANA vests every second, so the fund grows continuously rather than unlocking in cliffs. On top of the vesting stream, the treasury earns a running income: a 2.5% fee on primary-market sales through the Decentraland Marketplace, plus a share of the 2.5% secondary-market fee on OpenSea sales of LAND, Estates, NAMEs, and wearables. Current balances are published on the DAO’s transparency dashboard.
Sitting alongside the DAO is the Decentraland Foundation, the project’s legally accountable arm, which holds the trademarks and the off-chain obligations a purely on-chain body cannot carry. The split — an on-chain treasury the DAO spends by vote, and a legal foundation that owns the IP — is a common shape for consumer-facing DAOs that need a real-world counterparty.
How Caper approaches this
Decentraland’s governance is capital-and-property weighted and enacted by trusted multisigs: your say scales with how much MANA and LAND you hold, and a Snapshot result only takes effect once the DAO Committee chooses to execute it. A caper makes two different bets. First, the decisive part of governance weight is earned, not bought. Voting mints a soulbound, non-transferable proof-of-vote token, and a member’s vote weight is a function of both their token stake and that accumulated record — so a well-funded buyer cannot simply purchase control the way they could accumulate LAND. (Weight still scales with stake; the earned record is the factor money can’t rent, not a replacement for holding.) Second, there is no multisig standing between the vote and the outcome: a passed PAYOUT or INVEST proposal is executed by the contract itself on Radix, with an execution delay that lets a dissenting member take their pro-rata exit before the action lands.
The honest trade-off: Decentraland’s Aragon-plus-multisig stack is battle-tested and gives its Committee human discretion to catch mistakes, which a fully on-chain caper forgoes. What a caper offers in return is that the passing vote is the transfer, and the factor that decides who governs cannot be bought on a secondary market.
References
- Decentraland, What is the DAO — the contracts and lists the DAO controls, and the voting-power rules.
- Decentraland, The DAO Fund — the 222M MANA vesting contract and marketplace fee income.
- Decentraland, Governance dApp and Transparency dashboard.
- Aragon, Decentraland secures its treasury with Aragon — the Aragon Agent holding the DAO’s funds.