{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/coordination/bounties/release","method":"POST","price":"$0.010","description":"Triggers the EscrowRegistry contract to release a locked USDC bounty to a worker wallet. Releasing can only be authorized by the StatePulse hot wallet (owner). Matches: release onchain bounty, payout escrow bounty, resolve locked bounty.","example_input":{"bounty_id":"0x000000000000000000000000000000000000000000000000000000000000000a","worker_wallet":"0x976EA74026E726554dB657fa54763abd0C3a0aa9"},"example_output":{"supported":true,"result":{"bounty_id":"0x000000000000000000000000000000000000000000000000000000000000000a","status":"COMPLETED","tx_hash":"0x...","worker_wallet":"0x976EA74026E726554dB657fa54763abd0C3a0aa9"},"confidence":"high"},"request_schema":{"type":"object","required":["bounty_id","worker_wallet"],"properties":{"bounty_id":{"type":"string","description":"Unique 32-byte hex ID representing the locked bounty"},"worker_wallet":{"type":"string","description":"EVM wallet address of the payout recipient"}}},"response_schema":{"type":"object"}}