# NeuroFi Token Research

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

Returns AI-generated deep research and analysis for a specified cryptocurrency token

## Facts

- Endpoint: GET https://neuroavichi.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/neurofi-token-research-ae669001
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BBO_tGmeUy9ghlEyg5ZnZ

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 neurofi-token-research-ae669001
```

Example prompt: Can you pull up a full AI research report on Bitcoin using NeuroFi — I want to understand its fundamentals, market position, and any key risks?

## When to prefer this

Use this endpoint when you need a comprehensive, AI-generated research summary for a specific cryptocurrency token by name or symbol, especially when a quick fundamental overview is needed without building your own data pipeline. Prefer this over raw market data APIs when narrative analysis and synthesized insights are more valuable than raw price feeds.

## Known failure modes

- Token not recognized or unsupported — returns error or empty analysis
- Payment not fulfilled via x402 micropayment — returns 402 Payment Required
- Invalid token slug in URL path — returns 400 or 404 error
- Rate limiting or service unavailability on Vercel hosting — returns 429 or 503
- Ambiguous token name with multiple matches — may return analysis for wrong asset

## How this service works

NeuroFi 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 token identifier and a comprehensive AI-generated analysis covering fundamentals, market context, and relevant insights for that specific cryptocurrency token.

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