# Selun Crypto Portfolio Allocation with Report

> Selun Crypto Portfolio Allocation with Report is a paid API for AI agents from selun.sagitta.systems, paid per call via x402, $34/call, status unknown (last checked 2026-09-15).

Generates a full crypto portfolio allocation plan with intelligence report for a given risk profile, segment, and timeframe, gated by x402 micropayment.

## Facts

- Endpoint: POST https://selun.sagitta.systems/agent/x402/allocate-with-report
- Price: $34/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/selun-crypto-portfolio-allocate-with-report-c32e694a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q-pHUn4mcvQs54QpcIsud

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 selun-crypto-portfolio-allocate-with-report-c32e694a -d '<json body>'
```

Example prompt: Can you generate a full Selun crypto portfolio allocation report for me? I want an Aggressive risk profile focused on Bluechips with a 3+ year timeframe — use decision ID 'agent-run-001'.

## When to prefer this

Use this endpoint when you need a comprehensive, AI-generated crypto portfolio allocation plan with a full intelligence report in a single call, especially when the user has defined a specific risk tolerance (Conservative/Balanced/Growth/Aggressive), portfolio segment (Bluechips/Memecoins/Gaming/Yield Farm), and investment timeframe. Prefer this over the rebalance or asset-scoring sibling endpoints when starting fresh or when a complete allocation plan with narrative report is needed rather than incremental adjustments.

## Known failure modes

- Payment not received or insufficient USDC — 402 Payment Required response
- Invalid enum value for riskTolerance, portfolioSegment, or timeframe — 400 Bad Request
- Missing required fields — 400 validation error
- Job accepted but report generation times out or fails — check statusPath for error state
- Referral/affiliate code invalid — may be silently ignored or return 400
- Service degraded or in INCIDENT mode — check continuity/preflight sibling endpoint first

## How this service works

Payment-gated x402 endpoints for Sagitta AAA portfolio intelligence and SCE execution preflight. Includes allocation, market regime, policy envelope, asset scoring, rebalance, continuity mode, case relevance, and doctrine-based risk evaluation for autonomous agents.

## Output

Returns a job ID, accepted status, decision ID, and a status path to poll for the completed allocation report. The final report includes allocation recommendations, market regime analysis, policy envelope, asset scoring, and doctrine-based risk evaluation for the specified segment and risk profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "timeframe": {
   "enum": [
    "<1_year",
    "1-3_years",
    "3+_years"
   ]
  },
  "decisionId": {
   "type": "string"
  },
  "referralCode": {
   "type": "string",
   "description": "Optional affiliate/referral code. You can also send this as ?ref=CODE."
  },
  "riskTolerance": {
   "enum": [
    "Conservative",
    "Balanced",
    "Growth",
    "Aggressive"
   ]
  },
  "portfolioSegment": {
   "enum": [
    "Bluechips",
    "Memecoins",
    "Gaming",
    "Yield Farm"
   ]
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "jobId": "selun-allocate-agent-run-001-1700000000000",
   "status": "accepted",
   "decisionId": "agent-run-001",
   "statusPath": "/execution-status/selun-allocate-agent-run-001-1700000000000"
  },
  "success": true,
  "executionModelVersion": "Selun-1.0.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/selun-crypto-portfolio-allocate-with-report-c32e694a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from selun.sagitta.systems](https://www.zero.xyz/host/selun.sagitta.systems/llms.txt)
