settlement_create
ActiveTool of SqueezeOS — Institutional AI Market Intelligence
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SqueezeOS — Institutional AI Market Intelligence
https://github.com/timwal78/squeezeos
1/7 registries