# LRT Restaking Risk Triangle — Depeg & Cascade Gauge

> LRT Restaking Risk Triangle — Depeg & Cascade Gauge is a paid API for AI agents from aeml-x402.zeabur.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Delivers a three-leg due-diligence gauge for a given LRT (Liquid Restaking Token) covering lifecycle/slashing risk, redemption queue pressure, and collateral cascade exposure across lending markets like Aave/Morpho/Euler.

## Facts

- Endpoint: GET https://aeml-x402.zeabur.app/gauge/lrt-region
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lrt-restaking-risk-triangle-depeg-cascade-gauge-24bee6ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mhQHrld8xWwMslqnBGhBF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lrt-restaking-risk-triangle-depeg-cascade-gauge-24bee6ba
```

Example prompt: Pull the LRT restaking risk triangle for renzo-ezeth — I want to see the slashing/lifecycle leg, redemption queue pressure, and any collateral cascade exposure in lending markets like Aave or Morpho, with the cross-line narrative.

## When to prefer this

Choose this endpoint when you need a multi-leg, on-chain-verifiable risk snapshot for a specific LRT protocol in a single call — covering slashing, redemption queue dynamics, and downstream lending market cascade risk together. Prefer this over generic DeFi data feeds when you need ETH-NAV peg framing (not USD peg), signed provenance for auditability, and narrative synthesis across the three risk dimensions. Especially suited for restaking allocators, lending market risk agents, and protocol due diligence workflows where verifiability matters.

## Known failure modes

- Unknown or unsupported LRT entity key returns an error or empty legs
- Stale data flagged via freshness=stale in provenance when upstream sources freeze
- Missing legs if a signal source is unavailable or dead_source is set
- 422 error if a requested signal has no official classification ruler
- Partial data if only some legs have fresh upstream data

## How this service works

[3-LEG] Liquid restaking chain, one LRT (?entity=renzo-ezeth): leading NAV deviation measured against ETH, NOT against one dollar -> current current protocol state -> realized lifecycle to impairment, slashing or wind-down (confirmation gate). A sequential chain, not one reading - confidence = how many legs are lit, in order. Sources: onchain and protocol disclosures. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed.

## Output

Returns a structured JSON object with: (1) named legs covering LRT lifecycle/slashing signal, redemption queue pressure, and collateral cascade exposure; (2) a cross-line narrative describing how the legs interact; (3) provenance with data lineage, freshness basis, and age in hours; (4) an Ed25519-signed citation for offline verification; (5) decision points indicating which entity tags can be swapped for a fresh call; (6) grade and scope disclosures; and (7) a nature disclaimer that this is observational only, not investment advice.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": false,
     "properties": {
      "entity": {
       "type": "string",
       "description": "required - monitored object id, paired with signal_id; free list at GET /gauge/catalog?signal_id=<signal_id> -> signals[0].entities[]",
       "examples": [
        "etherfi-weeth",
        "renzo-ezeth",
        "kelp-rseth",
        "puffer-pufeth",
        "swell-rsweth",
        "eigenpie-egeth"
       ],
       "x-accepted-values": {
        "shown": 6,
        "total": 19,
        "all": "https://api.truthbear.co/schemas/gauge-lrt-region.input.json"
       }
      }
     },
     "required": [
      "entity"
     ]
    }
   },
   "required": [
    "type",
    "method",
    "queryParams"
   ]
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "const": "json"
    },
    "example": {}
   },
   "required": [
    "type"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lrt-restaking-risk-triangle-depeg-cascade-gauge-24bee6ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeml-x402.zeabur.app](https://www.zero.xyz/host/aeml-x402.zeabur.app/llms.txt)
