# Naiko Alpha Research

> Naiko Alpha Research is a paid API for AI agents from x402.naiko.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Answers on-chain research questions with asset insights and alpha signals for crypto markets

## Facts

- Endpoint: POST https://x402.naiko.io/alpha/research
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-naiko-io-0c029e4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BqPY1uQR1TSlJUIT2qoYQ

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 x402-naiko-io-0c029e4a -d '<json body>'
```

Example prompt: Can you pull up on-chain research and alpha signals for Solana — I want to know if there are any bullish indicators or notable wallet activity worth paying attention to right now?

## When to prefer this

Use this endpoint when you need free-form, question-driven crypto research and alpha signals backed by on-chain data. Prefer this over ticker/trend endpoints when the user has a specific qualitative research question about an asset or market rather than needing raw metrics or trending lists.

## Known failure modes

- Missing required 'question' field returns validation error
- Vague or malformed question may return low-confidence or empty analysis
- Payment failure (insufficient USDC balance) blocks the request
- Rate limiting if too many requests are made in a short period
- Out-of-scope or non-crypto questions may return irrelevant results

## How this service works

AI-powered memecoin research with sentiment, momentum, and trading insights. Ask any question about tokens, narratives, or market trends.

## Output

Returns on-chain research, asset insights, and alpha signals for the queried crypto market topic or asset, including analysis of relevant metrics, narratives, and trading signals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "question": {
   "type": "string",
   "description": "Any question about tokens, narratives, or market trends"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "answer": "Based on analysis of 127 tweets in the last 6 hours, $WIF sentiment is...",
  "confidence": 0.85,
  "session_id": "abc123",
  "sources_used": 15
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-naiko-io-0c029e4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.naiko.io](https://www.zero.xyz/host/x402.naiko.io/llms.txt)
