Resource / 146
unknownAgentPay Pre-Trade Risk Check.
Pre-trade risk check for AI agents trading crypto: live orderbook slippage at YOUR size, side-aware funding carry, open-interest crowding, and optional contract security — composed into a single ok/caution/avoid verdict with per-factor reasons and raw data embedded. Answers 'is this trade sane?' before trading, not after. Replaces four API integrations plus the judgment layer.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 10000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xE8B25A72dD6aeF69515452a61AD231C7DF2843b7 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"body": {
"parameters": {
"side": "long",
"size_usd": 50000,
"symbol": "ETH"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
{
"example": {
"factors": {
"carry": {
"level": "ok",
"median_funding_pct": 0.01,
"reason": "carry unremarkable"
},
"crowding": {
"level": "ok",
"long_short_ratio": 1.2,
"reason": "positioning unremarkable"
},
"liquidity": {
"level": "ok",
"reason": "fills within 0.001% of best price",
"slippage_pct": 0.001
},
"security": {
"level": "skipped",
"reason": "no token_address provided"
}
},
"side": "long",
"size_usd": 50000,
"symbol": "ETH",
"verdict": "ok"
},
"type": "json"
}