ToolAssay

Answers 'will this leveraged perp position survive the calibrated range?' for a

Answers 'will this leveraged perp position survive the calibrated range?' for a side, entry, and leverage you specify: liquidation price and distance, the adverse 80%-range bound, a SURVIVES_RANGE / THIN_BUFFER / LIQUIDATION_INSIDE_RANGE verdict, the max leverage that still survives, P&L at both range bounds, and funding cost over the horizon — use it as a pre-trade gate or to stress an open position.

Answeringour last check, 2026-09-25
1 of 1checks answered this week
264 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://kronos.forgemesh.io/api/kronos/futures/risk

CategoryMarket data
Provider hostkronos.forgemesh.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days0 from 0 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-25 valid payment request 402$0.05 264 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "leverage": 5,
    "notional": 2000,
    "side": "LONG",
    "symbol": "ETH"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "entry": {
              "description": "Entry price (defaults to current perp mark)",
              "type": "number"
            },
            "horizon_hours": {
              "description": "Hours held for funding cost (default: forecast horizon)",
              "type": "number"
            },
            "leverage": {
              "description": "Leverage to test, e.g. 3",
              "type": "number"
            },
            "notional": {
              "description": "Position notional in USD for funding cost (optional)",
              "type": "number"
            },
            "side": {
              "enum": [
                "LONG",
                "SHORT"
              ],
              "type": "string"
            },
            "symbol": {
              "description": "BTC, ETH, SOL, XRP, or ADA",
              "type": "string"
            }
          },
          "required": [
            "side",
            "leverage"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "funding_impact": {
              "type": "object"
            },
            "liquidation_price": {
              "type": "number"
            },
            "max_leverage_surviving_range": {
              "type": "number"
            },
            "risk_disclosure": {
              "type": "object"
            },
            "survives_calibrated_range": {
              "type": "boolean"
            },
            "verdict": {
              "enum": [
                "SURVIVES_RANGE",
                "THIN_BUFFER",
                "LIQUIDATION_INSIDE_RANGE",
                "UNKNOWN_RANGE"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON