Skip to content

Misses and stale pools

What happens if someone skips a round deposit, or a pool never fills.

Goal

Know how misses are covered, where penalties go, and how to exit an unfilled pool.

Missed round deposit

Goal

Keep the recipient whole when an obligor does not deposit before tick.

What the protocol does

If an obligor misses:

  1. The contract uses their locked collateral to cover the owed per-round amount plus a 1% penalty.
  2. Recovered assets go toward that round’s pot (via pool escrow).
  3. Penalty shares move into the pool reserve — not to the protocol owner.
  4. If locked shares cannot cover the full amount (underwater miss), remaining shares are redeemed into escrow, that member’s lock is cleared, and the round pot may be smaller than a full (N − 1) × per-round payout.

Honest participation is cheaper than missing: you still lose the obligation from collateral and pay the penalty into the reserve.

Outcomes

CaseRecipient potMisser
Solvent missFull (from deposits + collateral recovery)Obligation covered; 1% to pool reserve
Underwater missMay be reducedLock cleared after partial recovery

Stale unfilled pools

Goal

Recover collateral if the roster never fills.

Steps

  1. A pending pool snapshots a stale time at create (default 7 days; owner may set 3–7 days for new pools).
  2. After created + stale time, the pool is stale: new joins revert.
  3. Each member can leave individually — locked pledge returns to free collateral.

Statuses

StatusJoinsLeave
Pending (not yet stale)Allowed until fullNo — wait for fill or stale
StaleBlockedYes — reclaim pledge
ActiveN/ANot via leave

Common mistakes

  • Ignoring a miss — your collateral still pays; the reserve takes the penalty.
  • Leaving funds in a stale pool forever — leave to unlock free collateral.
  • Confusing miss penalties (pool reserve) with protocol yield or creation fees (owner).

See also