# Losbeto Council Deep — AI Trading Swarm Council Analysis

> Losbeto Council Deep — AI Trading Swarm Council Analysis is a paid API for AI agents from api.losbeto.xyz, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-14).

Provides deep multi-agent council analysis for AI trading decisions via x402 USDC micropayment on Solana and Base chains.

## Facts

- Endpoint: GET https://api.losbeto.xyz/council-deep
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-council-deep-ai-trading-swarm-council-analysis-7dedb506
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lNEd_-r11hrzNMhWW80fv

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 losbeto-council-deep-ai-trading-swarm-council-analysis-7dedb506
```

Example prompt: Run a deep council analysis on my current SOL/USDC trading position — I want the full multi-agent swarm deliberation and consensus recommendation on whether to hold or exit.

## When to prefer this

Choose this endpoint when you need a high-depth, multi-agent council deliberation rather than a quick single-model signal — it is specifically designed for consequential trading decisions requiring swarm consensus. Prefer it over lighter Losbeto endpoints when the cost of a wrong trade decision exceeds the $4.16 per-call price. Best suited for AI agents with x402 USDC payment capability on Solana or Base.

## Known failure modes

- Missing or malformed 'properties' parameter returns an error or empty response
- Payment of $4.16 USDC not processed via x402 results in 402 Payment Required
- Endpoint returns generic JSON with no meaningful analysis if query context is ambiguous
- Network or chain settlement delay causes timeout
- Unsupported query type returns null or empty council output

## How this service works

OpenAI-compatible LLM gateway at $0.005/call — change base_url, pay in USDC. Plus pay-per-call market data: multi-oracle price consensus, sentiment, forex, equities, commodities, Brazil macro (BCB/B3) and crypto. No API keys, no accounts. USDC on Base, Solana and Algorand via x402.

## Output

Returns a JSON object containing the synthesized output of a multi-agent AI trading council deliberation, including consensus recommendations, analysis depth, and agent-level reasoning relevant to the queried trading context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "symbol": {
       "type": "string",
       "description": "Asset ticker, e.g. AAPL, TSLA, BTC, GOLD"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Council of Five extended dossier: full 5-agent votes PLUS deep synthesis — thesis, action plan with ranges, risk map, verdict-flip conditions, 24h watchlist."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-council-deep-ai-trading-swarm-council-analysis-7dedb506/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.losbeto.xyz](https://www.zero.xyz/host/api.losbeto.xyz/llms.txt)
