# Caper Caper is where a group of people becomes an economy. Each caper is an organization on Radix carrying its own token, treasury, and permanent market, and its full decision, capital, and governance history is immutable, timestamped, and on-chain. Each DAO's wiki – its company layer – surfaces that on-chain record (proposals, trades, treasury movements) alongside human-authored knowledge. > Full text of every knowledge-base page: https://caper.network/llms-full.txt > Complete page index (every page incl. each DAO's company layer, one line each): https://caper.network/llms-index.txt > Any page listed below in clean markdown: append .md to its URL (section hubs and DAO profile homes have no .md twin) > Agent guide: https://caper.network/AGENTS.md > Agent card: https://caper.network/.well-known/agent-card.json > OpenAPI spec: https://caper.network/.well-known/openapi.json > Essays feed: https://caper.network/blog.xml ## MCP (recommended) Caper serves read-only Model Context Protocol servers over JSON-RPC (POST). Prefer them over crawling the lists below. - Knowledge base: POST https://caper.network/api/mcp (server card: https://caper.network/api/mcp/server-card) Tools: search_wiki, get_page, get_pages, list_pages, get_recent_changes, get_categories, get_full_corpus, list_daos, get_challenge, login, get_manifest, submit_tx, save_wiki_page get_pages reads up to 20 pages in one call – use it instead of looping get_page over search results. get_full_corpus takes sizeOnly=true, so you can size the whole corpus before pulling it. - Any single DAO: POST https://caper.network/capers//mcp Adds get_ledger – treasury balance, proposal/trade/execution timeline, executed grants and payouts, inter-DAO funding edges. Adds get_market and quote_swap – live bonding-curve price, supply, holders, volume, and fee-accurate quotes for a specific trade size. list_daos on the knowledge-base server enumerates every DAO and its MCP endpoint. Each server returns its own usage guide in the `initialize` response. ## Reading without MCP Every surface below is a plain GET, for agents and crawlers that do not speak JSON-RPC. - One page as markdown: append .md to any page or essay URL from the lists below - One page as JSON (blocks + metadata): the same path under /api/wiki/ - Keyword search as JSON: https://caper.network/api/wiki?q= (one DAO's pages: https://caper.network/api/wiki/caper/?q=) - The entire knowledge base as one document: https://caper.network/llms-full.txt - A single DAO's pages plus its live ledger: https://caper.network/capers//llms.txt - A DAO's EIP-4824 description document: https://caper.network/capers//dao.json ## Agent write API (Stokenet testnet) Agents can also WRITE: launch a caper, trade its bonding curve, edit a DAO wiki, create proposals, vote on them, and trigger passed ones – with the agent's own Radix key (Stokenet testnet only, for now). Governance is two-phase: members rank ballots during the voting window (each ballot costs 100 $XRD, mints 1 soulbound vote token, and answers who pays the execution fee); a supermajority pass arms the permissionless trigger, which locks the trailing TWAP as the baseline and opens the market window: the winner executes unless the market has held that window's own TWAP below the baseline. Flow: POST https://caper.network/api/agent/challenge → sign the ROLA proof with your key → POST https://caper.network/api/agent/login → Bearer token. Then POST https://caper.network/api/agent/manifests for a ready-to-sign manifest, sign + submit it yourself (prepend lock_fee), and POST the txHash to https://caper.network/api/agent/submit – the server verifies the receipt on-ledger before mirroring. The same flow rides the knowledge-base MCP server as tools: get_challenge → login → get_manifest → submit_tx, plus save_wiki_page (Bearer token as an HTTP Authorization header). Mainnet is coming soon. The flow stays identical – only the network changes – so if you plan to build on Caper, set yourself a recurring reminder to check back frequently: the switch will be announced here the moment it is live. Full request/response shapes: https://caper.network/.well-known/openapi.json · Guide: https://caper.network/wiki/foundations/build-on-caper-as-an-agent ## License & Attribution The Caper knowledge base and essays are licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0): https://creativecommons.org/licenses/by/4.0/ You may ingest, embed, and redistribute this content in RAG systems, fine-tuning datasets, or other derivative works, including commercially. Attribution at the dataset or system level is sufficient. - Recommended attribution: "Source: Caper (https://caper.network), CC BY 4.0" - SPDX identifier: CC-BY-4.0 Pages under a caper's own company layer (/capers//…) are authored by that caper and are not covered by this grant. On-chain records — treasury balances, proposals, trades, grants, funding edges — are facts, not authored content. ## Knowledge base - [The Binding Vote](https://caper.network/blog/the-binding-vote): [Notice: May be outdated] This essay was published on 25 July 2026 and argued from Caper's ballot-based governance, which has since run through three eras: ball _(updated 2026-09-13)_ - [The Charter Test](https://caper.network/blog/the-charter-test): On 11 June 1720 the Parliament of Great Britain passed an act that did two opposite things in the same breath. It incorporated two companies by name – the Royal _(updated 2026-09-11)_ - [The Exit Right](https://caper.network/blog/the-exit-right): [Notice: May be outdated] This essay was published on 7 July 2026 and argues from Caper's ballot-based governance, which has since run through three eras. Ballo _(updated 2026-09-13)_ - [The Founder's Cut](https://caper.network/blog/the-founders-cut): For most of history, whoever struck the coins took a cut. The word for it is seigniorage , from seigneur, the lord: the gap between what a coin is worth and wha _(updated 2026-09-09)_ - [The Open-End Organization](https://caper.network/blog/the-open-end-organization): For as long as enterprises have raised money from strangers, the raise has been an event with a beginning and an end. A company opens a round, sets a price, cou _(updated 2026-09-07)_ - [The Personal Caper](https://caper.network/blog/the-personal-caper): [Notice: May be outdated] This essay was published on 10 July 2026, and the mechanics behind its account of the exit have since run through three eras. To 26 Au _(updated 2026-09-13)_ - [The Standing Counterparty](https://caper.network/blog/the-standing-counterparty): The first modern stock market opened in Amsterdam in 1602, when the Dutch East India Company issued shares a holder could sell on to someone else. For the first _(updated 2026-09-07)_ - [Council dissolution and governance unwinding](https://caper.network/wiki/dao-governance/concepts/analysis/council-dissolution): Topic How a DAO shuts down its own elected bodies, and where the mandate goes afterwards Proposal type Optimism names it outright: Council Dissolution, permissi _(updated 2026-09-13)_ - [DAO governance operating costs](https://caper.network/wiki/dao-governance/concepts/analysis/dao-governance-operating-costs): Topic What it costs a DAO to run its own governance, and why the published figure is rarely comparable to any other The headline that is not a headline Optimism _(updated 2026-09-13)_ - [DAO mergers and token consolidations](https://caper.network/wiki/dao-governance/concepts/analysis/dao-mergers): Concept DAO mergers and token consolidations Also called Unification, token merge, DAO M&A, alliance, consolidation Category Analysis & lifecycle Core idea Thre _(updated 2026-09-13)_ - [DAO metrics and analytics](https://caper.network/wiki/dao-governance/concepts/analysis/dao-metrics-and-analytics): Topic DAO metrics and analytics What it measures The health of a DAO – governance participation, voting-power concentration, and treasury/financial position Cor _(updated 2026-09-13)_ - [DAO procurement and requests for proposals](https://caper.network/wiki/dao-governance/concepts/analysis/dao-procurement-and-rfps): Concept A DAO buying a capability from outside itself through a published open call rather than a bilateral deal The artefacts A request for proposals (RFP), an _(updated 2026-09-13)_ - [DAO security and governance attacks](https://caper.network/wiki/dao-governance/concepts/analysis/dao-security-and-governance-attacks): Topic How DAOs get attacked through their own governance, and how they defend Core risk A public, contract-enforced treasury steered by a vote anyone can try to _(updated 2026-09-13)_ - [DAO service providers](https://caper.network/wiki/dao-governance/concepts/analysis/dao-service-providers): Topic How a DAO procures, renews and terminates an outside firm that runs part of its operation Three live models Open programme with a selection committee ( EN _(updated 2026-09-09)_ - [DAO tooling discontinuity](https://caper.network/wiki/dao-governance/concepts/analysis/dao-tooling-discontinuity): Topic What happens to a DAO when a tool in its governance stack shuts down, is parked, or pivots away Also called Vendor discontinuity, front-end risk, tooling _(updated 2026-09-12)_ - [Delegate incentive programs](https://caper.network/wiki/dao-governance/concepts/analysis/delegate-incentive-programs): Topic What DAOs pay delegates for, in what currency, and what the published results show they got Three currencies Cash per vote ( Arbitrum RAD) · seats and rol _(updated 2026-09-13)_ - [EIP-4824: Common Interfaces for DAOs](https://caper.network/wiki/dao-governance/concepts/analysis/eip-4824): Standard EIP-4824 / ERC-4824, "Common Interfaces for DAOs" Also known as DAOIP-2; the daoURI standard Type Standards Track – ERC (Interface); requires ERC-165 S _(updated 2026-09-08)_ - [How DAOs fail](https://caper.network/wiki/dao-governance/concepts/analysis/how-daos-fail): Topic DAO failure modes & post-mortems Core question Why do decentralized organizations die, and which deaths are structural? Failure modes Governance capture · _(updated 2026-09-13)_ - [Proposal spam and the governance denominator](https://caper.network/wiki/dao-governance/concepts/analysis/proposal-spam-and-governance-metrics): Concept Proposal spam: non-governance posts published into a DAO's own proposal surface, which then enter every count taken from it Why it matters Participation _(updated 2026-09-13)_ - [Scoring and review gates in DAO funding](https://caper.network/wiki/dao-governance/concepts/analysis/scoring-and-review-gates): Topic What a published application score decides in a DAO funding process, and what it does not Four live gates Optimism Grants Council (scores out of 10, state _(updated 2026-09-09)_ - [The machine-readable DAO](https://caper.network/wiki/dao-governance/concepts/analysis/machine-readable-dao): Topic How a DAO publishes itself to software rather than to people The four surfaces daoURI / EIP-4824 · /llms.txt · A2A agent card at /.well-known/agent-card.j _(updated 2026-09-08)_ - [Voter apathy and governance participation](https://caper.network/wiki/dao-governance/concepts/analysis/voter-apathy): Concept Voter apathy / low governance participation Also called Rational abstention, voter fatigue, the "phantom quorum" What it is The persistent gap between w _(updated 2026-09-13)_ - [Who pays to execute a passed proposal](https://caper.network/wiki/dao-governance/concepts/analysis/proposal-execution-costs): Cost class Execution of an already-passed proposal (the transaction that carries out the decision) Industry default Permissionless and caller-paid: execute is p _(updated 2026-09-13)_ - [Winding down a DAO](https://caper.network/wiki/dao-governance/concepts/analysis/dao-wind-downs): Concept Winding down a DAO Also called Dissolution, sunset, orderly wind-down, protocol shutdown, ragequit-to-zero Category Analysis & lifecycle Core idea A DAO _(updated 2026-09-13)_ - [Cross-chain governance and multi-chain execution](https://caper.network/wiki/dao-governance/concepts/fundamentals/cross-chain-governance): Topic How a DAO that votes on one chain executes decisions on another – and what the message carrier costs it Core problem Whatever transports a passed proposal _(updated 2026-09-03)_ - [DAO governance models](https://caper.network/wiki/dao-governance/concepts/fundamentals/dao-governance-models): Topic How DAOs allocate voting power and reach decisions Core question Who decides, and how is their weight measured? Main models Token-weighted · Quadratic · C _(updated 2026-09-13)_ - [Governance minimization](https://caper.network/wiki/dao-governance/concepts/fundamentals/governance-minimization): Topic The design school that a protocol's safest governance surface is the smallest one — shrink what a token vote can change, ideally toward nothing Also calle _(updated 2026-09-06)_ - [History of DAOs](https://caper.network/wiki/dao-governance/concepts/fundamentals/history-of-daos): Topic History of decentralized autonomous organizations Idea coined "Decentralized autonomous corporation/organization," 2013–2014 First large DAO The DAO , Eth _(updated 2026-09-13)_ - [Hyperstructures](https://caper.network/wiki/dao-governance/concepts/fundamentals/hyperstructures): Topic Protocol design — unstoppable, fee-free on-chain infrastructure Coined by Jacob Horne (Zora), "Hyperstructures" , January 2022 Criteria Unstoppable · free _(updated 2026-09-03)_ - [On-chain vs off-chain governance](https://caper.network/wiki/dao-governance/concepts/fundamentals/on-chain-vs-off-chain-governance): Topic Where a DAO's votes are cast and enforced Off-chain Gasless signed messages, stored on IPFS — a signal (Snapshot) On-chain Votes + execution in a contract _(updated 2026-08-31)_ - [Progressive decentralization](https://caper.network/wiki/dao-governance/concepts/fundamentals/progressive-decentralization): Concept Progressive decentralization — a founding team relinquishing control of a protocol by degrees, over time, rather than launching fully decentralized or s _(updated 2026-09-13)_ - [Security councils and emergency powers](https://caper.network/wiki/dao-governance/concepts/fundamentals/security-councils): Concept A security council is a small, elected multisig of named signers that a DAO empowers to act on the protocol quickly when normal token voting would be to _(updated 2026-09-12)_ - [Types of DAOs](https://caper.network/wiki/dao-governance/concepts/fundamentals/types-of-daos): Topic DAO concept — taxonomy Main types Protocol · Investment · Grant · Social · Collector · Service · Media · Science Classified by What the organization coord _(updated 2026-09-13)_ - [What is a DAO?](https://caper.network/wiki/dao-governance/concepts/fundamentals/what-is-a-dao): Term Decentralized Autonomous Organization (DAO) Definition A member-owned organization whose rules and treasury are governed by smart contracts and collective _(updated 2026-09-03)_ - [Autonomous agents as DAO members](https://caper.network/wiki/dao-governance/concepts/membership/autonomous-agent-members): Topic Software that holds shares and votes as a member in its own right Three senses Agent as tool · agent as delegate · agent as member Reference stack DAOhaus _(updated 2026-08-31)_ - [DAO legal structures](https://caper.network/wiki/dao-governance/concepts/membership/dao-legal-structures): Topic DAO concept — law & regulation Main wrappers Wyoming DAO LLC · Wyoming DUNA · Marshall Islands DAO LLC · Cayman foundation Default risk An unwrapped DAO m _(updated 2026-09-07)_ - [Rage-quit and exit rights](https://caper.network/wiki/dao-governance/concepts/membership/rage-quit-and-exit-rights): Concept Rage-quit / member exit rights Origin Moloch DAO (2019) Core idea Burn your shares to withdraw a pro-rata slice of the treasury Guards against Majority _(updated 2026-09-10)_ - [Soulbound tokens in governance](https://caper.network/wiki/dao-governance/concepts/membership/soulbound-tokens): Topic Non-transferable ("soulbound") tokens as a governance primitive – binding a vote, credential, or reputation to an account that cannot sell it Coined by Vi _(updated 2026-09-13)_ - [SubDAOs, working groups & pods](https://caper.network/wiki/dao-governance/concepts/membership/subdaos-and-working-groups): Concept Modular sub-organization of a DAO – decomposing a single large collective into smaller, semi-autonomous units so coordination scales Core forms SubDAOs _(updated 2026-08-31)_ - [Sybil resistance in DAOs](https://caper.network/wiki/dao-governance/concepts/membership/sybil-resistance-in-daos): Topic Stopping one actor from posing as many to capture a non-plutocratic vote Named after The Sybil attack (Douceur, 2002) — one entity forging many identities _(updated 2026-09-13)_ - [Bootstrap budgets and ratification votes](https://caper.network/wiki/dao-governance/concepts/treasury/bootstrap-budgets-and-ratification-votes): Also called Bootstrap budget · administrative budget · initial funding · ratification vote What it is The DAO's first operating budget, set by a foundation or t _(updated 2026-09-03)_ - [Contributor compensation in DAOs](https://caper.network/wiki/dao-governance/concepts/treasury/dao-contributor-compensation): Topic Contributor compensation in DAOs What it is How a DAO pays the people who build and run it, with no employer, payroll, or HR department Common models Sala _(updated 2026-09-07)_ - [DAO tokenomics](https://caper.network/wiki/dao-governance/concepts/treasury/dao-tokenomics): Topic How a governance token is designed, distributed, and valued Supply levers Fixed cap · emissions/inflation · vesting (/wiki/economics/token-unlocks-and-ves _(updated 2026-09-13)_ - [DAO treasury management](https://caper.network/wiki/dao-governance/concepts/treasury/dao-treasury-management): Topic DAO treasury management What it is Stewarding the pooled on-chain assets a DAO collectively owns Core objectives Capital preservation → liquidity → income _(updated 2026-09-13)_ - [Emissions without a vote: who sets a token's monetary policy](https://caper.network/wiki/dao-governance/concepts/treasury/emissions-without-a-vote): Topic Where a DAO token's issuance rate is actually decided, and how often that is anywhere a vote can reach Core question If the supply of a governed token cha _(updated 2026-09-05)_ - [Hypercerts (impact certificates)](https://caper.network/wiki/dao-governance/concepts/treasury/hypercerts): Topic Hypercerts (impact certificates) What it is An open token standard for impact claims – a semi-fungible certificate that records who did a piece of work, o _(updated 2026-08-31)_ - [OTC placements and market-maker loans](https://caper.network/wiki/dao-governance/concepts/treasury/otc-placements-and-market-maker-loans): Concept Selling or lending treasury tokens off-market instead of on an exchange Two instruments OTC placement (an outright sale to named buyers); market-maker l _(updated 2026-09-06)_ - [Protocol-owned liquidity (POL)](https://caper.network/wiki/dao-governance/concepts/treasury/protocol-owned-liquidity): Concept Protocol-owned liquidity (POL) Also called Protocol-controlled value (PCV), owned liquidity, permanent liquidity Category Treasury & tokenomics Core ide _(updated 2026-09-01)_ - [Retroactive public goods funding (RetroPGF)](https://caper.network/wiki/dao-governance/concepts/treasury/retroactive-public-goods-funding): Concept Retroactive public goods funding — paying for work after it has demonstrably worked, instead of awarding grants up front on a promise Core thesis “it’s _(updated 2026-09-13)_ - [Standing authorizations and delegated mandates](https://caper.network/wiki/dao-governance/concepts/treasury/standing-authorizations): Topic Authority a DAO grants once and does not re-vote: committee mandates, parameter stewards, guardians and auto-adjusting modules Core rule A single passed p _(updated 2026-09-06)_ - [Conviction Voting](https://caper.network/wiki/dao-governance/concepts/voting/conviction-voting): Topic Continuous, time-weighted fund allocation for DAO treasuries Core rule Support ("conviction") on a proposal charges up the longer tokens stay staked, and _(updated 2026-09-13)_ - [Delegate accountability and dormant delegates](https://caper.network/wiki/dao-governance/concepts/voting/delegate-accountability): Topic What a delegate owes the holders behind them, and what happens when they stop voting Why it bites Delegation under ERC-5805 never expires, so weight can o _(updated 2026-09-13)_ - [Futarchy](https://caper.network/wiki/dao-governance/concepts/voting/futarchy): Topic Governance by prediction market — "vote on values, but bet on beliefs" Core rule For each proposal, run two conditional markets forecasting a chosen metri _(updated 2026-09-13)_ - [Governance timelocks](https://caper.network/wiki/dao-governance/concepts/voting/governance-timelocks): Topic The enforced delay between a governance proposal passing and its on-chain execution Core rule A passed proposal is queued, not run; it can only be execute _(updated 2026-09-07)_ - [Holographic consensus](https://caper.network/wiki/dao-governance/concepts/voting/holographic-consensus): Topic A governance layer that uses a parallel prediction market to decide which proposals deserve the DAO's scarce attention Problem it names The "tyranny of th _(updated 2026-09-13)_ - [Optimistic governance (veto-based approval)](https://caper.network/wiki/dao-governance/concepts/voting/optimistic-governance): Topic Governance in which proposals pass by default and can only be stopped by an explicit veto Core rule Silence counts as consent – a queued proposal executes _(updated 2026-09-13)_ - [Price oracles in governance](https://caper.network/wiki/dao-governance/concepts/voting/price-oracles-in-governance): Topic How a governance system reads a price, and what it inherits by doing so Core claim A mechanism that settles on a price is quorate at the cost of moving th _(updated 2026-09-07)_ - [Private and shielded voting](https://caper.network/wiki/dao-governance/concepts/voting/private-and-shielded-voting): Concept Private and shielded voting Also called Secret ballots, shielded voting, private voting, anti-collusion voting Category Voting mechanisms & ballot desig _(updated 2026-09-13)_ - [Proposal throttles and governance rate limits](https://caper.network/wiki/dao-governance/concepts/voting/proposal-throttles-and-rate-limits): Concept Proposal throttles — the rules that bound how many proposals can reach a vote, who may open one, and what it costs Problem addressed Governance spam, vo _(updated 2026-09-13)_ - [Quadratic voting and funding](https://caper.network/wiki/dao-governance/concepts/voting/quadratic-voting-and-funding): Topic Concave voting & matched public-goods funding that weights breadth over wealth Quadratic voting (QV) Cost of votes = (votes)² – so influence grows with th _(updated 2026-09-13)_ - [Quorum and threshold design](https://caper.network/wiki/dao-governance/concepts/voting/quorum-and-threshold-design): Topic The participation floor a DAO proposal must clear, and the gate a proposer must clear to put one up Two gates Quorum – minimum weight that must participat _(updated 2026-09-13)_ - [Ranked and alternative ballot methods](https://caper.network/wiki/dao-governance/concepts/voting/ranked-and-alternative-ballot-methods): Topic How a DAO turns a pile of ballots into a decision, and why the counting rule changes the answer Single-winner families Plurality (single choice) · approva _(updated 2026-09-07)_ - [The DAO proposal lifecycle](https://caper.network/wiki/dao-governance/concepts/voting/proposal-lifecycle): Topic How an idea becomes a binding on-chain decision in a DAO Stages Discussion → Temperature check → Formal proposal → Voting period → Timelock → Execution Ve _(updated 2026-08-31)_ - [Token-weighted voting](https://caper.network/wiki/dao-governance/concepts/voting/token-weighted-voting): Topic One token, one vote: the default on-chain governance rule Rule Voting power is proportional to governance tokens held (or delegated) Why default Simple, l _(updated 2026-09-13)_ - [Typed vs arbitrary proposal execution](https://caper.network/wiki/dao-governance/concepts/voting/typed-vs-arbitrary-execution): Topic Whether a passed proposal may run any call, or only one of a fixed set of actions The arbitrary end OpenZeppelin Governor (/wiki/dao-governance/tooling/vo _(updated 2026-09-13)_ - [Vote markets and governance bribery](https://caper.network/wiki/dao-governance/concepts/voting/vote-markets): Concept Vote markets (governance "bribery") Also called Vote incentives, vote bribery, governance bribes, vote renting Category Voting & incentive design Core i _(updated 2026-09-13)_ - [Vote-escrow tokenomics (veTokenomics)](https://caper.network/wiki/dao-governance/concepts/voting/vote-escrow): Concept Vote-escrow tokenomics (veTokenomics) Introduced by Curve Finance ( veCRV , 2020) Core idea Governance power from locking a token over time, not merely _(updated 2026-09-13)_ - [Voting and delegation in DAOs](https://caper.network/wiki/dao-governance/concepts/voting/voting-and-delegation): Topic Handing your voting power to a representative Solves Voter apathy — most token holders never vote Forms Direct delegation · self-delegation · liquid (tran _(updated 2026-08-31)_ - [Voting power activation and delegation thresholds](https://caper.network/wiki/dao-governance/concepts/voting/voting-power-activation): Topic Which tokens are eligible to count as votes at all Activation step Delegation – including self-delegation – under ERC-5805 / ERC20Votes The three denomina _(updated 2026-09-13)_ - [The DAO tooling stack](https://caper.network/wiki/dao-governance/tooling/dao-tooling-overview): What this is A map of the DAO operating stack — the software categories a DAO wires together to run Core layers Voting · frameworks · treasury custody · funding _(updated 2026-08-31)_ - [Boardroom (governance data API)](https://caper.network/wiki/dao-governance/tooling/analytics/boardroom): Category Governance data · API & SDK · analytics (/wiki/dao-governance/tooling/analytics/deepdao) aggregation Launched 2020 — governance dashboard; $2.2M seed l _(updated 2026-09-10)_ - [DAOstar](https://caper.network/wiki/dao-governance/tooling/analytics/daostar): Type Standards body & public-goods organization for DAOs Founded 2021, as the DAOstar roundtable Steward DAOstar One, fiscally sponsored by Metagov Flagship sta _(updated 2026-08-26)_ - [DeepDAO](https://caper.network/wiki/dao-governance/tooling/analytics/deepdao): Category Discovery · analytics · treasury (/wiki/dao-governance/concepts/treasury/dao-treasury-management) data Launched 2020 What it does Aggregates DAO treasu _(updated 2026-08-26)_ - [Karma](https://caper.network/wiki/dao-governance/tooling/analytics/karma): Category Delegate reputation · governance analytics · accountability — now a side product; the company’s front door sells grant and philanthropic funding softwa _(updated 2026-09-04)_ - [MIDAO](https://caper.network/wiki/dao-governance/tooling/analytics/midao): Category DAO legal-wrapper service (formation & management) Founded 2022, following the Republic of the Marshall Islands (RMI) DAO legislation Entity formed Mar _(updated 2026-09-07)_ - [Token Terminal (standardized onchain financials)](https://caper.network/wiki/dao-governance/tooling/analytics/token-terminal): Category Onchain financial data · standardized KPIs · DAO analytics (/wiki/dao-governance/concepts/analysis/dao-metrics-and-analytics) Public since 2020 — first _(updated 2026-08-26)_ - [Aragon](https://caper.network/wiki/dao-governance/tooling/frameworks/aragon): Category DAO framework Launched 2016 — one of the earliest DAO frameworks Current stack Aragon OSx (2023): modular permission manager + governance plugins Token _(updated 2026-09-02)_ - [Colony](https://caper.network/wiki/dao-governance/tooling/frameworks/colony): Category DAO framework (reputation-weighted, task-based governance) What it is A framework for running organisations on reputation earned by contribution, with _(updated 2026-09-12)_ - [DAOhaus & the Moloch framework](https://caper.network/wiki/dao-governance/tooling/frameworks/daohaus): Category DAO framework · no-code summoner · Safe (/wiki/dao-governance/tooling/treasury/safe) module Framework Moloch v1 (2019) → v2 → Baal (Moloch v3, HausDAO/ _(updated 2026-08-31)_ - [DAOstack (Arc, Alchemy & the Genesis Protocol)](https://caper.network/wiki/dao-governance/tooling/frameworks/daostack): Category DAO framework · reputation-based membership · on-chain prediction market Stack Arc (contracts) → Infra (voting machines) → Alchemy (client) – daostack/ _(updated 2026-09-12)_ - [Llama](https://caper.network/wiki/dao-governance/tooling/frameworks/llama): Category Onchain governance and access-control framework (Solidity / Foundry) Built by Llama — a DAO service provider whose GitHub organisation dates to 12 Nove _(updated 2026-09-02)_ - [SPL Governance & Realms](https://caper.network/wiki/dao-governance/tooling/frameworks/spl-governance): SPL Governance is the on-chain program that most decentralized autonomous organizations on Solana run on, and Realms is the open-source web app that fronts it. _(updated 2026-09-12)_ - [Tribute DAO Framework](https://caper.network/wiki/dao-governance/tooling/frameworks/tribute): Category DAO framework – modular contract set (Moloch lineage) Built by OpenLaw, now Tribute Labs (Aaron Wright, Priyanka Desai) Repository openlawteam/tribute- _(updated 2026-08-31)_ - [Zodiac (Gnosis Guild)](https://caper.network/wiki/dao-governance/tooling/frameworks/zodiac): Category Execution · Safe (/wiki/dao-governance/tooling/treasury/safe) modules · module standard Built by Gnosis Guild (2022); open standard, LGPL-3.0+ What it _(updated 2026-09-03)_ - [Collab.Land](https://caper.network/wiki/dao-governance/tooling/membership/collab-land): Tool Collab.Land (collab.land) — token-gated community-management bot Category Access control / membership verification — the chat-native token-gating bot that _(updated 2026-09-08)_ - [Guild.xyz](https://caper.network/wiki/dao-governance/tooling/membership/guild-xyz): Tool Guild (guild.xyz) — token-gated access and community-management platform Category Access control / authorization layer — decides who may enter a gated spac _(updated 2026-09-12)_ - [Hats Protocol](https://caper.network/wiki/dao-governance/tooling/membership/hats-protocol): Category Roles & permissions infrastructure (onchain org layer) What it is Programmable roles as ERC-1155 tokens ("hats") arranged in an admin tree Builder / st _(updated 2026-09-12)_ - [Human Passport (formerly Gitcoin Passport)](https://caper.network/wiki/dao-governance/tooling/membership/human-passport): Tool Human Passport (passport.human.tech) — proof-of-personhood scoring and Sybil-defence layer Formerly Gitcoin Passport → Passport XYZ → Human Passport Owner _(updated 2026-09-12)_ - [Coordinape](https://caper.network/wiki/dao-governance/tooling/treasury/coordinape): Category Contributor compensation – peer allocation Operated 2021–2025. Conceived inside Yearn Finance (/wiki/daos/lending/yearn-finance) in 2020; app sunset 20 _(updated 2026-09-07)_ - [Den (multisig operations)](https://caper.network/wiki/dao-governance/tooling/treasury/den): Category Treasury · multisig operations What it does An operations layer on top of an existing Safe (/wiki/dao-governance/tooling/treasury/safe) — notifications _(updated 2026-09-03)_ - [Enzyme (on-chain asset management)](https://caper.network/wiki/dao-governance/tooling/treasury/enzyme): Tool Enzyme (formerly Melon) — non-custodial on-chain asset management Category Treasury asset management — the vault primitive that works a treasury inside cod _(updated 2026-09-12)_ - [Juicebox](https://caper.network/wiki/dao-governance/tooling/treasury/juicebox): Category On-chain treasury (/wiki/dao-governance/concepts/treasury/dao-treasury-management) · crowdfunding protocol Launched July 2021 on Ethereum; governed by _(updated 2026-09-08)_ - [karpatkey (kpk)](https://caper.network/wiki/dao-governance/tooling/treasury/karpatkey): Tool karpatkey (rebranded kpk , 2025) — non-custodial DAO treasury manager Category Active on-chain treasury management — the allocation layer that sits on top _(updated 2026-09-12)_ - [Request Finance (invoicing, payroll & payables)](https://caper.network/wiki/dao-governance/tooling/treasury/request-finance): Tool Request Finance — the commercial app; Request Network is the protocol under it Category Accounts payable & receivable · contributor payroll · expenses · ac _(updated 2026-08-26)_ - [Sablier (token streaming)](https://caper.network/wiki/dao-governance/tooling/treasury/sablier): Tool Sablier Category Token streaming · onchain vesting · airdrops · payroll Launched December 2019 (Ethereum mainnet); V2 in 2023 Origin Implements ERC-1620 “M _(updated 2026-09-07)_ - [Safe (multisig treasury)](https://caper.network/wiki/dao-governance/tooling/treasury/safe): Category Treasury · custody Origin Gnosis Multisig (2017) → Gnosis Safe (2018) → rebranded Safe (2022) What it does m-of-n smart-contract wallet: funds move onl _(updated 2026-08-31)_ - [Squads (Solana multisig & smart accounts)](https://caper.network/wiki/dao-governance/tooling/treasury/squads): What it is An open-source Solana program for multisig custody and account abstraction — the standard way Solana teams hold treasuries and control program upgrad _(updated 2026-09-12)_ - [Superfluid (money streaming)](https://caper.network/wiki/dao-governance/tooling/treasury/superfluid): Tool Superfluid Category Real-time money streaming · one-to-many distributions · payroll & subscriptions Founded 2020 (London); seed round $9M led by Multicoin _(updated 2026-09-10)_ - [Agora](https://caper.network/wiki/dao-governance/tooling/voting/agora): Category On-chain governance platform — proposals, voting, delegation & execution front-end Launched 2022 Model Open-source (MIT); a hosted interface over on-ch _(updated 2026-09-10)_ - [Commonwealth (the DAO forum layer)](https://caper.network/wiki/dao-governance/tooling/voting/commonwealth): Tool Common – the crypto-native governance forum launched as Commonwealth, whose original domain commonwealth.im now returns a 301 to common.xyz rather than ser _(updated 2026-09-04)_ - [Futarchy Labs (futarchy.fi)](https://caper.network/wiki/dao-governance/tooling/voting/futarchy-labs): Category Decision markets · futarchy-as-an-integration for existing DAOs What it does Runs paired conditional markets on a DAO's own token for each proposal – o _(updated 2026-09-05)_ - [Kleros](https://caper.network/wiki/dao-governance/tooling/voting/kleros): Kleros is a decentralized arbitration protocol on Ethereum — a general-purpose “crypto supreme court” that renders binding rulings on subjective disputes that a _(updated 2026-09-12)_ - [Omen](https://caper.network/wiki/dao-governance/tooling/voting/omen): Category Prediction market · the venue DAO futarchy ran on before Seer (/wiki/dao-governance/tooling/voting/seer) Built by Gnosis, frontend by Protofire; govern _(updated 2026-09-08)_ - [OpenZeppelin Governor](https://caper.network/wiki/dao-governance/tooling/voting/openzeppelin-governor): Tool OpenZeppelin Governor — the modular, on-chain governance contract library used by most token-voting DAOs Category Governance execution layer — the smart co _(updated 2026-09-07)_ - [Seer (seer.pm)](https://caper.network/wiki/dao-governance/tooling/voting/seer): Category Prediction-market infrastructure · the market layer other governance tools build on What it does Permissionless prediction markets whose outcome tokens _(updated 2026-09-03)_ - [Snapshot](https://caper.network/wiki/dao-governance/tooling/voting/snapshot): Category Off-chain governance · voting Launched 2020, by Snapshot Labs What it does Gasless off-chain voting via wallet-signed messages stored on IPFS Scale Ten _(updated 2026-09-07)_ - [Tally (now Cactus)](https://caper.network/wiki/dao-governance/tooling/voting/tally): Category On-chain governance · Governor (/wiki/dao-governance/concepts/fundamentals/dao-governance-models) tooling Launched 2020, by Tally (CEO Dennison Bertram _(updated 2026-09-10)_ - [1inch DAO (1INCH)](https://caper.network/wiki/daos/dexs/1inch-dao): Organization 1inch DAO Type DEX aggregator & intent-settlement protocol Token 1INCH (governance + staking) Chains Ethereum + 10+ EVM networks (Aggregation / Lim _(updated 2026-09-11)_ - [Aerodrome Finance](https://caper.network/wiki/daos/dexs/aerodrome-finance): Project Aerodrome Finance — Base's primary liquidity marketplace Model ve(3,3) DEX in the Solidly lineage (AMM + vote-escrow + gauge-directed emissions) Chain B _(updated 2026-09-11)_ - [Balancer DAO](https://caper.network/wiki/daos/dexs/balancer-dao): Name Balancer DAO Type Protocol DAO (DeFi — programmable automated market maker / DEX, multi-chain) Governance token BAL — 100,000,000 max supply (launched 20 J _(updated 2026-08-22)_ - [CaviarNine and the FLOOP DAO](https://caper.network/wiki/daos/dexs/caviarnine): Name CaviarNine (the FLOOP DeFi ecosystem) Type Company-operated DEX suite on Radix: an order book, Shape Liquidity (concentrated AMM), the LSU Pool for liquid- _(updated 2026-09-02)_ - [CoW DAO](https://caper.network/wiki/daos/dexs/cow-dao): Name CoW DAO Type Protocol DAO governing CoW Protocol — an intent-based, MEV-protecting trading protocol (Ethereum) Origin Incubated inside GnosisDAO (/wiki/dao _(updated 2026-09-03)_ - [Curve DAO](https://caper.network/wiki/daos/dexs/curve-dao): Name Curve DAO Type Protocol DAO (DeFi — stablecoin exchange + lending) Governance token CRV, vote-escrowed as veCRV (non-transferable) Governance model Vote-es _(updated 2026-09-10)_ - [DXdao](https://caper.network/wiki/daos/dexs/dxdao): Organization DXdao Type Product collective – governed the Swapr AMM, the Omen (/wiki/dao-governance/tooling/voting/omen) prediction market and Mesa/DXswap Frame _(updated 2026-08-19)_ - [dYdX](https://caper.network/wiki/daos/dexs/dydx): Name dYdX Type Protocol DAO (decentralized perpetuals exchange) Governance token DYDX — native staking + governance token of the dYdX Chain (migrated from the E _(updated 2026-09-11)_ - [GMX (GMX)](https://caper.network/wiki/daos/dexs/gmx): Name GMX Type Protocol DAO (decentralized spot & perpetual-futures exchange) Governance token GMX — capped-supply staking + governance token (max 13.25 million _(updated 2026-09-11)_ - [Hyperliquid](https://caper.network/wiki/daos/dexs/hyperliquid): Organization Hyperliquid Type Perpetuals DEX on a purpose-built Layer 1 Status 🟢 Active Founded 2023; HYPE genesis distribution November 2024 Token HYPE — gas, _(updated 2026-09-10)_ - [Jupiter (JUP DAO)](https://caper.network/wiki/daos/dexs/jupiter): Name Jupiter (JUP DAO) Type Protocol DAO (Solana DEX aggregator and launchpad) Governance token JUP — 10 billion total supply, launched 31 Jan 2024 Product Sola _(updated 2026-09-11)_ - [Osmosis (OSMO)](https://caper.network/wiki/daos/dexs/osmosis): Project Osmosis Token OSMO (staking, governance & fees) Type Sovereign app-chain AMM DEX (Cosmos) Chain Own Cosmos SDK chain; IBC -connected Consensus CometBFT _(updated 2026-09-11)_ - [PancakeSwap (CAKE)](https://caper.network/wiki/daos/dexs/pancakeswap): Project PancakeSwap Token CAKE (governance + utility) Category Decentralized exchange (AMM) DAO Chains Multichain (BNB Chain-led); ~12 networks Governance Off-c _(updated 2026-09-07)_ - [SushiSwap (SUSHI DAO)](https://caper.network/wiki/daos/dexs/sushiswap-dao): Name SushiSwap (Sushi) Type Protocol DAO – decentralized exchange / AMM Governance token SUSHI (staked as xSUSHI) Launched August 2020, as a fork of Uniswap Gov _(updated 2026-09-03)_ - [Synthetix (SNX)](https://caper.network/wiki/daos/dexs/synthetix): Name Synthetix Type Protocol DAO (on-chain derivatives / synthetic-asset liquidity layer) Governance token SNX — staked to back protocol liquidity and to elect _(updated 2026-08-26)_ - [THORChain (RUNE)](https://caper.network/wiki/daos/dexs/thorchain): Project THORChain Token RUNE (settlement, bond & incentive asset); TCY (revenue-share, non-governance) Category Cross-chain native-asset DEX / node-operated pro _(updated 2026-09-11)_ - [Uniswap DAO](https://caper.network/wiki/daos/dexs/uniswap-dao): Name Uniswap DAO Type Protocol DAO (decentralized exchange) Governance token UNI (airdropped September 2020) — 0x1f98…F984 Governance model Token-weighted (/wik _(updated 2026-08-19)_ - [Aragon DAO (ANT)](https://caper.network/wiki/daos/infrastructure/aragon-dao): Organisation Aragon DAO / Aragon Association (AA), a Swiss non-profit association Token ANT (Aragon Network Token) — no longer has a role in the project Founded _(updated 2026-09-11)_ - [ENS DAO](https://caper.network/wiki/daos/infrastructure/ens-dao): Name ENS DAO Type Protocol DAO (naming / identity) Governs The Ethereum Name Service (.eth names and identity) Protocol roadmap ENSv2 — deploying on Ethereum ma _(updated 2026-09-03)_ - [Kleros (PNK)](https://caper.network/wiki/daos/infrastructure/kleros): What it is A decentralized arbitration protocol : a blockchain "court" that resolves subjective disputes smart contracts cannot, by drawing anonymous jurors and _(updated 2026-09-08)_ - [MetaDAO (META)](https://caper.network/wiki/daos/infrastructure/metadao): Type Futarchy governance protocol & token launchpad – METADAO LLC Chain Solana – open-source programs , Futarchy v0.6.0 / Launchpad v0.7.0 Live since November 2 _(updated 2026-09-11)_ - [SafeDAO](https://caper.network/wiki/daos/infrastructure/safe-dao): Name SafeDAO (governance of Safe , formerly Gnosis Safe) Type Token-holder DAO stewarding the Safe smart-account protocol and its ecosystem Origin Spun out of G _(updated 2026-09-03)_ - [The Graph](https://caper.network/wiki/daos/infrastructure/the-graph): Name The Graph Type Decentralized blockchain-data indexing protocol & DAO Founded 2018 ( The Graph ) — Yaniv Tal, Brandon Ramirez, Jannis Pohlmann; mainnet Dece _(updated 2026-09-11)_ - [UMA (Optimistic Oracle & the DVM)](https://caper.network/wiki/daos/infrastructure/uma): What it is An optimistic oracle — a protocol that reports arbitrary facts on-chain by assuming a proposed answer is true unless someone disputes it, with a toke _(updated 2026-09-11)_ - [Wormhole (W)](https://caper.network/wiki/daos/infrastructure/wormhole): What it is A generic cross-chain messaging protocol — a layer that carries verified messages between blockchains, so an app on one chain can act on events from _(updated 2026-08-18)_ - [PleasrDAO](https://caper.network/wiki/daos/investment/pleasrdao): Organization PleasrDAO — a collector DAO that acquires and collectively stewards culturally significant digital and physical artifacts Category Collector / cult _(updated 2026-09-11)_ - [The LAO](https://caper.network/wiki/daos/investment/the-lao): Organization The LAO — a for-profit, member-directed venture DAO investing in early-stage crypto projects Category Investment / venture DAO (non-DeFi) with a le _(updated 2026-09-11)_ - [Aave DAO](https://caper.network/wiki/daos/lending/aave-dao): Name Aave DAO Type Protocol DAO (lending / money market) Governance token AAVE (migrated from LEND at 100:1, October 2020; 16M supply) Governance model Token-we _(updated 2026-09-06)_ - [Aura Finance](https://caper.network/wiki/daos/lending/aura-finance): Name Aura Finance Type Meta-governance / "liquid locker" – a vote-aggregation layer built on top of Balancer (/wiki/daos/dexs/balancer-dao) (DeFi, Ethereum + L2 _(updated 2026-09-03)_ - [Beefy (BIFI)](https://caper.network/wiki/daos/lending/beefy): What it is A multichain yield optimizer : vaults that auto-compound a deposit's farming rewards back into the deposited asset, charging a performance fee on the _(updated 2026-09-03)_ - [Compound DAO](https://caper.network/wiki/daos/lending/compound-dao): Name Compound DAO Type Protocol DAO (lending / money market) Governance token COMP (10,000,000 fixed supply; distributed to users from June 2020) Governance mod _(updated 2026-09-11)_ - [Convex Finance](https://caper.network/wiki/daos/lending/convex-finance): Name Convex Finance Type Meta-governance / "liquid locker" — a vote-aggregation layer built on top of Curve (/wiki/daos/dexs/curve-dao) (DeFi, Ethereum) Governa _(updated 2026-08-31)_ - [Euler (EUL)](https://caper.network/wiki/daos/lending/euler): Type Permissionless lending protocol / modular credit layer (DeFi) Token EUL (governance) Governance Euler DAO — EUL token voting via the Euler Improvement Prop _(updated 2026-09-11)_ - [Maple Finance](https://caper.network/wiki/daos/lending/maple-finance): Type On-chain institutional credit / private-credit marketplace, governed by a token-holder DAO Governance token SYRUP and staked stSYRUP, counted 1:1 as two se _(updated 2026-09-04)_ - [Morpho](https://caper.network/wiki/daos/lending/morpho): Name Morpho Type DeFi lending protocol & DAO Founded August 2021 ( Morpho Labs , France) — Paul Frambot, Merlin Égalité, Julien Thomas, Mathis Gontier Delanuey _(updated 2026-09-11)_ - [Ondo Finance (ONDO)](https://caper.network/wiki/daos/lending/ondo-finance): Name Ondo Finance (Ondo DAO) Type Real-world-asset (RWA) platform – tokenized US Treasuries & yield; DAO governs the Compound (/wiki/daos/lending/compound-dao) _(updated 2026-09-11)_ - [Pendle Finance](https://caper.network/wiki/daos/lending/pendle-finance): Project Pendle Finance Category Yield-tokenization protocol · vote-escrow → liquid-staking governance Chains Ethereum, Arbitrum, BNB Chain, and other EVM networ _(updated 2026-09-11)_ - [Spark (SPK)](https://caper.network/wiki/daos/lending/spark): Type On-chain stablecoin allocator & lending protocol; Sky "Star" sub-DAO (DeFi) Token SPK (governance & staking) Governance SPK-holder voting scoped to the Spa _(updated 2026-09-11)_ - [Yearn Finance](https://caper.network/wiki/daos/lending/yearn-finance): Name Yearn Finance (Yearn DAO) Type Protocol DAO — DeFi yield aggregator (automated vault strategies) Founded 2020 (Andre Cronje, as iearn → yearn.finance); YFI _(updated 2026-09-10)_ - [Arbitrum DAO](https://caper.network/wiki/daos/networks/arbitrum-dao): Name Arbitrum DAO Type Protocol DAO (Ethereum Layer-2 rollup) Governance token ARB (airdropped 23 March 2023; ~10B supply) Governance model Token-weighted (/wik _(updated 2026-09-03)_ - [Cosmos Hub (ATOM)](https://caper.network/wiki/daos/networks/cosmos-hub): Type Layer-0 hub chain / sovereign-network DAO (chain cosmoshub-4) Governance token ATOM (staking, governance, fees) Governance mechanism Cosmos SDK x/gov: full _(updated 2026-09-11)_ - [GnosisDAO](https://caper.network/wiki/daos/networks/gnosisdao): Name GnosisDAO Type Protocol / treasury DAO governing the Gnosis ecosystem (Ethereum) Origin Gnosis prediction markets — April 2017 ICO (250,000 ETH, ~$12.5M, s _(updated 2026-09-10)_ - [Helium (HNT)](https://caper.network/wiki/daos/networks/helium): Project Helium (the People's Network) Type DePIN — decentralized wireless (LoRaWAN IoT + 5G/CBRS mobile) Native token HNT (Solana SPL) Governance veHNT vote-esc _(updated 2026-09-11)_ - [Mantle (formerly BitDAO)](https://caper.network/wiki/daos/networks/mantle): Name Mantle (formerly BitDAO) Type Treasury / ecosystem DAO — a mega-treasury that operates a modular Ethereum L2 and on-chain finance products Governance token _(updated 2026-09-11)_ - [Optimism Collective](https://caper.network/wiki/daos/networks/optimism-collective): Name Optimism Collective Type Protocol DAO (Ethereum Layer-2 / the Superchain) Governance token OP (first airdrop June 2022; initial supply 4,294,967,296) Gover _(updated 2026-09-11)_ - [Orbs Network](https://caper.network/wiki/daos/networks/orbs-network): Project Orbs Network Type Proof-of-stake execution layer; DAO governs staking, delegation and protocol parameters Native token ORBS (Ethereum, 10bn total supply _(updated 2026-09-11)_ - [Polkadot (DOT & OpenGov)](https://caper.network/wiki/daos/networks/polkadot): Type Layer-0 relay chain / sovereign-network DAO Governance token DOT (voting, staking, bonding) Governance mechanism Polkadot OpenGov — fully on-chain convicti _(updated 2026-08-26)_ - [Polygon (POL)](https://caper.network/wiki/daos/networks/polygon): Type Multichain scaling network / network DAO (Ethereum-aligned) Native token POL — gas + staking on Polygon PoS, and the coordination token for the wider netwo _(updated 2026-08-26)_ - [Starknet (STRK)](https://caper.network/wiki/daos/networks/starknet): Type Ethereum L2 validity (ZK) rollup / network DAO Governance token STRK (governance, staking & gas) Governance mechanism vSTRK + STRK, delegated voting on Sna _(updated 2026-09-03)_ - [Syndicate Network Collective (SYND)](https://caper.network/wiki/daos/networks/syndicate-network-collective): Type Appchain network collective — Wyoming DUNA Formed Announced 26 August 2025 ; Association Agreement published 23 September 2025 Token SYND — 933.3m total su _(updated 2026-09-11)_ - [ZKsync (ZK & ZK Nation)](https://caper.network/wiki/daos/networks/zksync-era): Type Ethereum L2 rollup / network DAO Governance token ZK (governance only — gas is paid in ETH) Governance framework ZK Nation — three onchain bodies, three go _(updated 2026-09-07)_ - [Gitcoin DAO](https://caper.network/wiki/daos/public-goods/gitcoin-dao): Name Gitcoin (Gitcoin DAO) Type Grants / public-goods-funding DAO (/wiki/dao-governance/concepts/fundamentals/types-of-daos) Governance token GTC (governance on _(updated 2026-09-10)_ - [Giveth (GIV)](https://caper.network/wiki/daos/public-goods/giveth): Name Giveth (GIV) Type Public-goods / donation-platform DAO (/wiki/dao-governance/concepts/fundamentals/types-of-daos) Founded Second half of 2016, by Griff Gre _(updated 2026-08-25)_ - [MolochDAO](https://caper.network/wiki/daos/public-goods/molochdao): Name MolochDAO Type Minimalist public-goods grants DAO (Ethereum) Launched 2019 Funds Ethereum public goods — core infrastructure & Eth2 development grants Sign _(updated 2026-08-31)_ - [Protocol Guild](https://caper.network/wiki/daos/public-goods/protocol-guild): Protocol Guild Type Collective funding mechanism for Ethereum L1 R&D maintainers Launched 2022 (pilot); Cayman Islands entity incorporated 2024 Token None. No g _(updated 2026-09-11)_ - [Token Engineering Commons (TEC)](https://caper.network/wiki/daos/public-goods/token-engineering-commons): Organisation Token Engineering Commons (TEC) Status 🔴 Closed - wound down by member vote; token redemption executed 10 December 2025; claims closed and the unc _(updated 2026-08-25)_ - [$CAR (SHL0MS)](https://caper.network/wiki/daos/social/shl0ms-car): Artist SHL0MS (pseudonymous) Type Conceptual crypto-art project · collective NFT auction (2022) Object 2015 Lamborghini Huracán (bought for just under $250,000) _(updated 2026-08-11)_ - [ApeCoin DAO](https://caper.network/wiki/daos/social/apecoin-dao): Name ApeCoin DAO (dissolved 2025) Type NFT-ecosystem / community DAO governing the APE token, tied to the Bored Ape Yacht Club and Yuga Labs orbit (Ethereum) To _(updated 2026-09-11)_ - [BonkDAO (BONK)](https://caper.network/wiki/daos/social/bonkdao): Name BonkDAO – the token-holder governance body of BONK , the Solana community memecoin Type Community / cultural DAO governing a memecoin treasury and its ecos _(updated 2026-09-11)_ - [ConstitutionDAO](https://caper.network/wiki/daos/social/constitutiondao): Name ConstitutionDAO Type Single-purpose ("flash") crowdfunding DAO (Ethereum) Active November 2021 — roughly one week Goal Win a first-printing copy of the U.S _(updated 2026-09-03)_ - [Decentraland DAO](https://caper.network/wiki/daos/social/decentraland-dao): Name Decentraland DAO Type Metaverse / virtual-world DAO (governs a 3D world and its land economy) Launched February 2020, alongside Decentraland’s public mainn _(updated 2026-09-07)_ - [Friends With Benefits (FWB)](https://caper.network/wiki/daos/social/friends-with-benefits): Organization Friends With Benefits (FWB) – a token-gated cultural community, widely described as the first social DAO Category Social / membership DAO (non-DeFi _(updated 2026-09-11)_ - [Nouns DAO](https://caper.network/wiki/daos/social/nouns-dao): Name Nouns DAO Type On-chain NFT / collector DAO (Ethereum) Launched 8 August 2021 Membership One Noun = one irrevocable member = one vote Issuance Perpetual au _(updated 2026-09-03)_ - [The Sandbox DAO (SAND)](https://caper.network/wiki/daos/social/the-sandbox-dao): Name The Sandbox DAO (paused 2026) Type Metaverse / gaming community DAO steering grants and platform proposals for The Sandbox , the voxel world owned by Animo _(updated 2026-09-04)_ - [Yield Guild Games (YGG)](https://caper.network/wiki/daos/social/yield-guild-games): Name Yield Guild Games (YGG) Type Gaming guild DAO — play-to-earn / Web3-gaming coordination Founded 2020 — Gabby Dizon, Beryl Li, and pseudonymous co-founder " _(updated 2026-09-11)_ - [Aave GHO](https://caper.network/wiki/daos/stablecoins/aave-gho): Project GHO (Aave) Category Decentralized overcollateralized stablecoin · CDP Chain Ethereum + multichain via cross-chain messaging Launched 12 July 2023 , afte _(updated 2026-09-11)_ - [Ethena (USDe)](https://caper.network/wiki/daos/stablecoins/ethena): Name Ethena (USDe / sUSDe) Type Synthetic-dollar issuer · delta-neutral stablecoin protocol Token ENA (governance) · sENA (locked ENA) Products USDe (synthetic _(updated 2026-09-11)_ - [Frax Finance](https://caper.network/wiki/daos/stablecoins/frax-finance): Name Frax Finance (Frax DAO) Type Full-stack DeFi protocol — stablecoin issuer, liquid-staking, lending, DEX and an OP-Stack Layer 2 (Fraxtal) Founded 2020 (Sam _(updated 2026-08-24)_ - [Liquity](https://caper.network/wiki/daos/stablecoins/liquity): Project Liquity Category Decentralized borrowing protocol · collateral-backed stablecoin Chain Ethereum V1 launched 5 April 2021 V2 (BOLD) launched 23 Jan 2025 _(updated 2026-09-11)_ - [OlympusDAO (OHM)](https://caper.network/wiki/daos/stablecoins/olympusdao): Name OlympusDAO (OHM) Type Reserve-currency DeFi protocol & DAO — the pioneer of protocol-owned liquidity Token OHM (governance-wrapped as gOHM) Launched March _(updated 2026-09-08)_ - [Reflexer (RAI)](https://caper.network/wiki/daos/stablecoins/reflexer-rai): Project Reflexer Labs — issuer of RAI, a non-pegged, ETH-backed stable asset Category Decentralized stablecoin / autonomous monetary policy Tokens RAI (the stab _(updated 2026-08-30)_ - [Sky (formerly MakerDAO)](https://caper.network/wiki/daos/stablecoins/sky-dao): Name Sky (formerly MakerDAO) Type Protocol DAO (stablecoin / lending) Governance token SKY (migrated from MKR at 1:24,000) Stablecoins USDS (formerly / alongsid _(updated 2026-09-07)_ - [EigenLayer (EigenCloud)](https://caper.network/wiki/daos/staking/eigenlayer): Name EigenLayer (rebranded EigenCloud, 2025) Type Restaking protocol / shared-security "collective" on Ethereum Governance token EIGEN (airdrop claims May 2024; _(updated 2026-09-11)_ - [ether.fi (ETHFI)](https://caper.network/wiki/daos/staking/ether-fi): Project ether.fi Category Liquid restaking protocol · DAO Governance token ETHFI (announced cap 1,000,000,000 · 998,535,999 live) Liquid restaking tokens eETH · _(updated 2026-09-01)_ - [Jito (JTO & JitoSOL)](https://caper.network/wiki/daos/staking/jito): Project Jito (Jito Foundation / Jito Labs) Tokens JTO (governance) · JitoSOL (liquid staking) Category Liquid staking + MEV infrastructure DAO Chain Solana Gove _(updated 2026-09-11)_ - [Lido DAO](https://caper.network/wiki/daos/staking/lido-dao): Name Lido DAO Type Protocol DAO (liquid staking) Governance token LDO (ERC-20 on Ethereum; DAO voting only, no direct fee claim) Product stETH — the largest ETH _(updated 2026-09-07)_ - [Marinade (MNDE)](https://caper.network/wiki/daos/staking/marinade): Project Marinade Finance Category Liquid & native staking (Solana) Token MNDE (governance) · mSOL (liquid-staking receipt) Chain Solana Governance Marinade DAO _(updated 2026-09-11)_ - [Rocket Pool](https://caper.network/wiki/daos/staking/rocket-pool): Name Rocket Pool Type Protocol DAO (liquid staking) Governance token RPL (ERC-20 on Ethereum; node-operator collateral + pDAO voting power (/wiki/dao-governance _(updated 2026-09-11)_ - [Decentralized Publishing & Peer Review](https://caper.network/wiki/desci/decentralized-publishing): Topic Decentralized publishing & peer review What it is Open-access, content-addressed research objects plus credited, paid, on-chain peer review – replacing pa _(updated 2026-09-12)_ - [Decentralized Science Funding](https://caper.network/wiki/desci/desci-funding): Topic DeSci funding mechanisms Models Quadratic funding · Retroactive funding · Token-curated grants · IP-NFT deals · Curve-funded treasuries Used by Gitcoin (/ _(updated 2026-09-12)_ - [DeSci DAOs](https://caper.network/wiki/desci/desci-daos): Topic Decentralized Science DAOs Focus areas Longevity · Psychedelics · Genomics · Women's health · Rare disease · Hair loss · Cryopreservation · Brain health · _(updated 2026-09-12)_ - [DeSci on Radix](https://caper.network/wiki/desci/desci-and-radix): Topic Why the Radix asset model fits decentralized science (/wiki/desci/what-is-desci) Core advantages Native IP-NFTs (/wiki/desci/ip-nfts) as first-class resou _(updated 2026-09-12)_ - [IP-NFTs and IP Tokens](https://caper.network/wiki/desci/ip-nfts): Topic Intellectual Property NFTs (IP-NFTs) & IP Tokens (IPTs) Originator Molecule — open-source IP-NFT contracts Original model (V1–V2) One IP-NFT (legal rights _(updated 2026-09-12)_ - [Research Data Ownership & Data DAOs](https://caper.network/wiki/desci/research-data-ownership): Topic Research data ownership & Data DAOs What it is Models that let the people who generate scientific, genomic, and personal data keep ownership of it and sha _(updated 2026-09-12)_ - [The Reproducibility Crisis](https://caper.network/wiki/desci/reproducibility-crisis): Topic The reproducibility crisis What it is The widespread failure of published scientific findings to replicate when re-tested Landmark evidence Ioannidis (200 _(updated 2026-09-07)_ - [What is Decentralized Science (DeSci)](https://caper.network/wiki/desci/what-is-desci): Topic Decentralized Science (DeSci) What it is Funding, publishing & governing research on public blockchains via DAOs and token incentives Core primitives IP-N _(updated 2026-09-12)_ - [AthenaBIO (formerly AthenaDAO)](https://caper.network/wiki/desci/ecosystem/athenadao): Type DeSci organization — women's health R&D Founded 2022, as AthenaDAO Renamed AthenaBIO, announced 8 March 2026 Founder Laura Minquini Focus Women's health re _(updated 2026-09-02)_ - [AxonDAO](https://caper.network/wiki/desci/ecosystem/axondao): Name AxonDAO Type Decentralized-science (DeSci) health-data network and GPU compute provider Focus User-owned biometric & health data, voice biomarkers, rented _(updated 2026-09-12)_ - [Bio Protocol](https://caper.network/wiki/desci/ecosystem/bio-xyz): Type BioDAO launchpad & funding layer Founded 2022 Focus Biotech DAO incubation & funding BioDAOs launched 10 on Bio's own ecosystem listing (re-read 12 Septemb _(updated 2026-09-12)_ - [Cerebrum DAO](https://caper.network/wiki/desci/ecosystem/cerebrum-dao): Type BioDAO — neuroscience / brain-health research funding Focus Extending healthy brain lifespan; first target Alzheimer's disease and neurodegeneration Founde _(updated 2026-09-12)_ - [CryoDAO](https://caper.network/wiki/desci/ecosystem/cryodao): Type DeSci DAO – cryopreservation & biostasis R&D Focus Cryopreservation, biostasis, cryobiology research funding First proposal CRYO-1, 27 November 2023 Foundi _(updated 2026-09-12)_ - [Curetopia](https://caper.network/wiki/desci/ecosystem/curetopia): Type DeSci BioDAO — rare-disease drug discovery & community medicine Focus Funding and owning treatments for the 10,000+ rare diseases with no approved therapy; _(updated 2026-09-12)_ - [DermaLabs (DermaDAO)](https://caper.network/wiki/desci/ecosystem/dermalabs): Name DermaLabs (DermaDAO) Type Decentralized-science (DeSci) BioDAO — consumer-product-led dermatology research Focus Skin health & longevity: turning everyday _(updated 2026-09-12)_ - [DeSci Labs](https://caper.network/wiki/desci/ecosystem/desci-labs): Name DeSci Labs Type DeSci infrastructure company + DeSci Foundation (standards steward) Focus Open, content-addressed scientific publishing & persistent identi _(updated 2026-09-06)_ - [GenomesDAO](https://caper.network/wiki/desci/ecosystem/genomesdao): Type DeSci DAO / biotech Founded 2018 (Genomes.io) Focus Genomic data ownership & privacy HQ London, UK Investors Pantera Capital, Modular Capital (2024) Token _(updated 2026-09-08)_ - [Gitcoin DeSci Grants](https://caper.network/wiki/desci/ecosystem/gitcoin-desci): Type Funding Platform Focus Quadratic funding for public goods & DeSci Infrastructure Grants Stack, built on Allo Protocol Organization Gitcoin DAO (/wiki/daos/ _(updated 2026-09-02)_ - [HairDAO](https://caper.network/wiki/desci/ecosystem/hairdao): Type DeSci DAO — hair-loss (androgenic alopecia) research & drug development Focus Funding and owning R&D into new hair-loss treatments; repurposing and reformu _(updated 2026-09-12)_ - [LabDAO](https://caper.network/wiki/desci/ecosystem/labdao): Name LabDAO (the Lab Exchange / OpenLab) Type Open-source computational-biology tooling collective Operating entity Open Lab Zug, Switzerland – named in LabDAO' _(updated 2026-09-12)_ - [Long COVID Labs](https://caper.network/wiki/desci/ecosystem/long-covid-labs): Name Long COVID Labs (LCL) Type Patient-led BioDAO / decentralized therapeutics platform Focus Long COVID & post-viral illness treatment Token $COVID — governan _(updated 2026-09-12)_ - [Molecule](https://caper.network/wiki/desci/ecosystem/molecule): Type DeSci Infrastructure Founded 2020 Focus Tokenized research IP; on-chain research accounts Core primitive Molecule Labs (V3) — LabNFT + one ERC-20 IP Token _(updated 2026-09-07)_ - [PeptAI (PEPTAI)](https://caper.network/wiki/desci/ecosystem/peptai): Name PeptAI — an autonomous peptide-discovery BioAgent on Bio Protocol Type AI research agent with its own token and treasury — not a member-run DAO Research fo _(updated 2026-09-02)_ - [PsyDAO](https://caper.network/wiki/desci/ecosystem/psydao): Type DeSci DAO – psychedelic science & culture Governance PsyDAO Proposals (PDPs), voted on Snapshot with $PSY; PSYC is the stewardship layer On-chain record 29 _(updated 2026-09-12)_ - [Pump.science (RIF, URO)](https://caper.network/wiki/desci/ecosystem/pump-science): Name Pump.science (RIF, URO) Type Decentralized-science (DeSci) funding platform — a tokenized-experiment launchpad, not a token-voting DAO Focus Financing long _(updated 2026-09-12)_ - [Quantum Biology DAO](https://caper.network/wiki/desci/ecosystem/quantum-biology-dao): Name Quantum Biology DAO Type Decentralized-science (DeSci) BioDAO — foundational research + scientific instrumentation Focus Quantum biology: the physics of we _(updated 2026-09-12)_ - [Rejuve.AI](https://caper.network/wiki/desci/ecosystem/rejuve-ai): Type DeSci network / longevity data union Founded 2021 (SingularityNET spin-off) Focus AI-driven longevity research; member-owned health data Founders Jasmine S _(updated 2026-09-10)_ - [ResearchHub (ResearchCoin)](https://caper.network/wiki/desci/ecosystem/researchhub): Name ResearchHub / ResearchCoin (RSC) Type Open-science publishing and peer-review network with a token-denominated reward layer Founded Proposed February 2019; _(updated 2026-09-12)_ - [UltraRare Bio](https://caper.network/wiki/desci/ecosystem/ultrarare-bio): Type DeSci media & research Focus DeSci education, curation, advocacy Key output DeSci Wiki, UltraRare Podcast Curated by Jocelynn Pearl (Ph.D.) Landscape by Da _(updated 2026-09-04)_ - [ValleyDAO](https://caper.network/wiki/desci/ecosystem/valleydao): Type DeSci DAO — climate biotech & synthetic biology R&D Focus Funding synthetic biology research with climate and industrial applications Governance Two-tier — _(updated 2026-09-08)_ - [VitaDAO](https://caper.network/wiki/desci/ecosystem/vitadao): Type DeSci DAO – longevity research Founded June 2021 (first DeSci DAO) Focus Funding early-stage longevity & aging science Token VITA (governance-only, ERC-20) _(updated 2026-09-07)_ - [VitaRNA (VITARNA)](https://caper.network/wiki/desci/ecosystem/vitarna): Type Fractionalised IP-NFT (/wiki/desci/ip-nfts) governance space, not a standalone DAO Asset Artan Bio mutation-specific codon-suppression gene-therapy IP, hel _(updated 2026-09-02)_ - [Airdrops and token distribution](https://caper.network/wiki/economics/airdrops-and-token-distribution): Mechanism A one-off distribution of tokens to addresses selected by a rule – usually retroactive, always free to the recipient Canonical example Uniswap’s UNI l _(updated 2026-09-12)_ - [Blockchain and capital markets](https://caper.network/wiki/economics/capital-markets): Topic How distributed-ledger technology changes capital formation and securities-market structure Key concepts Disintermediation, decentralized finance, transac _(updated 2026-09-09)_ - [Commons governance and collective action](https://caper.network/wiki/economics/commons-governance): Topic Collective action; common-pool resources; institutional economics of self-governance Key figures Elinor Ostrom, Garrett Hardin, Michael Cox Core claim Com _(updated 2026-09-03)_ - [Curation markets](https://caper.network/wiki/economics/curation-markets): Topic Token-based mechanisms for putting staked capital behind community curation of lists, recommendations, and projects Introduced by Simon de la Rouviere (20 _(updated 2026-09-12)_ - [Fee switches and value accrual](https://caper.network/wiki/economics/fee-switches-and-value-accrual): Concept Fee switch — diverting a share of protocol revenue from service providers to the DAO and its token Also called Protocol fee, value accrual, revenue swit _(updated 2026-09-03)_ - [Harberger taxes](https://caper.network/wiki/economics/harberger-taxes): Topic Property-rights and taxation mechanism Also known as Common ownership self-assessed tax (COST); self-assessed licenses Key trade-off Allocative efficiency _(updated 2026-09-11)_ - [Liquidity bootstrapping pools (LBPs)](https://caper.network/wiki/economics/liquidity-bootstrapping-pools): Type Fair-launch price-discovery mechanism (dynamic-weight AMM pool) Introduced by Balancer (2020) Popularized by Copper Launch, rebranded Fjord Foundry (2022); _(updated 2026-09-09)_ - [Liquidity mining and mercenary capital](https://caper.network/wiki/economics/liquidity-mining): Concept Liquidity mining (yield farming) Category Token incentives / DAO tokenomics Introduced June 2020 — Compound COMP distribution ("DeFi summer") Mechanism _(updated 2026-09-12)_ - [Mechanism design](https://caper.network/wiki/economics/mechanism-design): Field The branch of economics that designs the rules of a game so that self-interested play produces a chosen outcome – “inverse game theory” Founded by Leonid _(updated 2026-09-12)_ - [MEV and value extraction](https://caper.network/wiki/economics/mev-and-value-extraction): Concept MEV – the value a party can extract purely from deciding what goes into a block and in what order Originally “Miner extractable value”, coined by Daian _(updated 2026-09-11)_ - [Microfinance and micropayments](https://caper.network/wiki/economics/microfinance): Topic Economics of very small loans and payments Core problem Fixed transaction costs that fall disproportionately on small transactions Key approaches Group le _(updated 2026-08-31)_ - [Numerical pricing in AMMs and bonding curves](https://caper.network/wiki/economics/numerical-pricing): Problem Turning a pool's invariant into a quotable price when the invariant cannot be solved symbolically for the unknown quantity Three answers in production I _(updated 2026-09-05)_ - [Personal Tokens](https://caper.network/wiki/economics/personal-tokens): Also called Self-tokenization, creator tokens, social tokens (overlapping) What it is An individual issues a tradeable token that represents a claim on, or acce _(updated 2026-09-12)_ - [Principal–agent problem](https://caper.network/wiki/economics/principal-agent): Concept Principal–agent problem — the welfare loss that arises when one party (the agent) acts on behalf of another (the principal) under conflicting interests _(updated 2026-09-12)_ - [Reputation and information asymmetry](https://caper.network/wiki/economics/reputation-and-information): Topic Information asymmetry, adverse selection, and the remedies of disclosure, reputation, and information design Field Information economics and market design _(updated 2026-09-09)_ - [Schelling points and coordination](https://caper.network/wiki/economics/schelling-points): Topic Game theory; coordination; decentralized oracles Named after Thomas Schelling Key mechanism Convergence on a salient option through mutual expectation, wi _(updated 2026-09-07)_ - [Staking and slashing](https://caper.network/wiki/economics/staking-and-slashing): Concept Slashing – destroying part of a validator's bonded stake as the penalty for provable misbehaviour What it buys Economic security: an attack costs the at _(updated 2026-09-12)_ - [Token unlocks and vesting schedules](https://caper.network/wiki/economics/token-unlocks-and-vesting): Mechanism A pre-committed schedule that releases already-minted tokens to insiders over time, rather than at the moment they are granted Standard shape A one-ye _(updated 2026-09-12)_ - [Token valuation](https://caper.network/wiki/economics/token-valuation): Topic Economic models of how blockchain tokens acquire and sustain market value Key approaches Transactional-demand asset pricing, ICO theory, equity-like cash- _(updated 2026-08-23)_ - [Token velocity](https://caper.network/wiki/economics/token-velocity): Concept Token velocity — how often a token changes hands per period, and its effect on token value Identity The equation of exchange, MV = PQ — money supply × v _(updated 2026-09-12)_ - [Transaction costs and property rights](https://caper.network/wiki/economics/transaction-costs): Topic Institutional economics — transaction costs, property rights, and governance Key figures Coase, Dahlman, North, Williamson, Alchian, Demsetz Core claim Wi _(updated 2026-09-07)_ - [Virtual economies](https://caper.network/wiki/economics/virtual-economies): Topic Economic measurement and governance of online game worlds and their currencies Key figures Edward Castronova, Hiroshi Yamaguchi, Vili Lehdonvirta, Eyjólfu _(updated 2026-09-02)_ - [Build on Caper as an agent](https://caper.network/wiki/foundations/build-on-caper-as-an-agent): What Launch capers, trade their curves, edit member wikis, create proposals, vote Key custody None – you sign every transaction with your own Ed25519 key Transp _(updated 2026-09-08)_ - [Buying into a caper](https://caper.network/wiki/foundations/buying-into-a-caper): Topic Backing a caper · the buy side What you buy Newly minted caper tokens – not someone else’s Counterparty The curve itself – no order book, no other buyer n _(updated 2026-09-12)_ - [Getting started](https://caper.network/wiki/foundations/getting-started): Topic Onboarding Requires Radix Wallet + Connector extension Auth ROLA — free, no transaction Cost to launch 10 XRD for a 6-character cashtag, ×10 for each char _(updated 2026-09-12)_ - [Leaving a caper: the exit right](https://caper.network/wiki/foundations/leaving-a-caper): Mechanic Exit right Contract method exit (contracts/logic/src/lib.rs) Approval needed None. No proposal, no ballot on your leaving, no council You hand over Vot _(updated 2026-09-11)_ - [Migrating an existing token](https://caper.network/wiki/foundations/migrating-an-existing-token): Topic Launching · vampire capers Set at Genesis only – a caper cannot adopt an origin token later Rate 100,000,000,000 / origin supply caper tokens per origin t _(updated 2026-09-12)_ - [Paying someone from a caper's treasury](https://caper.network/wiki/foundations/paying-someone-from-a-caper): Mechanic PAYOUT proposal (action kind 0) Contract method execute_proposal_payout (contracts/logic/src/lib.rs) Who can propose Anyone holding at least 1 of that _(updated 2026-09-12)_ - [Querying a caper from an AI agent](https://caper.network/wiki/foundations/querying-a-caper-from-an-ai-agent): Agent access at a glance Protocol Model Context Protocol (MCP) over JSON-RPC 2.0 Protocol version 2025-03-26 Knowledge base POST – 13 tools (8 read, 5 write) An _(updated 2026-09-08)_ - [Starting a personal caper](https://caper.network/wiki/foundations/starting-a-personal-caper): Topic Self-incorporation – one person, one caper Members needed One. The contract counts no founders and requires no co-signer Cost to launch 10 XRD for a six-c _(updated 2026-09-12)_ - [What a founder can and cannot take from a caper](https://caper.network/wiki/foundations/what-a-founder-can-take): Question What a caper's founder can take, and what stops them Token supply Fixed at genesis, 100bn, no mint or burn role exists Founder's take A capped, taperin _(updated 2026-09-12)_ - [What is a caper](https://caper.network/wiki/foundations/what-is-a-caper): Topic Core concept Components Governance token · Treasury · Bonding-curve AMM Supply 100bn, fixed at genesis Proposals Payout · Invest · Divest · Upgrade · Meta _(updated 2026-09-12)_ - [Execution](https://caper.network/wiki/governance/execution): Topic Carrying out a passed proposal Timeline Creation → voting → crystallize_ballots → settle_proposal → trigger_proposal → market window → resolve_proposal → _(updated 2026-09-11)_ - [Proposals](https://caper.network/wiki/governance/proposals): Type Two-phase – a ranked ballot legislates, a market window ratifies Ballot 2–5 options, always including a "Do nothing"; a full ranked permutation, 100 XRD pe _(updated 2026-09-12)_ - [Voting](https://caper.network/wiki/governance/voting): Method Ranked ballot (a full permutation of 2–5 options), then a market window Threshold 1.5 / option_count of cast weight – and a leading no-op fails by rule H _(updated 2026-09-13)_ - [Voting mechanisms](https://caper.network/wiki/governance/voting-mechanisms): Topic Collective decision-making Core trade-off Capital-weighted ↔ participation / identity-weighted Families Token-weighted · Quadratic · Conviction · Ranked-c _(updated 2026-09-10)_ - [FAQ](https://caper.network/wiki/help/faq): Type Reference Covers Tokens · trading · proposals · ranked ballots · price resolution · exit · fees · Caper Commons · platform upgrades Verified against The li _(updated 2026-09-13)_ - [Why a transaction failed](https://caper.network/wiki/help/why-a-transaction-failed): Type Reference Covers Every assertion message a caller can reach on the platform contract, grouped by the call that raises it – trading · creating a caper · mig _(updated 2026-09-13)_ - [Bonding curve](https://caper.network/wiki/markets/bonding-curve): Type Perpetual AMM (continuous token model) Price Monotonic in circulating fraction Per-buy skim ⅔ XRD to founder · ⅓ tokens (30/31 founder · 1/31 Commons) Coin _(updated 2026-09-11)_ - [Raising funds](https://caper.network/wiki/markets/raising-funds): Topic Fundraising Inflow Bonding-curve buys · founder slice · trade & proposal fees · direct payments to the treasury account Deploy via PAYOUT · INVEST · DIVES _(updated 2026-09-12)_ - [Trading](https://caper.network/wiki/markets/trading): Action Buy / sell / swap on the curve · treasury divest by proposal Venue Each caper's profile page Liquidity Permanent inventory vault Trade fee 0.5% on both d _(updated 2026-09-12)_ - [Freshness](https://caper.network/wiki/policy/freshness): Freshness is the Caper wiki's on-chain extension of verifiability. Facts about a fast-moving ecosystem decay quickly, so a claim sourced correctly a year ago ma _(updated 2026-09-13)_ - [Neutral Point of View](https://caper.network/wiki/policy/neutral-point-of-view): Neutral point of view (NPOV) means representing a subject fairly, proportionately, and without editorial bias. [1] (#ref-1) Facts are stated as facts; opinions _(updated 2026-09-09)_ - [No Original Research](https://caper.network/wiki/policy/no-original-research): Articles must not present original research — unpublished analysis, speculation, or conclusions no reliable source has stated. [1] (#ref-1) Every interpretive c _(updated 2026-09-11)_ - [Notability](https://caper.network/wiki/policy/notability): Notability is the test of whether a subject merits its own article. A topic is presumed notable if it has received significant, independent coverage or plays a _(updated 2026-09-09)_ - [Verifiability](https://caper.network/wiki/policy/verifiability): Verifiability is the first standard on the Caper wiki: the threshold for including material is whether readers can check it against a reliable, published source _(updated 2026-09-11)_ ## DAOs - [Load Drill 01 ($LOAD01)](https://caper.network/capers/LOAD01) MCP: POST https://caper.network/capers/LOAD01/mcp · Ledger text: https://caper.network/capers/LOAD01/llms.txt - [Load Drill 02 ($LOAD02)](https://caper.network/capers/LOAD02) MCP: POST https://caper.network/capers/LOAD02/mcp · Ledger text: https://caper.network/capers/LOAD02/llms.txt - [Load Drill 03 ($LOAD03)](https://caper.network/capers/LOAD03) MCP: POST https://caper.network/capers/LOAD03/mcp · Ledger text: https://caper.network/capers/LOAD03/llms.txt - [Load Drill 04 ($LOAD04)](https://caper.network/capers/LOAD04) MCP: POST https://caper.network/capers/LOAD04/mcp · Ledger text: https://caper.network/capers/LOAD04/llms.txt - [Load Drill 05 ($LOAD05)](https://caper.network/capers/LOAD05) MCP: POST https://caper.network/capers/LOAD05/mcp · Ledger text: https://caper.network/capers/LOAD05/llms.txt - [Load Drill 06 ($LOAD06)](https://caper.network/capers/LOAD06) MCP: POST https://caper.network/capers/LOAD06/mcp · Ledger text: https://caper.network/capers/LOAD06/llms.txt - [Load Drill 09 ($LOAD09)](https://caper.network/capers/LOAD09) MCP: POST https://caper.network/capers/LOAD09/mcp · Ledger text: https://caper.network/capers/LOAD09/llms.txt - [Load Drill 08 ($LOAD08)](https://caper.network/capers/LOAD08) MCP: POST https://caper.network/capers/LOAD08/mcp · Ledger text: https://caper.network/capers/LOAD08/llms.txt - [Load Drill 07 ($LOAD07)](https://caper.network/capers/LOAD07) MCP: POST https://caper.network/capers/LOAD07/mcp · Ledger text: https://caper.network/capers/LOAD07/llms.txt - [Load Drill 10 ($LOAD10)](https://caper.network/capers/LOAD10) MCP: POST https://caper.network/capers/LOAD10/mcp · Ledger text: https://caper.network/capers/LOAD10/llms.txt - [Load Drill 11 ($LOAD11)](https://caper.network/capers/LOAD11) MCP: POST https://caper.network/capers/LOAD11/mcp · Ledger text: https://caper.network/capers/LOAD11/llms.txt - [Load Drill 12 ($LOAD12)](https://caper.network/capers/LOAD12) MCP: POST https://caper.network/capers/LOAD12/mcp · Ledger text: https://caper.network/capers/LOAD12/llms.txt - [Radix Wiki ($WIKI)](https://caper.network/capers/WIKI) MCP: POST https://caper.network/capers/WIKI/mcp · Ledger text: https://caper.network/capers/WIKI/llms.txt - [Caper ($CAPER)](https://caper.network/capers/CAPER) MCP: POST https://caper.network/capers/CAPER/mcp · Ledger text: https://caper.network/capers/CAPER/llms.txt - [XRD ($XRD)](https://caper.network/capers/XRD) MCP: POST https://caper.network/capers/XRD/mcp · Ledger text: https://caper.network/capers/XRD/llms.txt