Collective Threshold Pledge¶
Conditional-commitment protocol — instantiates Shared-Benefit Contribution Governance
Makes each person's contribution binding only if enough others also commit — so no one has to move first into an empty room, and the effort either reaches critical mass or costs nobody.
Many worthwhile efforts die at the starting line because contributing first, alone, is a losing move: you pay while others wait to see if it works, and fear of being the lone sucker keeps everyone frozen. Collective Threshold Pledge breaks that deadlock. It collects conditional commitments — pledges that bind only if the group total clears a pre-set threshold by a deadline — and otherwise releases them, so that contributing becomes safe because it becomes simultaneous and conditional. Its defining move is the threshold gate: it converts a fragile chain of "I'll help if you help" into a single all-or-nothing moment where either everyone moves together or no one is out anything. That gate is what distinguishes it from a public round of individual commitments (which binds each person on their own word) and from a live tally board (which merely displays effort without gating it).
Example¶
A rural neighborhood wants fiber broadband. An ISP will build the line only if enough households subscribe, and every household faces the same trap: organizing and pre-paying is worth it only if the neighbors do too, and no one wants to pay to discover they were the only one. The organizers set it up as an assurance contract, Kickstarter-style all-or-nothing: households pledge a monthly commitment into escrow; if at least ~120 of the ~200 homes pledge within 60 days, every pledge binds and the build proceeds; if the threshold is missed, all pledges are voided and no one owes a cent.
Because backing out costs nothing if the bar is not reached, households pledge without fear of being exploited — the downside that paralyzed them is gone. The tally climbing publicly toward 120 becomes its own recruiter, as fence-sitters see the effort is actually going to happen. The threshold is cleared in six weeks, and contribution that no single household would have risked alone becomes safe the moment it is made conditional and collective.
How it works¶
- Collect conditional pledges. Commitments are gathered but held non-binding, not activated on receipt.
- Define the threshold and deadline. A clear bar — a headcount, a resource sum, or a coverage share — and a date by which it must be met.
- Escrow until the gate. Pledges sit in escrow or as revocable promises, protected from being spent prematurely.
- Bind together or release together. If the threshold is met by the deadline, all pledges bind at once and the effort launches; if not, every pledge is returned and no one is exposed.
Tuning parameters¶
- Threshold level — where the bar sits relative to true critical mass. Set too high it rarely fires; set too low it fires but under-resources the benefit.
- Window length — how long pledges stay open. Longer gathers more commitments but bleeds momentum; shorter forces decisions but may miss slow adopters.
- Exit terms — fully costless release versus a small forfeit. Costless maximizes participation; some skin discourages frivolous or strategic pledging.
- Threshold type — headcount versus total resources versus coverage share. Headcount is legible; a resource sum better matches what the benefit actually requires.
- Tally visibility — hidden versus a public progress bar. A public tally creates bandwagon momentum, but a visibly stalled bar can also discourage the undecided.
When it helps, and when it misleads¶
Its strength is dissolving the "I won't unless others do" standoff that kills collective action outright: it makes the first move safe by guaranteeing you never move alone, and the visible climb toward the bar recruits the hesitant.
Its failure modes are real. A threshold set at the wrong level either never fires or fires while badly under-resourced, so the whole thing hinges on estimating true critical mass. It is a launch device, not a sustainer — it gets a group over the hump once, after which the ordinary problem of keeping people contributing returns in full. And the assurance rests entirely on a credible count and refund: if people doubt the tally is honest or the release is real, the fear it was meant to remove comes straight back. The classic misuse is setting a threshold you already know is reachable to manufacture a false mandate, or quietly moving the goalposts after pledges land. The discipline is to pin the threshold to genuine critical mass, run the count and escrow through a trusted party, and hand off to a durable contribution arrangement the moment the gate is cleared.[1]
How it implements the components¶
minimum_viable_contribution_threshold— it is built entirely around an explicit threshold: the collective level of commitment below which nothing binds and above which the effort proceeds.contributor_set_and_membership_boundary— it must fix the pool the threshold is counted over — who counts as a pledger, and what "enough" means relative to that defined set.
It does not define the shared benefit itself or the group's standing rules (that is Cooperative Contribution Charter), keep ongoing reciprocity accounts (Time Bank or Service Credit System), or run the recurring public commitments that sustain effort after launch (Peer Commitment Round).
Related¶
- Instantiates: Shared-Benefit Contribution Governance — the pledge is the ignition device that gets contribution past the cold-start deadlock.
- Consumes: Cooperative Contribution Charter supplies the definition of the shared benefit the threshold is meant to unlock.
- Sibling mechanisms: Contribution Board or Dashboard · Peer Commitment Round · Mutual Aid Roster · Cooperative Contribution Charter · Participatory Budget or Resource Pool
Notes¶
The pledge is a launcher, not a life-support system. Reaching the threshold once solves the cold-start problem and nothing after it: unless the effort hands off to a standing arrangement for ongoing contribution, month two simply relocates the free-rider problem the pledge was built to overcome. Treat a cleared threshold as the start of governance, not its conclusion.
References¶
[1] An assurance contract is a device from the economics of public goods in which contributions are collected but returned unless a preset threshold of participation is reached, removing the risk of contributing to an effort that never reaches viability. All-or-nothing crowdfunding is its best-known modern form. ↩