escrow_create
ActiveTool of x402 Trading & On-Chain Intelligence
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]
Parameters schema
{
"type": "object",
"required": [
"token",
"payer",
"payee",
"amountUsdc",
"condition"
],
"properties": {
"payee": {
"type": "string",
"description": "0x payee address"
},
"payer": {
"type": "string",
"description": "0x payer address"
},
"token": {
"type": "string",
"description": "Secret (>=8 chars) authorizing later resolution"
},
"deadline": {
"type": "string",
"description": "ISO deadline"
},
"condition": {
"type": "string",
"description": "Plain-English release condition"
},
"amountUsdc": {
"type": "number",
"description": "Amount in USDC"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
x402 Trading & On-Chain Intelligence
1/7 registries