# Axon Token Research

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

Returns AI-powered research and analysis for a specific cryptocurrency token, covering fundamentals, market context, and key insights

## Facts

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

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-token-research-abbf4129
```

Example prompt: Can you pull up an AI research report on Bitcoin for me — I want a thorough breakdown of its fundamentals and current market context?

## When to prefer this

Choose this endpoint when you need on-demand AI-generated research and analysis for a specific cryptocurrency token and are comfortable with a $0.50 USDC per-call micropayment via x402 on Base. It is well-suited for agents building crypto research workflows, pre-investment due diligence, or token summarization pipelines where a structured JSON response is needed quickly.

## Known failure modes

- Missing or invalid token identifier returns an error or empty result
- Unrecognized/obscure token names may yield low-quality or incomplete analysis
- Payment failure via x402 micropayment on Base blocks the request
- Vercel cold-start or upstream AI provider latency may cause slow or timed-out responses
- Malformed URL path (token not properly encoded) returns 404

## 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 requested token identifier and a detailed AI-generated analysis string covering token fundamentals, market context, and key research insights relevant to the specified cryptocurrency.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "bitcoin",
  "analysis": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/axon-token-research-abbf4129/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)
