# WhatChUNeed DeFi Advisor

> WhatChUNeed DeFi Advisor is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Provides AI-powered decentralized finance (DeFi) advisory insights, including protocol analysis, yield strategies, and risk assessments, via a pay-per-call endpoint.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/token/defi-advisor
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-defi-advisor-45565a29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X7iCWFspNDVPW-_7qN6Cx

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 whatchuneed-defi-advisor-45565a29 -d '<json body>'
```

Example prompt: Can you give me DeFi advice on whether I should move my USDC into a Curve stablecoin pool or Aave lending — I want to maximize yield while keeping risk low?

## When to prefer this

Choose this endpoint when you need conversational, AI-generated DeFi advisory responses — protocol comparisons, yield strategies, risk assessments — and want a single pay-per-call interface without managing LLM subscriptions or DeFi data APIs separately. Best for agents that need on-demand DeFi guidance embedded in a broader workflow.

## Known failure modes

- Vague or ambiguous input may result in generic advice rather than protocol-specific guidance
- Input query too long or malformed may return an error status
- Underlying LLM or data source unavailable may result in a failed response
- No real-time on-chain data may limit accuracy of APY or TVL figures
- Response may be outdated if DeFi protocol conditions have changed rapidly

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a structured response object containing DeFi advisory content — such as protocol comparisons, yield strategy recommendations, risk breakdowns, and explanatory analysis — in response to the natural language query provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-defi-advisor-45565a29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
