escrow_create
Create an agent-to-agent conditional-payment agreement: payer, payee, amount, release condition, deadline — returns an id both parties track. Send { token, payer, payee, amountUsdc, condition, deadline? }. Coordination + resolution layer for A2A commerce (registry, not fund custody). [x402 paid tool — price $0.05; POST /api/escrow/create]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payee | Yes | 0x payee address | |
| payer | Yes | 0x payer address | |
| token | Yes | Secret (>=8 chars) authorizing later resolution | |
| deadline | No | ISO deadline | |
| condition | Yes | Plain-English release condition | |
| amountUsdc | Yes | Amount in USDC |