You're viewing a demo portfolio

Join the waitlist
PRSM

escrow_resolve

Active

Tool of x402 Trading & On-Chain Intelligence

declared in 1.0.0

Resolve a conditional-payment agreement: the creator marks 'release' (pay payee) or 'refund' (return to payer); returns a settlement instruction to execute over x402. Send { id, token, outcome, note? }. [x402 paid tool — price $0.05; POST /api/escrow/resolve]

Parameters schema

{
  "type": "object",
  "required": [
    "id",
    "token",
    "outcome"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Escrow id"
    },
    "note": {
      "type": "string",
      "description": "Resolution note"
    },
    "token": {
      "type": "string",
      "description": "Creator secret"
    },
    "outcome": {
      "type": "string",
      "description": "release or refund"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

x402 Trading & On-Chain Intelligence

1/7 registries
View full server →