Bounty Escrow Simulator (Sandbox)

Use to simulate creating a bounty-escrow lockup (fee math, IDs, status). No USDC is deposited or locked.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/finance/escrow-bounty
{
  "title": "Solve Maze Task",
  "reward_usdc": "100.00",
  "duration_days": 7,
  "sender": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/finance/escrow-bounty -m POST -b '{"title":"Solve Maze Task","reward_usdc":"100.00","duration_days":7,"sender":"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"}'

Not for

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