# Axon Portfolio Advice

> Axon Portfolio Advice is a paid API for AI agents from aiaiaxaxon402.vercel.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Returns AI-generated crypto portfolio recommendations tailored to the user's stated investment goals.

## Facts

- Endpoint: GET https://aiaiaxaxon402.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/axon-portfolio-advice-a5a410c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__xNbxcs9-0028OrVc31g3

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-portfolio-advice-a5a410c6
```

Example prompt: Can you give me Axon's AI-powered crypto portfolio recommendations for long-term growth — I want to know what assets to hold and in what mix?

## When to prefer this

Choose this endpoint when a user has stated crypto investment goals and wants AI-curated portfolio recommendations without doing manual research. It is best suited for goal-driven, natural-language input scenarios rather than quantitative portfolio optimization requiring live price feeds or on-chain data.

## Known failure modes

- Missing or malformed goals parameter returns empty or generic recommendations
- x402 micropayment not included or rejected causes 402 Payment Required response
- Vague goals input may produce overly generic advice without specific allocations
- Service may be unavailable if the Vercel deployment is cold-starting or down
- API may return stale or hallucinated token recommendations if underlying AI model lacks current market data

## 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 response containing the user's stated goals echoed back alongside AI-generated portfolio recommendations, including suggested asset allocations and investment rationale tailored to those goals.

## 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/axon-portfolio-advice-a5a410c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaiaxaxon402.vercel.app/llms.txt)
