# BunnVault Aave v3 USDC APY Feed

> BunnVault Aave v3 USDC APY Feed is a paid API for AI agents from bunnvault.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the real-time current APY for USDC deposited into Aave v3 on Base Mainnet

## Facts

- Endpoint: GET https://bunnvault.xyz/api/vault/apy
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bunnvault-aave-v3-usdc-apy-feed-20767b1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ypQk9MieilpHORYK6tCRs

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 bunnvault-aave-v3-usdc-apy-feed-20767b1a
```

Example prompt: What's the current USDC APY on Aave v3 on Base Mainnet right now? Pull the live rate from BunnVault.

## When to prefer this

Choose this endpoint when you specifically need the real-time Aave v3 USDC lending APY on Base Mainnet — particularly for automated treasury management, yield dashboards, or DeFi rate monitoring agents. Prefer this over generic DeFi aggregators when you want a direct, low-cost, machine-readable on-chain rate feed with x402 micropayment support.

## Known failure modes

- RPC or on-chain data unavailability causing stale or missing rate data
- Payment failure if x402 USDC microtransaction is not properly processed
- Rate limiting if called too frequently
- Network congestion on Base Mainnet causing delayed data
- Invalid or missing query parameters causing a 400 error

## How this service works

BunnVault: Real-time Aave v3 USDC APY feed on Base Mainnet

## Output

Returns the current annualized percentage yield (APY) for USDC on Aave v3 deployed on Base Mainnet, reflecting live on-chain lending market conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bunnvault-aave-v3-usdc-apy-feed-20767b1a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bunnvault.xyz](https://www.zero.xyz/host/bunnvault.xyz/llms.txt)
