# Axon Deep Research

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

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

## Facts

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

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-2037c5c2
```

Example prompt: Can you do a deep research report on the current state of liquid staking derivatives in Ethereum — covering the major protocols, their risks, and where the market is headed?

## When to prefer this

Choose this endpoint when you need a thorough, long-form research report on a crypto or blockchain topic rather than a quick lookup. It is best for open-ended investigative questions, sector analyses, protocol comparisons, or investment thesis exploration. Prefer this over token research or market analysis endpoints when the question requires synthesizing multiple angles rather than pulling structured market data.

## Known failure modes

- Missing or malformed question path parameter returns an error
- x402 micropayment not included or insufficient (1 USDC on Base required) results in 402 Payment Required
- Question is outside crypto/blockchain domain may yield low-quality or off-topic report
- Network timeout for complex questions requiring extended research
- Rate limiting or service unavailability on the Vercel deployment

## 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 detailed 'researchReport' field with a comprehensive AI-generated analysis covering the requested crypto or blockchain topic

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