BLK 368.51M·XRD $0.0008·Σ TVL √ 11.1K
LAUNCHGOVERN
Wiki homeEssays
  1. Home
  2. /
  3. Wiki
  4. /
  5. DAOs
  6. /
  7. Concepts
  8. /
  9. DAO treasury management

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

A DAO treasury is the pool of on-chain assets a decentralized organization collectively owns, held by a smart contract rather than a company bank account and deployable only when a governance vote authorizes it. Treasury management is the practice of keeping that pool solvent, diversified, and productively deployed — arguably the single most consequential operational discipline a DAO has, because a treasury is what turns a voting community into an organization that can actually pay for things. Aggregated across the ecosystem, DAO treasuries hold billions of dollars; the discovery hub DeepDAO (deepdao.io) tracks assets-under-management, spending, and participation across roughly 14,000 organizations.

The concentration problem

The defining risk of a DAO treasury is that most of it is usually a single, highly correlated asset: the DAO's own governance token. a16z crypto's treasury management guide reports that roughly 85% of DAOs hold their entire treasury in one crypto asset, typically their native token. That figure flatters a DAO in a bull market and traps it in a bear one: a treasury that is nominally worth hundreds of millions can only be spent by selling the very token whose price the sale depresses, so the assets are worth least exactly when the DAO most needs to spend them. The standard remedy is diversification — converting a portion of native-token holdings into stablecoins and blue-chip assets so that operating expenses are funded from assets uncorrelated with the DAO's own market.

Objectives and runway

Mature treasury policies borrow the language of corporate treasury desks and rank objectives in order: capital preservation first, then liquidity, then income. The a16z guide recommends keeping at least 12 — ideally 18 — months of operating expenses in accessible cash or stablecoins, sized against a realistic model of monthly burn — whose largest line is almost always contributor compensation — under conservative revenue assumptions. Runway discipline is what separates DAOs that survive a multi-year downturn from those that ratify an ambitious budget at the top of a cycle and run out of spendable assets before delivering it.

Custody, execution, and transparency

Because no individual may unilaterally move the funds, a treasury is held either in an m-of-n multisig — most commonly a Safe — or directly in a governance contract that releases assets only on a passed vote. Spending follows the DAO's governance process: a proposal names the recipient and amount, the membership votes, and an approved transfer executes on-chain. Frameworks such as Aragon bundle treasury permissions, voting, and payments together; analytics platforms such as Dune and DeepDAO give members a public, real-time view of what the treasury holds and how it is being spent — the size, composition, and runway figures that feed a DAO's overall health metrics. That radical transparency — every balance and every disbursement visible on-chain — is both a DAO treasury's greatest accountability advantage and a standing invitation to governance attackers. Large treasuries increasingly delegate day-to-day allocation to a non-custodial manager such as karpatkey, granted scoped permissions over a DAO-owned Safe via the Zodiac Roles Modifier — it can deploy funds into pre-approved strategies but can never withdraw them to itself.

The treasury as an attack surface

A large, transparent, vote-controlled treasury is a prize, and several of the most-studied governance attacks target it directly: an adversary who can cheaply acquire or borrow a voting majority can pass a proposal that drains the treasury to themselves. This tension has pushed treasuries toward two safeguards. The first is timelocks and vetoes that delay execution long enough for the community to react. The second is redemption rights — a floor that lets members reclaim their pro-rata share rather than be captured. In June 2026 GnosisDAO passed GIP-151 at ~215% of quorum, authorizing GNO holders to redeem tokens for a pro-rata slice of a treasury of roughly $228M (about $109M liquid) — the largest live test yet of treasury redemption as a governance backstop (CryptoSlate, Gnosis forum). By contrast, DAOs with the largest treasuries — Arbitrum and Optimism among them — lean on delegate structures and grant frameworks to deploy capital without exposing the whole balance to a single vote (Arbitrum forum, Optimism Collective).

How Caper approaches this

A caper inverts the usual treasury story: instead of raising a lump sum and then worrying about custody and runway, its treasury is a protocol-controlled vault that fills continuously from activity. Every buy on the bonding curve pays a small trade fee into the caper's own treasury, and proposal and vote fees accrue there too — there is no signer set to compromise and no multisig to socially engineer. Capital is deployed only through governance: a PAYOUT proposal transfers assets to a recipient, and an INVEST proposal buys into another caper's curve and books the resulting tokens back into the treasury, so a caper can diversify into other capers by vote. And the exit right is built in rather than bolted on: any holder can redeem for a pro-rata share of the treasury, weighted by their canonical vote weight, so majority-capture of the treasury is bounded by every other member's standing option to walk away with their share. (Verified against the Caper contract, not aspirational.)

TopicDAO treasury management
What it isStewarding the pooled on-chain assets a DAO collectively owns
Core objectivesCapital preservation → liquidity → income
Common rule of thumb12–18 months of runway in stablecoins
CustodyMultisig (Safe) or contract-controlled vault
Deployed byGovernance-approved proposals only
RelatedWhat is a DAO?, Rage-quit & exit rights, Raising funds, ENS DAO