# Axon Deep Research

> Axon Deep Research is a paid API for AI agents from axonx.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-related question, returning a detailed research report

## Facts

- Endpoint: GET https://axonx.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-90de11f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gvmiDb5_Ri-QIpUORKzFb

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-90de11f3
```

Example prompt: Can you do a deep research report on Ethereum restaking — what are the main risks, key protocols like EigenLayer, and how does it affect ETH security?

## When to prefer this

Choose this endpoint when you need a thorough, long-form research report on a complex crypto question rather than a quick lookup or simple market data fetch. Best for nuanced topics requiring synthesis across multiple dimensions — fundamentals, risks, market context, and ecosystem analysis.

## Known failure modes

- Missing or invalid x402 micropayment header returns 402 Payment Required
- Malformed or empty question path parameter returns 400 Bad Request
- Question outside crypto/blockchain domain may return incomplete or generic report
- Rate limiting or service overload may return 429 or 503
- Network timeout for complex queries requiring extensive AI processing

## 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 an AI-generated deep research narrative covering the crypto topic in detail

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