# NeuroFi Alpha Signals — AI Crypto Intelligence

> NeuroFi Alpha Signals — AI Crypto Intelligence is a paid API for AI agents from neurofi-chi.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns AI-generated alpha signals, market analysis, and crypto intelligence for a given topic using MiMo V2.5 LLM and live web search

## Facts

- Endpoint: GET https://neurofi-chi.vercel.app/api/alpha/%7Btopic%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/neurofi-alpha-signals-ai-crypto-intelligence-58249511
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZH3rjDft5nS11DNKWjJwu

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-alpha-signals-ai-crypto-intelligence-58249511
```

Example prompt: Can you pull NeuroFi alpha signals and market analysis for 'liquid staking' right now — I want to see token research, sentiment, and any emerging opportunities in that sector?

## When to prefer this

Use this endpoint when you need real-time, AI-synthesized crypto intelligence combining live web data and LLM reasoning — especially for alpha signal discovery, token research, DeFi protocol analysis, or sentiment analysis on a specific crypto topic. Prefer over static data feeds when freshness and AI interpretation are both required.

## Known failure modes

- Payment not received or invalid — 402 Payment Required with no content returned
- Topic parameter missing or malformed — may return empty or error response
- LLM or Tavily search service unavailable — 502 or 503 upstream error
- Rate limiting if too many calls made in quick succession — 429 Too Many Requests
- Ambiguous or unsupported topic may return low-quality or generic signals

## 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 AI-generated alpha signals, market analysis, sentiment analysis, and token research insights for the requested crypto topic, synthesized from live web search data and the MiMo V2.5 LLM.

## Example request

```json
{
 "topic": "Ethereum staking rewards"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "topic": "defi",
  "alphaSignals": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-alpha-signals-ai-crypto-intelligence-58249511/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from neurofi-chi.vercel.app](https://www.zero.xyz/host/neurofi-chi.vercel.app/llms.txt)
