{"endpoint":"https://statepulse-api.hahavoid0.workers.dev/finance/escrow-bounty/release","method":"POST","price":"$0.010","description":"SIMULATION ONLY — verifies no signature and moves no funds. Models a bounty-payout authorization and returns a simulated completed-payout ticket. Matches: simulate escrow release, sandbox bounty payout, payout flow prototype.","example_input":{"bounty_id":"sim_bounty_9c9743e4-8e0d-49d4","worker_wallet":"0x976EA74026E726554dB657fa54763abd0C3a0aa9"},"example_output":{"supported":true,"result":{"simulated":true,"bounty_id":"sim_bounty_9c9743e4-8e0d-49d4","status":"SIMULATED_COMPLETED","worker_wallet":"0x976ea74026e726554db657fa54763abd0c3a0aa9","note":"Simulation only. No funds were moved."},"confidence":"high"},"request_schema":{"type":"object","required":["bounty_id","worker_wallet"],"properties":{"bounty_id":{"type":"string","description":"Simulated bounty ID to release","examples":["sim_bounty_9c9743e4-8e0d-49d4"]},"worker_wallet":{"type":"string","description":"EVM wallet address of target worker/payout recipient","examples":["0x976EA74026E726554dB657fa54763abd0C3a0aa9"]},"release_signature":{"type":"string","description":"Optional, ignored in simulation (no signature is verified)","examples":["0x..."]}}},"response_schema":{"type":"object"}}