Bounty Escrow Release Simulator (Sandbox)

Use to simulate a bounty-payout authorization flow. No signature is verified and no funds are moved.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/finance/escrow-bounty/release
{
  "bounty_id": "sim_bounty_9c9743e4-8e0d-49d4",
  "worker_wallet": "0x976EA74026E726554dB657fa54763abd0C3a0aa9"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/finance/escrow-bounty/release -m POST -b '{"bounty_id":"sim_bounty_9c9743e4-8e0d-49d4","worker_wallet":"0x976EA74026E726554dB657fa54763abd0C3a0aa9"}'

Not for

Do not use as a real payout or custody service; it does not move any funds.