You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 5.0.0).

settlement_create

Inactive

Tool of io.github.Timwal78/402proof

declared in 5.0.0

Create a conditional agent-to-agent escrow contract. Lock intent: 'I'll pay X RLUSD to Agent B IF condition Y is met.' Conditions: bias_match, confidence_above, price_above, price_below, time_elapsed. SqueezeOS tracks and proves — wallets settle direct. 1% platform fee on settlement. Free to create.

Parameters schema

{
  "type": "object",
  "required": [
    "creator_wallet",
    "recipient_wallet",
    "amount_rlusd",
    "condition_type",
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Target equity symbol"
    },
    "ttl_hours": {
      "type": "integer",
      "description": "Contract expiry (default 24h)"
    },
    "description": {
      "type": "string",
      "description": "Human-readable contract description"
    },
    "amount_rlusd": {
      "type": "number",
      "description": "RLUSD to pay on condition met (0.01-1000)"
    },
    "condition_type": {
      "enum": [
        "bias_match",
        "confidence_above",
        "price_above",
        "price_below",
        "time_elapsed"
      ],
      "type": "string"
    },
    "creator_wallet": {
      "type": "string",
      "description": "Your XRPL wallet (payer)"
    },
    "condition_value": {
      "type": "string",
      "description": "Condition threshold (e.g. 'BULLISH', '75', '220.50')"
    },
    "recipient_wallet": {
      "type": "string",
      "description": "Recipient XRPL wallet"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.Timwal78/402proof

https://github.com/Timwal78/SqueezeOS

3/7 registries
View full server →
settlement_create — io.github.Timwal78/402proof — PRSM MCP