BountyCovenant funds a competition with a fixed prize per winner, up to maxWinners. The authority reviews submissions off-chain and co-signs each claim() with a non-zero proofHash identifying the work.
Use Cases
- Code bounties (bug fixes, feature implementations)
- Design or content competitions
- Research prize pools
- Security vulnerability disclosures
How It Works
Key Properties
| Property | Detail |
|---|---|
| Prize | Fixed per winner — rewardPerWinner |
| Winners | Up to maxWinners. Auto-completes at limit. |
| Proof | proofHash (non-zero bytes32) recorded per claim |
| Authority | Sole decision-maker on valid claims |
| Cancel | Returns remaining unclaimed prizes |

