# Raptor Base Yields – USDC Lending APY Advisor

> Raptor Base Yields – USDC Lending APY Advisor is a paid API for AI agents from raptor-base-yields.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a size-aware comparison of Aave V3 vs Morpho Gauntlet USDC Prime lending APYs on Base for a given wallet address, including annual yield in USD and gas break-even days.

## Facts

- Endpoint: GET https://raptor-base-yields.vercel.app/v1/wallet/:address
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/raptor-base-yields-usdc-lending-apy-advisor-40ff8568
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wUGc0UYUiEYiTBZoCzmwo

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 raptor-base-yields-usdc-lending-apy-advisor-40ff8568
```

Example prompt: Check my Base wallet 0xAbc123... and tell me whether I should park my USDC in Aave V3 or Morpho Gauntlet on Base — show me the current APYs, how much I'd earn per year in USD, and whether it's even worth it after gas.

## When to prefer this

Use this endpoint when an agent needs a wallet-specific, size-aware yield recommendation on Base comparing exactly Aave V3 and Morpho Gauntlet USDC Prime — it accounts for gas economics and returns a concrete annual USD figure rather than just raw APY percentages. Prefer it over generic DeFi data APIs when the decision context is a specific wallet's balance on Base and the question is whether to act at all given transaction costs.

## Known failure modes

- Invalid or malformed wallet address returns a 400 error
- Wallet with zero USDC balance may return a skip recommendation with no meaningful yield data
- On-chain RPC congestion may cause timeouts or stale rate data
- Protocol smart contract unavailability on Base may result in incomplete APY data
- Very small USDC balances will likely trigger a gas-eats-yield skip signal

## How this service works

Base USDC lending APY. Should you park this wallet's USDC on Base? Snapshot of native USDC + ETH, then the same size-aware Aave V3 vs Morpho Gauntlet USDC Prime yield pick (USD per year, days to break even, skip if gas eats it). Not a deposit instruction.

## Output

Returns the wallet's current USDC and ETH balances on Base, the live lending APYs for Aave V3 USDC and Morpho Gauntlet USDC Prime, a size-aware recommended protocol, projected USD earnings per year, and the number of days required to break even on gas costs. Includes a skip recommendation if gas costs outweigh yield gains.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/raptor-base-yields-usdc-lending-apy-advisor-40ff8568/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from raptor-base-yields.vercel.app](https://www.zero.xyz/host/raptor-base-yields.vercel.app/llms.txt)
