# HYRE Agent — Natural Language DeFi Query

> HYRE Agent — Natural Language DeFi Query is a paid API for AI agents from mpp.hyreagent.fun, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Accepts a free-form natural language question about Solana or EVM DeFi and returns an LLM-orchestrated answer with a signal, confidence score, and cited sources.

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/cdp/ask
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyre-agent-natural-language-defi-query-0bf67e0b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WM0i7f9DsQ66YnGMp8Ja9

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 hyre-agent-natural-language-defi-query-0bf67e0b -d '<json body>'
```

Example prompt: Ask HYRE Agent: what are the safest high-yield stablecoin pools right now across Solana and Ethereum, and how confident are you in that signal?

## When to prefer this

Use this endpoint when you need a free-form, conversational DeFi intelligence answer rather than structured data from a specific endpoint. It is ideal for open-ended research questions, protocol comparisons, or when the user doesn't know exactly which data point they need. Prefer more specific HYRE endpoints (TVL, yield pools, DLMM) when you need raw structured data rather than an interpreted LLM answer.

## Known failure modes

- Vague or ambiguous question leads to low-confidence or generic answer
- Unsupported chain or protocol returns no data
- Rate limiting or payment failure returns 402 error
- LLM orchestration timeout for complex multi-chain queries
- Stale underlying data if DeFiLlama or on-chain sources are delayed

## How this service works

HYRE Agent — natural language DeFi query. Ask anything about Solana + EVM DeFi and get LLM-orchestrated answer with signal + confidence + sources.

## Output

Returns a structured response containing a natural language answer to the DeFi question, a signal label (e.g. bullish/bearish/neutral or actionable recommendation), a confidence score (0–1 or percentage), and a list of cited data sources used to generate the answer.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyre-agent-natural-language-defi-query-0bf67e0b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.hyreagent.fun](https://www.zero.xyz/host/mpp.hyreagent.fun/llms.txt)
