Maximum-safe LTV for collateralized agent loans
Maximum-safe LTV for collateralized agent loans. Computed from (cv + λ·j²)-derived variance over loan horizon + 6-mode regime cap. Lender-specifiable max_default_prob. Returns binding constraint (math vs regime_cap) so agents can see WHY the cap is what it is. Same calibrator as Agent-SOFR rate endpoint.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
938 msmedian answer time
$0.001listed price per call
$0.001price 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://regimeshift.xyz/api/v1/risk/max-ltv
| Category | Everything else |
|---|---|
| Provider host | regimeshift.xyz |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 10 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 938 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"asset": "ETH",
"duration_sec": 3600,
"max_default_prob": 0.001
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"asset": {
"description": "Collateral asset",
"enum": [
"ETH",
"BTC"
],
"type": "string"
},
"duration_sec": {
"description": "Loan horizon in seconds",
"maximum": 86400,
"minimum": 120,
"type": "integer"
},
"max_default_prob": {
"description": "Lender's tolerated default probability",
"maximum": 0.01,
"minimum": 0,
"type": "number"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"binding_constraint": {
"type": "string"
},
"math_max_ltv": {
"type": "number"
},
"max_ltv": {
"type": "number"
},
"ok": {
"type": "boolean"
},
"regime": {
"type": "string"
},
"regime_cap_ltv": {
"type": "number"
},
"sigma_T": {
"type": "number"
}
},
"required": [
"ok",
"max_ltv"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}