Unnamed service
GET regimeshift.xyz/api/v1/risk/max-ltv
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
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.
Resource: regimeshift.xyz/api/v1/risk/max-ltv
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x82B17D0bb4De9ae6c3491257B60E8245e70acd7B
Payment methods: — · Last validation: 2026-09-14 15:56:51.226+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [],
"properties": {
"asset": {
"enum": [
"ETH",
"BTC"
],
"type": "string",
"description": "Collateral asset"
},
"duration_sec": {
"type": "integer",
"maximum": 86400,
"minimum": 120,
"description": "Loan horizon in seconds"
},
"max_default_prob": {
"type": "number",
"maximum": 0.01,
"minimum": 0,
"description": "Lender's tolerated default probability"
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"ok",
"max_ltv"
],
"properties": {
"ok": {
"type": "boolean"
},
"regime": {
"type": "string"
},
"max_ltv": {
"type": "number"
},
"sigma_T": {
"type": "number"
},
"math_max_ltv": {
"type": "number"
},
"regime_cap_ltv": {
"type": "number"
},
"binding_constraint": {
"type": "string"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x82B17D0bb4De9ae6c3491257B60E8245e70acd7B",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x82B17D0bb4De9ae6c3491257B60E8245e70acd7B",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.