# MioDio DeFi Risk Passport

> MioDio DeFi Risk Passport is a paid API for AI agents from workers.miodiollc.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-15).

Returns a public Aave v3 risk snapshot (DeFi Risk Passport) for a given Ethereum wallet address

## Facts

- Endpoint: GET https://workers.miodiollc.com/v1/risk/:address
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/miodio-defi-risk-passport-6cf455d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFL3QlrXStkUk0qBJipx_

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 miodio-defi-risk-passport-6cf455d1
```

Example prompt: Pull the DeFi Risk Passport for wallet 0x742d35Cc6634C0532925a3b8D4C9C6b6e1234567 — I want to see its Aave v3 health factor, collateral ratio, and liquidation risk right now.

## When to prefer this

Choose this endpoint when you need a quick, paid, on-demand Aave v3 risk snapshot for any Ethereum address without setting up your own blockchain RPC infrastructure. It is ideal for agents performing DeFi due diligence, risk monitoring, or liquidation screening on wallet addresses at low cost ($0.04 per call).

## Known failure modes

- Invalid or malformed Ethereum address returns an error
- Address with no Aave v3 positions may return empty or default risk data
- Network or RPC issues may cause stale or unavailable data
- Payment failure (insufficient USDC via x402) blocks the response
- Rate limiting or quota exceeded for high-frequency callers

## How this service works

MioDio Meridian DeFi Risk Passport - Aave v3 public risk snapshot for an EVM address (~$0.04 USDC Exact on Base). MioDio x402 DeFi.

## Output

A structured risk snapshot of the wallet's Aave v3 positions, including health factor, collateral and borrow balances, liquidation thresholds, and an overall DeFi risk rating for the given address.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/miodio-defi-risk-passport-6cf455d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from workers.miodiollc.com](https://www.zero.xyz/host/workers.miodiollc.com/llms.txt)
