Wait for the lock to expire
The bounty detail page shows a countdown to the unlock time. The covenant enforces this time on-chain — the Claim button remains disabled until
current_blocktime >= startTime + lockDuration.Claim
Once unlocked, click Claim Bounty. The app calls
POST /api/budget-plans/:id/release with your recipient address.Cancellation During Lock Period
If the funder created the bounty withcancelable: true, they can cancel before you claim. You will see a “Bounty cancelled” notice and no funds will be transferred to your address. Contact the funder to resolve any dispute off-chain.

