# Axon Deep Research

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

Performs deep AI-powered research on any crypto or blockchain-related question, returning a comprehensive research report

## Facts

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

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-f5a3fba8
```

Example prompt: Can you do a deep research dive on Ethereum's transition to proof-of-stake — cover the history, technical mechanics, impact on validators, and long-term implications for the network?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-faceted research report on a crypto or blockchain topic rather than a quick lookup or simple market data point. It is ideal for investment due diligence, understanding protocol mechanics, or exploring emerging ecosystem trends where breadth and depth of analysis matter. Prefer this over token-specific or market-data endpoints when the question is open-ended and requires synthesizing information from multiple angles.

## Known failure modes

- Missing or invalid question parameter in URL path returns error
- Payment not completed via x402 micropayment results in 402 Payment Required
- Overly vague or malformed question may produce low-quality or generic report
- Network timeout for complex research queries that take too long to generate
- Rate limiting if too many requests are made in rapid succession

## 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

A JSON object containing the original question and a comprehensive researchReport field with a detailed, AI-generated deep research narrative covering the requested topic — typically including background, analysis, key findings, and relevant context.

## 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-f5a3fba8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaiaxaxon402.vercel.app/llms.txt)
