Wait for the lock to expire
The bounty detail page shows a countdown to the unlock time. The covenant enforces this time on-chain, and the release action stays unavailable until
current_blocktime >= startTime + lockDuration.Release the bounty payout
Once unlocked, click Release on the bounty detail page. Bounties use the budget-plan release flow under the hood, so 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 release the payout. 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.

