Fund a reward distributor
This page is for the funder — whoever pays a store's
dig-rewards-coinreward distributor to attract mirrors. If you are a peer mirroring someone else's store to earn from a distributor someone else funded, this is not your page: see Earn rewards for mirroring instead, and read the role difference there before assuming a figure on that page is yours.
The mental model
A reward distributor is an on-chain, Managed-type CHIP-0051 coin
(dig-rewards-coin 0.4.1) that a funder launches and
commits $DIG to, so that peers who mirror the funder's store are paid automatically for passing
periodic challenges. The distributor pays itself — payouts are permissionless spends any
eligible peer can build once admitted — so the funder is not in the path of an individual payment.
The funder's own node runs the prover, the process that admits and evicts peers from the paid
list; it does not gate payment itself (see the uptime warning below).
Funding is per commitment, and only CommitIncentives is recoverable
There are two ways to put $DIG into a distributor, and they are not interchangeable:
AddIncentivesadds to the current epoch's rewards. It creates no commitment slot. It is an irrevocable donation — there is nothing later to claw back.CommitIncentivesfunds a future epoch and creates a commitment slot recording aclawback_puzzle_hashentitled to reclaim it. This is the recoverable funding path, and it defaults toCOMMITMENT_DEPTH_EPOCHS = 2future epochs (dig-rewards-coinSPEC.md§7.4 clause 1, tagv0.4.0) — deep enough for one full epoch of slack at the default 7-day epoch length, shallow enough to bound exposure if the prover ever stops admitting new peers (see the warning below).
Only CommitIncentives gives you anything to withdraw. If your funding UI offers a clawback
button next to money that went in through AddIncentives, that button does not correspond to
anything on chain.
Clawback: who, and how much — the rule, not a number
Only the holder of the key recorded as that commitment slot's clawback_puzzle_hash may claw it
back (SPEC.md §7.4 clause 3, v0.4.0) — not the manager singleton, not the launcher
coin, and not any operator role. A clawback returns 90% of the committed slot; the
remaining 10% is forfeit to the reserve, where it is later paid out to whichever peers hold
entries at that time — not to the mirrors whose costs the funder is retracting against (SPEC.md
§7.4/§7.5, v0.4.0).
We are not showing a computed recoverable amount on this page. A pre-existing defect in this
crate's withdraw_committed_incentives (tracked as
dig-rewards-coin#3303, present
since 0.3.0) returns an uncorrected wrapped u64 for a clawback figure, so any number the software
shows you for "what you'd get back" is not yet trustworthy — the 90/10 rule above is normative
and correct; a displayed total is not, until that fix lands. Do not rely on a shown recoverable
figure to decide how much to commit.