# MioDio Meridian ERC-4626 Vault Risk Card

> MioDio Meridian ERC-4626 Vault Risk Card 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-19).

Returns a real-time risk snapshot for an ERC-4626 vault on Base, including share price, drawdown, APY estimate, and withdrawable liquidity.

## Facts

- Endpoint: GET https://workers.miodiollc.com/v1/vault/:address
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/miodio-meridian-erc-4626-vault-risk-card-bcb70337
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NzcrF2-3iBB5zVFiIl6il

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-meridian-erc-4626-vault-risk-card-bcb70337
```

Example prompt: Can you pull the risk card for the ERC-4626 vault at address 0xABC123... on Base — I want to see the share price, current drawdown, APY estimate, and how much is withdrawable right now?

## When to prefer this

Use this endpoint when you need a quick, structured risk snapshot for a specific ERC-4626 vault on Base — especially share price, drawdown, APY, and withdrawable liquidity — without building your own on-chain data pipeline. Prefer it over general DeFi analytics platforms when you need programmatic, per-vault granularity at low cost via x402 micropayment.

## Known failure modes

- Invalid or non-existent vault address returns an error or empty response
- Vault address is not an ERC-4626 compliant contract — data may be unavailable or malformed
- Network congestion on Base may cause stale or delayed on-chain reads
- Payment of ~$0.04 USDC via x402 protocol not completed — request rejected
- Vault with zero TVL may return zero or null APY and liquidity values

## How this service works

MioDio Meridian ERC-4626 vault risk card - share price, drawdown, APY estimate, and withdrawable liquidity for one vault (~$0.04 USDC Exact on Base). MioDio x402 DeFi.

## Output

Returns a structured risk card for the specified ERC-4626 vault including: current share price, maximum or recent drawdown percentage, estimated APY, and the amount of liquidity currently available for withdrawal. All data reflects on-chain state on the Base network.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/miodio-meridian-erc-4626-vault-risk-card-bcb70337/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)
