# HYRE Natural Language DeFi Query Agent

> HYRE Natural Language DeFi Query Agent 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-13).

Accepts a plain-English question about DeFi/Solana and orchestrates multiple HYRE data endpoints to return a comprehensive, human-readable answer

## Facts

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

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

Example prompt: Hey, can you ask HYRE's AI agent: 'Is the token CA 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU worth aping right now — what do the whale holders, LP data, and sniper activity look like?'

## When to prefer this

Use this endpoint when you want a single conversational interface to HYRE's entire data stack — rather than calling individual endpoints for token analysis, LP data, whale holders, and trader info separately. Ideal when the user asks a broad or multi-faceted DeFi question in plain English and you don't want to stitch together multiple API calls yourself.

## Known failure modes

- Ambiguous query returns a generic or incomplete answer if the question lacks a specific token or context
- Unknown token address causes downstream HYRE endpoint failures with partial or empty results
- Payment failure (402) if USDC balance is insufficient for the $0.25 per-call fee
- Rate limiting or timeout if orchestrated sub-endpoints are slow or unavailable
- Query referencing unsupported chains beyond Solana/deBridge may yield no data

## How this service works

Natural language DeFi query — LLM orchestrates HYRE endpoints (trenches, traders, LPs, DeFi, deBridge) to answer in plain English. Sources: all HYRE data layers.

## Output

A plain-English narrative answer synthesizing data from multiple HYRE layers (trenches activity, top traders, liquidity pool stats, DeFi metrics, deBridge data), giving a consolidated human-readable verdict or analysis for the queried topic

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyre-natural-language-defi-query-agent-a0f2053b/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)
