# EscrowPulse Agent-native escrow service. Deposit USDC on Solana, release on completion proof. Use case: Trust enforcement between autonomous agents for multi-step paid jobs. ## Endpoints POST /v1/escrow — Create escrow ($0.02 x402) GET /v1/escrow/{id} — Check status ($0.005 x402) POST /v1/escrow/{id}/release — Submit proof, trigger release ($0.02 x402) POST /v1/escrow/{id}/dispute — Flag a dispute ($0.02 x402) GET /v1/escrow/{id}/history — Get event log ($0.005 x402) ## Payment x402 on Solana and Base. USDC only. Platform fee: 0.5% on release (deducted from escrowed amount). ## Example Create: {"amount_usd":100,"worker_address":"...","condition":"task_complete","expires_hours":48} Release: {"proof_type":"signed_hash","proof_data":"sha256:abc123..."} ## Links Docs: https://escrowpulse.waltsoft.net/agents.md x402 protocol: https://x402.org Discovery: https://escrowpulse.waltsoft.net/.well-known/x402