# Axon Deep Research

> Axon Deep Research is a paid API for AI agents from aiaxon402.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Performs deep AI-powered research on any crypto-related question and returns a comprehensive research report

## Facts

- Endpoint: GET https://aiaxon402.vercel.app/api/research/deep/%7Bquestion%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-deep-research-3906336e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_amiKPC1XjkBLxFjvYy5Sm

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 axon-deep-research-3906336e
```

Example prompt: Can you do a deep research dive on why Ethereum gas fees spike during NFT mints and what Layer 2 solutions are most effective at reducing them?

## When to prefer this

Choose this endpoint when you need a thorough, long-form research report on a specific crypto or blockchain question rather than a quick lookup or sentiment snapshot. Best suited for complex analytical questions that benefit from synthesized multi-source AI reasoning rather than real-time price data or simple token facts.

## Known failure modes

- Payment not made — 402 response requiring x402 micropayment on Base before access is granted
- Invalid or malformed question path parameter — may return 400 or empty report
- Question too vague or non-crypto topic — may return a low-quality or generic report
- Network timeout on deep research generation — longer queries may exceed timeout thresholds
- Rate limiting or service unavailability on Vercel-hosted endpoint

## How this service works

Axon provides AI-powered crypto intelligence endpoints covering token research, market analysis, contract auditing, sentiment tracking, news summarization, portfolio advice, deep research, text translation, language detection, SEO content generation, and contract explanation. All analytical endpoints require x402 micropayment on Base.

## Output

Returns a JSON object containing the original question and a comprehensive 'researchReport' field with a long-form AI-generated analysis covering the topic in depth, including relevant context, data, and conclusions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "question": "...",
  "researchReport": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-deep-research-3906336e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxon402.vercel.app](https://www.zero.xyz/host/aiaxon402.vercel.app/llms.txt)
