# JarvisClaw DeFi Yields Endpoint

> JarvisClaw DeFi Yields Endpoint is a paid API for AI agents from uat.jarvisclaw.ai, paid per call via x402, $0.0066/call, status unknown (last checked 2026-09-15).

Retrieves DeFi yield opportunities and rates across protocols via a pay-per-call AI gateway settled in USDC

## Facts

- Endpoint: GET https://uat.jarvisclaw.ai/v1/marketplace/defi/yields
- Price: $0.0066/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jarvisclaw-defi-yields-endpoint-f419ad6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mXmAaFG4fLFrTnMW5oy8E

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 jarvisclaw-defi-yields-endpoint-f419ad6f
```

Example prompt: What are the best DeFi yield opportunities right now — I want to see the top APY rates for USDC across major protocols on Base and Solana, sorted by yield.

## When to prefer this

Use this endpoint when you need on-demand DeFi yield data with pay-per-call pricing and no subscription commitment, especially in agentic workflows on Base or Solana where USDC micropayments via x402 are already in use. Prefer this over subscription-based yield aggregators when cost-per-query matters or when integrating into an OpenAI-compatible AI pipeline.

## Known failure modes

- Vague or malformed query string may return empty or irrelevant results
- Payment failure via x402 protocol returns 402 Payment Required
- Upstream DeFi data sources may be stale or unavailable causing incomplete results
- Unsupported token or protocol names in query may return no matches
- UAT environment may have limited data coverage compared to production

## How this service works

AI API Gateway with smart routing, pay per call via x402. OpenAI-compatible. Settled in USDC on Base & Solana.

## Output

Returns a list of DeFi yield opportunities including protocol names, APY/APR rates, supported assets, chain/network, and relevant pool or staking details based on the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Request parameters"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jarvisclaw-defi-yields-endpoint-f419ad6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from uat.jarvisclaw.ai](https://www.zero.xyz/host/uat.jarvisclaw.ai/llms.txt)
