# RagRadar Yield Rebalance Advisor

> RagRadar Yield Rebalance Advisor is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns on-chain yield rebalancing recommendations for a given DeFi protocol and APY target across Base, Arbitrum, and Solana.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/yields/rebalance
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-yield-rebalance-advisor-585a31f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UROaKSuK1KFj7KTr13hEI

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-rebalance-advisor-585a31f3
```

Example prompt: I'm using Aave on Base and my current APY is around 4.2% — can you pull on-chain yield data and tell me if I should rebalance to hit closer to 8% APY?

## When to prefer this

Use this endpoint when an AI agent or user wants to optimize DeFi yield positions by getting data-driven rebalancing recommendations for a specific protocol and APY target, especially across Base, Arbitrum, or Solana. Prefer this over generic price feeds when the goal is actionable rebalancing intelligence rather than raw market data.

## Known failure modes

- Missing required 'protocol' query param returns 400 validation error
- Missing required 'apy' query param returns 400 validation error
- Unknown or unsupported protocol name may return empty or error response
- Payment not included or insufficient USDC via x402 returns 402 Payment Required
- Backend on-chain data fetch timeout may return 503 or empty data
- Invalid APY format (non-numeric string) may cause malformed response

## How this service works

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

## Output

Returns on-chain yield rebalancing intelligence including recommended protocol moves, current APY comparisons across Base, Arbitrum, and Solana, and actionable rebalancing suggestions based on the target APY and protocol specified.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-yield-rebalance-advisor-585a31f3/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)
