R

Regimeshift · Risk MAX LTV

by Regimeshift

GETBase

$0.001

per call · USD Coin on Base

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.

Endpoint

GET https://regimeshift.xyz/api/v1/risk/max-ltv

9

Calls / 30d

7

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://regimeshift.xyz/api/v1/risk/max-ltv", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://regimeshift.xyz/api/v1/risk/max-ltv?asset=ETH&duration_sec=3600&max_default_prob=0.001" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "binding_constraint": "regime_cap",
  "computed_at": 1779380000,
  "math_max_ltv": 0.97,
  "max_ltv": 0.92,
  "ok": true,
  "regime": "NORMAL",
  "regime_cap_ltv": 0.92,
  "sigma_T": 0.0051
}

Payment details

Pay to0x82b17d0bb4de9ae6c3491257b60e8245e70acd7b
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Regimeshift & similar services