# Cascade LoneStar Oracle – Morpho Blue Liquidation Cascade Risk

> Cascade LoneStar Oracle – Morpho Blue Liquidation Cascade Risk is a paid API for AI agents from cascade.lonestaroracle.xyz, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns DeFi liquidation cascade risk data including Morpho Blue health factors and cascade exposure metrics

## Facts

- Endpoint: GET https://cascade.lonestaroracle.xyz/risk
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cascade-lonestar-oracle-morpho-blue-liquidation-cascade-risk-9e551fbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UigeMnMJzQ6DUt8qb8aqz

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 cascade-lonestar-oracle-morpho-blue-liquidation-cascade-risk-9e551fbc
```

Example prompt: What's the current liquidation cascade risk on Morpho Blue right now — are any positions close to being liquidated and could it trigger a cascade?

## When to prefer this

Use this endpoint when you need real-time DeFi liquidation cascade risk specifically for the Morpho Blue protocol, including health factor distributions and cascade exposure analysis. Prefer this over generic DeFi risk tools when Morpho Blue-specific data is required.

## Known failure modes

- On-chain data unavailable or RPC node issues returning 503
- Payment not settled correctly causing 402 rejection
- Rate limiting if called too frequently
- Stale data if blockchain indexer is lagging behind

## How this service works

DeFi liquidation cascade risk — Morpho Blue health factors and cascade exposure

## Output

Returns health factor metrics and cascade exposure data for positions on the Morpho Blue lending protocol, indicating how close positions are to liquidation thresholds and the potential for systemic cascade liquidation events.

## Request schema (JSON Schema)

```json
{
 "name": "CascadeWatch",
 "tags": [
  "defi",
  "risk",
  "cascade",
  "liquidation",
  "morpho"
 ],
 "type": "object",
 "category": "defi",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "DeFi liquidation cascade risk on Morpho Blue"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cascade-lonestar-oracle-morpho-blue-liquidation-cascade-risk-9e551fbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cascade.lonestaroracle.xyz](https://www.zero.xyz/host/cascade.lonestaroracle.xyz/llms.txt)
