# NeuroFi Portfolio Advisor — AI-Powered Crypto Intelligence

> NeuroFi Portfolio Advisor — AI-Powered 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).

Generates AI-driven crypto portfolio recommendations based on user-defined investment goals using MiMo V2.5 LLM and live Tavily web search

## Facts

- Endpoint: GET https://neurofi-chi.vercel.app/api/portfolio/%7Bgoals%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-portfolio-advisor-ai-powered-crypto-intelligence-b603c035
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_db9DJXsI8VBCKrbr4K3bP

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-portfolio-advisor-ai-powered-crypto-intelligence-b603c035
```

Example prompt: Give me an AI-powered crypto portfolio strategy optimized for long-term growth — use NeuroFi to pull current market intelligence and tell me which tokens to hold and why.

## When to prefer this

Use this endpoint when a user needs personalized, goal-oriented crypto portfolio recommendations enriched with live market data. Best suited for strategic investment guidance rather than real-time price checks or on-chain transaction execution. Prefer this over generic LLM queries because it combines live web search via Tavily with specialized crypto reasoning.

## Known failure modes

- Missing or empty goals parameter returns incomplete or generic recommendations
- Payment not processed (402) blocks the response
- Tavily web search timeout may yield stale or partial market data
- Overly vague goals (e.g. 'make money') may produce low-quality generic output
- MiMo LLM hallucination risk on specific token contract addresses or prices

## 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

Returns a JSON object containing the input goals echo and AI-generated portfolio recommendations including suggested tokens, allocation rationale, and market-informed investment strategy derived from live web search data.

## Example request

```json
{
 "goals": "long-term growth with focus on established cryptocurrencies and DeFi protocols"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "goals": "long term growth",
  "recommendations": "..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/neurofi-portfolio-advisor-ai-powered-crypto-intelligence-b603c035/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)
