You're viewing a demo portfolio

Join the waitlist
PRSM

escrow_open

Active

Tool of SaSame Research Agent

declared in 1.9.0

Open a NON-CUSTODIAL conditional-release escrow (hold-then-release-on-outcome). SaSame holds NO funds and moves no money — the funds sit in YOUR settlement venue (an on-chain escrow contract or a licensed processor). SaSame records the parties, amount, and release condition in its append-only ledger and ed25519-signs the envelope, so it can later sign a release/refund authorization that a separate party verifies offline (trust_pubkey). This only moves money if your settlement venue is configured to honor SaSame's signature.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "amount",
    "condition"
  ],
  "properties": {
    "memo": {
      "type": "string",
      "description": "Optional note"
    },
    "unit": {
      "type": "string",
      "description": "Unit label, e.g. 'USDC', 'EUR', 'credits' (free text)"
    },
    "payee": {
      "type": "string",
      "description": "Who gets paid on release (self-claimed label, unverified)"
    },
    "payer": {
      "type": "string",
      "description": "Who funds the escrow (self-claimed label, unverified)"
    },
    "amount": {
      "type": "number",
      "description": "Amount held at your settlement venue, in your own units (informational — SaSame does not hold it)."
    },
    "condition": {
      "type": "string",
      "description": "The release condition in plain words, e.g. 'MCP server at X passes audit grade B+' or 'deliverable Y accepted by payer'."
    },
    "settlement_ref": {
      "type": "string",
      "description": "Where the funds actually sit — a contract address or processor escrow id. SaSame does not hold them."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →