What it is
Tribute proposals are a funding and membership pattern (popularized by Moloch-style DAOs) where anyone who wants to join a DAO, or get funding for a project, submits a proposal offering something of value — typically tokens deposited into the DAO's treasury — in exchange for newly minted membership shares or funding approval. Existing members then vote on whether to accept the trade. It's an application and a fundraise combined into one governance action.
How it works
- A prospective member or grant applicant submits a proposal specifying the tribute they're offering (e.g., a deposit of tokens) and what they're asking for in return (new membership shares, a funding grant, or both).
- The proposal enters a review and voting period during which existing members discuss and vote yes/no, often after a required sponsorship step where an existing member must "second" the proposal to get it on the docket.
- If the vote passes, the tribute (if any) moves into the DAO's shared treasury, and the requested shares or funds are issued to the proposer.
- If the vote fails, the tribute is returned to the proposer — nothing is lost by trying, aside from time and any lock-up during the vote.
- Crucially, any member who disagrees with a passed proposal can exercise "ragequit" during a grace period: they burn their shares and withdraw their proportional slice of the treasury before the new tribute or grant takes effect, opting out of decisions they don't support.
- Because ragequit is always available, effective governance power is bounded — a proposal that would badly dilute or misuse the treasury gives dissenting members an exit with their fair share intact, rather than trapping them in a decision they didn't agree to.
Why designers use it
- Combines fundraising and membership vetting into a single, transparent governance action instead of separate off-chain negotiations.
- The ragequit exit right gives members a credible check on majority decisions without needing a formal veto or supermajority requirement.
- Tribute-for-shares aligns new members' stake with the DAO's treasury value from day one, rather than granting free membership.
- Creates a natural filter: only proposals existing members find valuable enough to dilute themselves for will pass, self-selecting for genuine alignment.
Failure modes
- If ragequit windows are too short or gas costs too high, dissenting members may be unable to exit before a bad proposal's effects land, undermining the safety valve.
- Sponsorship requirements can create gatekeeping, where new applicants need an existing member's favor just to get a vote scheduled, recreating the informal barriers the DAO was meant to avoid.
- Whale members with large share counts can push through self-serving tribute deals, and smaller members may not have enough treasury share at stake to make ragequit meaningful.
- Treasuries denominated in illiquid or volatile assets make the "fair share" ragequit withdrawal unpredictable in value, discouraging both joining and exiting at the wrong moments.
- Proposal spam (many low-quality tribute proposals) can overwhelm members' attention and voting bandwidth in a small, all-member-votes DAO.
What to check before using it
- Confirm the ragequit grace period is long enough, and cheap enough in gas, for members to realistically exit before a passed proposal executes.
- Check whether sponsorship or proposal-bond requirements create an unintended gatekeeping bottleneck for new members.
- Model what a large tribute-for-shares proposal does to existing members' proportional treasury claim, and whether that dilution is disclosed clearly before the vote.
- Verify the treasury's asset composition and liquidity, since ragequit withdrawals pay out in whatever the treasury actually holds, not necessarily cash-equivalent value.
- Set a realistic proposal cadence or bonding cost to prevent spam from overwhelming member attention.