Rage-quit is the right of a DAO member to leave a decision they disagree with by burning their governance stake and withdrawing a proportional share of the treasury before the disputed action executes. It is the clearest expression of a broader design principle – exit rights – that gives minorities a credible alternative to being outvoted: instead of fighting a losing vote, you take your money and go. The primitive was introduced by Moloch DAO in 2019 and has since propagated across investment, grant, and treasury-heavy DAOs. For where this fits among the other levers a DAO uses to hold power accountable, see DAO governance models and What is a DAO?.
How rage-quit works
In the Moloch model, membership is denominated in shares (voting + economic rights) and loot (economic rights only, no vote). Every passed proposal enters a grace period before it can be processed. During that window any member can rage-quit: the contract burns their shares and loot and transfers them a pro-rata portion of every token in the guild bank, in one atomic transaction.
- Grace period. Because rage-quit is only possible after a proposal passes but before it executes, members who dislike an outcome can exit while the treasury still holds their share – they are never forced to fund a decision they voted against.
- Pro-rata redemption. The payout equals
(your shares ÷ total shares) × treasury, spread across the full asset mix rather than cashed out at a single price. - Guild kick / ragekick. The membership can also force-exit a member – burning their shares and returning their proportional funds – to remove a bad actor without seizing their capital.
- Loot vs shares. Splitting economic rights (loot) from voting rights (shares) lets a DAO admit passive capital that can still rage-quit but cannot steer governance.
Why exit rights matter
A treasury-controlling DAO concentrates real money behind a majority vote, which creates two failure modes that exit rights directly address:
- Majority capture. Without an exit, a coordinated majority can vote to spend or redirect shared funds against a minority's wishes. Rage-quit caps the damage: the worst case for a dissenter is redeeming their own share and leaving, not losing it.
- Skin in the game. Because anyone can leave with their proportional treasury at any time, a proposal that destroys value gives members a reason to exit – so the mere existence of the exit disciplines what gets proposed. a16z crypto's DAO canon treats credible exit as a foundational governance guarantee, and practitioners at DAOhaus frame it as the mechanism that makes membership voluntary rather than captive.
The trade-off is treasury instability: a wave of exits can drain a DAO precisely when it is under stress, and a persistent gap between a token's market price and its "redeemable" treasury value invites arbitrage – the pattern critics call turning governance into a cash-out button.
That trade-off is real, but the Aragon DAO case shows the arbitrage does not wait for an exit right to exist. Aragon had no rage-quit: ANT holders had a promise of treasury control and no mechanism to enforce it. The discount between ANT's market price and the treasury behind it drew buyers anyway, and with no formal way out the only route to the money ran through a majority vote – so the claim arrived as a hostile takeover rather than a redemption, and the association blocked it. A DAO with rage-quit cannot be raided for its treasury, because there is no locked discount to arbitrage in the first place. The absence of an exit right does not remove the pressure; it converts it into a governance fight.
Exit rights in the wild: GnosisDAO's 2026 redemption votes
Between Moloch and the mega-treasuries, Nouns DAO showed exit rights working at scale: its 2023 fork mechanism let a dissenting 20% of holders split off with their proportional share of the treasury, which they did in two separate forks. The debate then moved from framework contracts to billion-dollar treasuries in 2026, when GnosisDAO took two votes on the same idea seven weeks apart and got opposite answers.
GIP-150 was defeated. Posted on 21 April 2026, it offered any GNO holder a one-time, opt-in exchange of tokens for a pro-rata share of the treasury at net asset value. Illiquid off-chain investments – roughly $25M the DAO had not previously disclosed – and Gnosis Ltd's enterprise value were to be handled by a synthetic claim token, gLTD-CLAIM, paying a fixed share of future distributions above a return-of-capital hurdle. The case rested on the treasury dashboard delivered under GIP-148: $22.5M had been deployed to Gnosis Ltd across three quarters while the discount to NAV widened rather than closed. It lost on Snapshot: 167,692 GNO for, 432,545 against, on 95 votes.
GIP-151 passed by dropping the contested half. Posted on 12 June 2026 by the same author, but this time "developed jointly with the Gnosis founding team", it kept the one-time pro-rata redemption and removed the synthetic claim token and any attempt to value the operating business – stated plainly as a way to avoid "any dispute over the valuation of illiquid or strategic holdings". Redeemers take liquid assets in kind plus a discounted share of capital called to date by GnosisVC; holders who stay keep their full claim on Gnosis Ltd. The eligible base was fixed at 1,364,058 GNO, the 3,000,000 total supply less the DAO's own holdings and Gnosis Ltd's, and redeemed GNO returns to the DAO and leaves circulation permanently. It carried 157,748 GNO for against 2,499, clearing the 75,000 quorum at about 215% on 49 votes.
The pair says more than either vote alone. The proposal that failed asked the DAO to price everything it owned; the one that succeeded asked it to price only what was liquid, and the opposition collapsed from 432,545 GNO to 2,499. But the winning vote also drew roughly a quarter of the weight and half the voters of the one it replaced. Retrofitting an exit right onto an established DAO turns out to be less a fight about whether members may leave than about what they are entitled to carry out with them – and the narrower the answer, the easier it passes.
Rage-quit at scale: Lido's Dual Governance
Moloch's rage-quit governs millions; Lido's Dual Governance applies the same idea to the largest staking pool on Ethereum, and it is the clearest evidence available of what a retrofitted exit right does once it is live. LDO holders govern, but stETH holders carry the risk, so since 2025 every Lido governance action on Ethereum passes through a timelock that stETH holders can extend by escrowing stETH: 1% of supply buys a delay that slides from 5 to 45 days, and 10% freezes governance until the dissenters have withdrawn their ETH. It is rage-quit rebuilt for a two-token DAO – LDO proposes, stETH leaves. (Dual Governance 101)
Two features of that design are worth carrying into any exit-right discussion, and both are legible only in the deployed contracts rather than the explainers. Read on 7 August 2026 at Ethereum block 25,705,002:
- The exit is slow, and gets slower with use. After a rage quit, ETH cannot be claimed for 60 days, and each consecutive rage-quit round adds another 15 days, to a ceiling of 180. Moloch's exit is atomic; Lido's is a two-to-six-month decision, which prices repeat use of the hatch rather than merely permitting it. (DualGovernanceConfig.sol)
- It has never been used. The DualGovernance state machine has read
Normalsince 8 August 2025 –vetoSignallingActivatedAtis still0andgetRageQuitEscrow()still returns the zero address, which the contract documents as meaning no rage quit has occurred. The signalling escrow holds 0.0000114 stETH against a first seal of roughly 94,329 stETH, and all twelve proposals put through the timelock have executed. (deployed contracts)
That is the general lesson, not a Lido-specific one. An exit right bolted onto a large token-weighted DAO is a coordination instrument, not an individual one: no single holder can trigger it, so it only ever fires if a dispersed base organises. Compare GnosisDAO above, where the same right had to be put to a vote of the very majority it constrains, and Moloch, where any member can leave alone on any block. The size of the threshold is what decides which of those three a DAO has actually built.
How Caper approaches this
Caper builds a standing exit right into every caper by default: no grace-period window to catch, no bolt-on vote required. A member redeems out by burning their soulbound vote tokens together with the caper tokens they are exiting, and the caper's treasury pays out a share priced by their canonical weight — the governance tokens held combined with the vote tokens earned — rather than the pro-rata slice of raw balance that rage-quit pays in every other example on this page. The treasury is funded through the bonding curve, so an exit settles against a transparent on-chain balance rather than a negotiated one – there is no net asset value to dispute, which is the whole substance of the GnosisDAO pair above.
One part of that design is unsettled as of 28 August 2026, and this page says so rather than glossing it. The soulbound vote tokens are the gate on the exit, and until August 2026 a caper minted them when a proposal's ballots were released. Ballots are retired: a proposal now resolves on price, so the mint that used to run at ballot release no longer exists, and how a holder comes to hold a vote token is a live question rather than a documented rule. The redemption formula itself is unchanged.
References
- MolochVentures/moloch – v1 contracts README. The origin implementation: shares and loot, the proposal grace period, and the atomic pro-rata rage-quit.
- a16z crypto, "The DAO canon". Treats credible exit as a foundational governance guarantee.
- DAOhaus, "Rage quit, exit rights and real skin in the game". The practitioner framing of exit as what makes membership voluntary.
- GIP-150 forum thread (21 April 2026) and its Snapshot record. The rejected standing design, including the
gLTD-CLAIMsynthetic claim token. - GIP-151 forum thread (12 June 2026) and its Snapshot record. The narrowed proposal that passed, with the 1,364,058 GNO eligible base.
- Protos, "RFV raiders target Gnosis DAO". The skeptical read of redemption campaigns.