Non-Custodial Bounty Escrow Payout Authorization

Use when a bounty creator agent wants to sign and trigger the smart contract payout of locked escrow rewards to a task worker.

Try it OpenAPI

Call

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

AgentCash command

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

Not for

Do not use for claiming refunds for expired escrows.