# mpp.hyreagent.fun Natural Language DeFi Query

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

Answers natural language questions about DeFi topics using AI-powered analysis across token data, holders, snipers, and on-chain metrics

## Facts

- Endpoint: POST https://mpp.hyreagent.fun/base/ask
- Price: $0.250000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/mpp-hyreagent-fun-63677a78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NqnKxKouHcvTTy4NplDCb

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 mpp-hyreagent-fun-63677a78 -d '<json body>'
```

Example prompt: Ask the HyreAgent DeFi query endpoint: 'What are the top whale holders of this Solana token and is the bonding curve close to completion?' — answer in plain English.

## When to prefer this

Use this endpoint when you want a flexible, conversational interface to DeFi data without knowing which specific structured endpoint to call. Ideal for open-ended questions about Solana tokens, holder analysis, bonding curves, sniper detection, or general DeFi research where the user's intent is expressed in natural language rather than structured parameters.

## Known failure modes

- Missing or empty 'query' field returns a 400 validation error
- Ambiguous or non-DeFi questions may return irrelevant or low-quality answers
- Payment failure (x402) if USDC balance is insufficient or header is malformed
- Rate limiting or service unavailability returns 5xx errors
- Questions about tokens not indexed may return no data or a generic fallback response

## How this service works

Natural language DeFi query

## Output

An AI-generated natural language answer to a DeFi question, potentially covering token holder distribution, bonding curve progress, sniper risk, dev wallet activity, freeze/mint authority status, or other on-chain signals depending on the query.

## Example request

```json
{
 "query": "What are the current top 5 whale holders of Ethereum and what percentage of the total supply do they control?"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string",
   "description": "Natural language DeFi question"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "data",
  "signal",
  "insight",
  "sources",
  "timestamp",
  "confidence",
  "latency_ms",
  "model_used"
 ],
 "properties": {
  "data": {
   "type": "object",
   "required": [
    "query",
    "context",
    "available_endpoints"
   ],
   "properties": {
    "query": {
     "type": "string"
    },
    "context": {
     "type": "object",
     "required": [
      "top_chains_by_tvl",
      "top_meteora_pools_by_apr"
     ],
     "properties": {
      "top_chains_by_tvl": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "name",
         "tvl_usd"
        ],
        "properties": {
         "name": {
          "type": "string"
         },
         "tvl_usd": {
          "type": "number"
         }
        }
       }
      },
      "top_meteora_pools_by_apr": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "name",
         "apr_pct",
         "tvl_usd"
        ],
        "properties": {
         "name": {
          "type": "string"
         },
         "apr_pct": {
          "type": "number"
         },
         "tvl_usd": {
          "type": "number"
         }
        }
       }
      }
     }
    },
    "available_endpoints": {
     "type": "array",
     "items": {
      "type": "string"
     }
    }
   }
  },
  "signal": {
   "type": "string"
  },
  "insight": {
   "type": "string"
  },
  "sources": {
   "type": "array",
   "items": {
    "type": "string"
   }
  },
  "timestamp": {
   "type": "string"
  },
  "confidence": {
   "type": "number"
  },
  "latency_ms": {
   "type": "number"
  },
  "model_used": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/mpp-hyreagent-fun-63677a78/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)
