# Axon Portfolio Advisor

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

Returns AI-generated crypto portfolio recommendations tailored to specified investment goals

## Facts

- Endpoint: GET https://aiaia-xaxon402.vercel.app/api/portfolio/%7Bgoals%7D
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/axon-portfolio-advisor-42ead0ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oVJtDJdE8VsrszmGgLA5B

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-42ead0ac
```

Example prompt: I want AI-powered crypto portfolio recommendations — my goal is long-term growth with moderate risk tolerance. What should I hold?

## When to prefer this

Choose this endpoint when you need AI-generated, goal-driven crypto portfolio recommendations in real time. Best suited for agents that need to translate a user's investment objective (e.g. 'long-term growth', 'passive income') directly into structured portfolio advice without requiring the user to specify individual tokens. Prefer this over generic LLM prompts when you want crypto-domain-specialized intelligence with a structured JSON response.

## Known failure modes

- Missing or malformed goals parameter returns incomplete or generic advice
- x402 micropayment failure on Base results in 402 Payment Required response
- Vague or ambiguous goal strings may produce generic rather than personalized recommendations
- Service unavailability on Vercel deployment returns 500 or 503 errors

## 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 specified investment goals and AI-generated portfolio recommendations, including suggested tokens, strategies, or asset allocations tailored to the provided goal input.

## 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-42ead0ac/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiaia-xaxon402.vercel.app](https://www.zero.xyz/host/aiaia-xaxon402.vercel.app/llms.txt)
