# RagRadar Yield Risk Analysis

> RagRadar Yield Risk Analysis is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns on-chain yield risk intelligence for DeFi protocols across Base, Arbitrum, and Solana, paid via x402 micropayments.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/yields/risk
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-yield-risk-analysis-fe91e6ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Mehl3uQim7sprkZu7er1

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 ragradar-yield-risk-analysis-fe91e6ff
```

Example prompt: Pull the on-chain yield risk assessment from RagRadar for the protocols I'm considering on Base — I want to see how risky each yield opportunity is before I commit any funds.

## When to prefer this

Use this endpoint when an AI agent needs on-chain risk intelligence specifically for yield opportunities on Base, Arbitrum, or Solana, and can pay via x402 micropayments. Prefer this over generic DeFi data APIs when you need risk-focused yield analysis rather than raw price or TVL data.

## Known failure modes

- Missing or invalid properties parameter returns malformed or empty response
- Payment not fulfilled via x402 protocol results in 402 Payment Required error
- Unsupported chain or protocol returns empty or null data
- Endpoint temporarily unavailable on backup subdomain returns 5xx error
- Rate limiting or quota exceeded returns error response

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON object with status and yield risk data for the queried on-chain properties, including risk scores or risk-related intelligence for DeFi yield opportunities on supported chains (Base, Arbitrum, Solana).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-yield-risk-analysis-fe91e6ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
