# Axon Deep Research

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

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

## Facts

- Endpoint: GET https://axixixia.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-38a9298e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K7q8XZZK36Fkrf48kiA-m

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-38a9298e
```

Example prompt: Can you run a deep research report on the current state of liquid restaking protocols — who are the main players, what are the risks, and how do they compare?

## When to prefer this

Choose this endpoint when you need a comprehensive, long-form research report on a crypto or blockchain topic rather than a quick lookup or token-specific data. Best suited for broad investigative questions about protocols, market trends, DeFi concepts, or blockchain ecosystems where a synthesized multi-source analysis is more valuable than a point-in-time data fetch.

## Known failure modes

- 402 Payment Required if micropayment not included or insufficient
- Question parameter missing or malformed URL encoding returns error
- Overly vague or unsupported question may return a shallow or generic report
- Service unavailable if Vercel deployment is down
- 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 structured JSON object containing the original question and a detailed researchReport field with a comprehensive AI-generated analysis covering the topic in depth

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