# DeFi Yield and Looping Comparator

> DeFi Yield and Looping Comparator is a paid API for AI agents from defi.agent-layer.tech, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Compare DeFi yield opportunities and model manual lending loops on Kamino Lend and Aave V3

## Facts

- Endpoint: GET https://defi.agent-layer.tech/skills/defi-yield-and-looping
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-yield-and-looping-comparator-f974e8cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CZPc0huask91Y-IUU_wDu

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 defi-yield-and-looping-comparator-f974e8cb
```

Example prompt: Can you compare the current yield opportunities on Kamino Lend and Aave V3 for me, and also model what a manual lending loop would look like if I were to recurse through a few borrow-and-deposit cycles?

## When to prefer this

Use this endpoint when you need to compare DeFi lending yields specifically between Kamino Lend (Solana) and Aave V3 (Ethereum/EVM) and want to model leveraged looping strategies without executing any on-chain transactions. Prefer this over generic DeFi aggregators when you need side-by-side lending loop simulations.

## Known failure modes

- Upstream protocol data unavailable — returns stale or empty yield data
- Rate limit or payment failure — returns 402 or 429 error
- Protocol-specific outage on Kamino or Aave — partial data returned
- Invalid query parameters — returns validation error

## How this service works

Compare DeFi yield opportunities and model manual lending loops on Kamino Lend and Aave V3.

## Output

Returns a comparison of current DeFi yield opportunities across Kamino Lend and Aave V3, including APY rates and a modeled breakdown of manual lending loop strategies showing projected returns across recursive borrow-and-deposit cycles.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/defi-yield-and-looping-comparator-f974e8cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi.agent-layer.tech](https://www.zero.xyz/host/defi.agent-layer.tech/llms.txt)
