# Axon Portfolio Advice

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

Returns AI-generated cryptocurrency portfolio recommendations tailored to a user's specified investment goals

## Facts

- Endpoint: GET https://aiaxaxon402.vercel.app/api/portfolio/%7Bgoals%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-portfolio-advice-189d089f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1zPfYZq9ChynLHlD4cfBo

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-189d089f
```

Example prompt: Give me a crypto portfolio recommendation optimized for long-term growth — I want to build wealth over 10+ years and am comfortable with moderate risk.

## When to prefer this

Choose this endpoint when a user wants AI-generated, goal-specific crypto portfolio guidance without needing to audit a specific token or analyze real-time market data. Prefer this over token research or market analysis endpoints when the user's question is about overall allocation strategy or long-term investment planning rather than a specific asset.

## Known failure modes

- Missing or empty goals parameter results in undefined behavior or generic response
- x402 micropayment failure on Base chain causes 402 Payment Required response and no data returned
- Vague or ambiguous goals may produce generic rather than personalized recommendations
- Network or upstream AI provider outage results in 5xx error
- Malformed goals string may yield irrelevant or low-quality recommendations

## 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 object containing the user's stated goals and a natural-language recommendations field with AI-generated portfolio advice, asset suggestions, and investment strategy 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-189d089f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaxaxon402.vercel.app](https://www.zero.xyz/host/aiaxaxon402.vercel.app/llms.txt)
