# Axon Portfolio Advisor

> Axon Portfolio Advisor is a paid API for AI agents from axiaxai.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 specified investment goals

## Facts

- Endpoint: GET https://axiaxai.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-advisor-1566143f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uGtGjAZjkSX7VyLxXOFVJ

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-advisor-1566143f
```

Example prompt: Can you give me AI-powered crypto portfolio recommendations focused on long-term growth? I want personalized suggestions that match that goal.

## When to prefer this

Choose this endpoint when you need goal-oriented, personalized crypto portfolio recommendations generated by AI. It is best suited for users who have articulated investment objectives (e.g. 'long-term growth', 'passive income') and want tailored asset suggestions rather than raw market data or token-level analysis. Prefer other Axon endpoints for token research, contract auditing, or sentiment tracking.

## Known failure modes

- Missing or empty goals parameter returns malformed or generic response
- x402 micropayment not fulfilled results in 402 Payment Required error
- Vague or ambiguous goals may produce overly generic recommendations
- Network or model latency may cause timeout on complex goal inputs
- Invalid goal format may result in schema validation failure

## 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 AI-generated portfolio recommendations, including suggested asset allocations and strategic advice aligned 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-advisor-1566143f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from axiaxai.vercel.app](https://www.zero.xyz/host/axiaxai.vercel.app/llms.txt)
