$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-ltv9
Calls / 30d
7
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
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 -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
0x82b17d0bb4de9ae6c3491257b60e8245e70acd7bUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Regimeshift & similar services
Regimeshift · BTC VRP
regimeshift.xyz
BTC Volatility Risk Premium — DVOL minus Parkinson realized vol (72h). Positive = sell-vol opportunity, negative = buy-vol. Response includes regime classification (LOW/MID/HIGH), raw inputs for audit (DVOL, RV_72h, RV_6h, spot), timestamp, and open methodology URL.
Regimeshift · Sofr USD
regimeshift.xyz
Agent-SOFR — decentralized USD short-rate benchmark for AI agents. Weighted-median of 7 sources + variance + regime premiums. BNS-calibrated 6-mode classifier on 444k ETH/USDC 5-min bars (λ=1.097 closed-form). Open + IPFS-pinned methodology: agent-sofr-v1.
Regimeshift · ETH VRP
regimeshift.xyz
ETH Volatility Risk Premium — DVOL minus Parkinson realized vol (72h). Positive = sell-vol opportunity, negative = buy-vol. Response includes regime classification (LOW/MID/HIGH), raw inputs for audit (DVOL, RV_72h, RV_6h, spot), timestamp, and open methodology URL.