You're viewing a demo portfolio

Join the waitlist
PRSM

escrow_create

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →