# Axon Deep Research

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

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

## Facts

- Endpoint: GET https://aiaxaxon402.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-b13f2da5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iaYRVow0wtviKo5HdiBaA

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

Example prompt: Can you do a deep research report on the risks and opportunities of investing in Ethereum layer-2 scaling solutions right now?

## When to prefer this

Choose this endpoint when you need an exhaustive, AI-generated deep-dive research report on a crypto or blockchain question rather than a quick lookup, sentiment snapshot, or price check. Best for complex questions requiring synthesis across multiple sources and perspectives.

## Known failure modes

- Payment not provided or insufficient — x402 micropayment of $1 USDC on Base required before response
- Question parameter missing or malformed in URL path — returns error
- Question too vague or unsupported topic — may return incomplete or generic report
- Rate limiting or server unavailability on Vercel deployment — 503 or timeout
- Network timeout for complex research queries that exceed processing time

## 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 comprehensive researchReport field with detailed findings, analysis, and insights on the queried 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-b13f2da5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
