# RagRadar DeFi Yields Risk Assessment

> RagRadar DeFi Yields Risk Assessment is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves risk assessments for DeFi yield opportunities across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.space/api/yields/risk
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-defi-yields-risk-assessment-7a2d0deb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_atA6WdXGbHt4B7Vxl4VIU

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-defi-yields-risk-assessment-7a2d0deb
```

Example prompt: Can you check the risk levels on DeFi yield opportunities right now — I want to know which pools or protocols are flagged as high risk before I put any money in?

## When to prefer this

Use this endpoint when you need to evaluate the risk profile of DeFi yield opportunities on EVM chains (Base, Arbitrum) or Solana before committing capital, especially when smart contract risk, protocol safety, or yield sustainability are concerns.

## Known failure modes

- Invalid or unsupported properties parameter returns 400
- Payment not processed results in 402 response
- Upstream blockchain data unavailable causes 503
- No yield data found for specified parameters returns empty result
- Rate limit exceeded returns 429

## How this service works

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

## Output

A JSON response containing risk assessment data for DeFi yield opportunities, likely including risk scores, classifications, or flags for protocols across Base, Arbitrum, and/or Solana chains.

## Example request

```json
{
 "properties": "base"
}
```

## 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-defi-yields-risk-assessment-7a2d0deb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
