Onchain Atlas

Rage Quit

A built-in escape hatch that lets a member instantly withdraw their proportional share of a shared pool of funds instead of being forced to go along with a decision they disagree with.

Also called: ragequit · exit-and-take-your-share · proportional exit right

What it is

Rage quit is an exit mechanism baked into a DAO, fund, or pooled contract: instead of merely voting "no" and being outvoted, a member can burn their membership stake (tokens, shares, or a claim) and immediately pull out their proportional slice of the underlying treasury. It replaces "voice" (arguing and voting) with a guaranteed "exit" that doesn't require anyone else's permission.

How it works

  1. A group pools capital into a shared contract — a DAO treasury, an investment club, a funding round — and each contributor receives a share token or internal accounting balance proportional to what they put in.
  2. Some governance action is proposed: spending treasury funds, admitting a new member, changing the rules, backing a project.
  3. Before (or sometimes during, via a timelock window) that action executes, any member who disagrees can call a "ragequit" function.
  4. The contract calculates that member's proportional share of the treasury's current assets (their share tokens divided by total supply, times each asset's balance).
  5. The contract burns their share tokens and transfers out that proportional slice of every asset in the treasury directly to them, atomically, with no vote or approval needed from anyone else.
  6. Because they've exited, the remaining members now govern a smaller pool without the dissenting member's capital, and the disputed proposal can proceed to execute against the remaining, presumably more aligned, treasury.
  7. This typically only works during a defined grace period before a proposal executes, so members have a window to see what passed and exit before their capital is committed to it.

Why designers use it

  • Gives minority members a credible, unilateral defense against majority decisions they strongly oppose, without needing to win the vote.
  • Reduces the incentive to fight bitterly over governance, since dissenters have a clean exit instead of being trapped.
  • Keeps capital "honest": members only stay if they actually endorse the current direction, which self-selects for aligned participants over time.
  • Lowers the stakes of any single proposal, since bad-faith or highly divisive proposals can be neutralized by mass exits rather than requiring perfect voting outcomes.

Failure modes

  • Bank-run dynamics: a controversial proposal can trigger a rush of simultaneous rage quits, draining the treasury of liquid assets right when the DAO needs them most.
  • Illiquid or locked assets: if the treasury holds NFTs, vesting tokens, or assets in active positions (staked, lent out), a member's "proportional share" may not be redeemable in practice, undermining the whole guarantee.
  • Grace-period gaming: sophisticated actors can watch pending proposals and rage quit strategically right before unfavorable ones land, while ordinary members miss the window.
  • Death spiral: repeated rage quits shrink the treasury and remaining membership, which can trigger further quits from members worried about being the last ones holding an emptied-out pool.
  • Griefing via spam proposals: bad actors can propose divisive actions purely to trigger exits and destabilize a rival faction's position in the DAO.

What to check before using it

  • Confirm every asset the treasury might hold can actually be split and transferred pro rata (not just idealized as fungible tokens).
  • Decide the length of the exit grace period and whether it's long enough for members to notice a proposal but short enough to not be gamed.
  • Model worst-case scenarios where a large share of members exit simultaneously — does the DAO retain enough treasury and quorum to keep functioning?
  • Clarify whether rage quit applies during active proposals only, or also to routine ongoing operations, and how that affects assets already committed elsewhere (lending, staking).
  • Consider whether partial rage quit (exiting only from specific proposals or asset classes) is needed, versus an all-or-nothing full exit.

Experiments that used it · 2

Shown oldest first, so you can watch the design evolve.

FundingWorks
A non-speculative Ethereum crowdfunding primitive where supporters lock ETH inside a burnable (rage-quittable) soulbound NFT that streams to a creator over time, backing the person rather than a product.
2025 too early to judge
S02
TokenWorks' Season 2 fundraiser: an open-edition, 1-ETH soulbound-NFT mint on Ethereum that funds the studio via streaming vesting, ragequit refunds, and an automatic PNKSTR reserve buy — funding the studio itself rather than selling a speculative token.
2026 too early to judge