# RagRadar DeFi Yields Risk Assessment

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

Returns risk assessments for DeFi yield opportunities across multi-chain protocols on Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-bfb36df3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eZ4ZpXmieXDUzB1LSJYn6

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-bfb36df3
```

Example prompt: Can you pull the risk assessment for DeFi yield opportunities on Base and Arbitrum from RagRadar so I know which pools are safest before I put money in?

## When to prefer this

Use this endpoint when you need to evaluate the safety or risk level of DeFi yield opportunities across Base, Arbitrum, or Solana before committing funds. Prefer this over generic DeFi dashboards when you need programmatic, AI-augmented risk scoring that can be integrated into automated investment workflows or agent-driven portfolio decisions.

## Known failure modes

- Invalid or missing properties parameter returns malformed request error
- Network timeout if on-chain data sources are slow to respond
- Empty result set if no yield pools match the filter criteria
- 402 Payment Required if USDC payment is not included or insufficient
- Chain unavailable errors if a specific network is experiencing downtime

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON response containing risk assessments for DeFi yield pools, including risk scores, protocol-level risk metadata, and safety ratings across Base, Arbitrum, and Solana chains, enabling risk-adjusted yield comparisons.

## Example request

```json
{
 "properties": "Base,Arbitrum"
}
```

## 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-bfb36df3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
