# Losbeto Thesis Engine

> Losbeto Thesis Engine is a paid API for AI agents from markets.losbeto.xyz, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates or retrieves an investment thesis analysis via the Losbeto AI trading swarm, payable in USDC via x402 micropayments.

## Facts

- Endpoint: GET https://markets.losbeto.xyz/thesis-engine
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-thesis-engine-91e800ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryCrHkx4fBwn3pQMdXT-8

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-thesis-engine-91e800ff
```

Example prompt: Can you pull an AI-generated investment thesis for Solana from the Losbeto thesis engine? I want to see the swarm's current rationale and market analysis for it.

## When to prefer this

Choose this endpoint when you need an AI-generated investment thesis or trading rationale for a crypto asset, specifically from a multi-chain (Solana + Base) AI trading swarm context with USDC micropayment access. Prefer it over generic LLM-based financial analysis when you want a specialized, swarm-aggregated thesis signal with a structured JSON output.

## Known failure modes

- Missing or malformed 'properties' parameter returns an error or empty thesis
- Insufficient USDC balance (x402 payment failure) blocks the request
- Ambiguous or unsupported asset query may return a generic or null thesis
- Rate limiting or swarm unavailability returns a service error
- Malformed JSON response if the thesis engine encounters an internal error

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

A JSON object containing an AI-generated investment thesis, including market rationale, trading outlook, and any supporting analysis produced by the Losbeto multi-chain AI trading swarm.

## 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": {
      "format": {
       "type": "string",
       "description": "Response format (json)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "description": "Premium product: an operational thesis with stated conviction, entry and invalidation triggers, and the hedge that pairs with it."
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-thesis-engine-91e800ff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from markets.losbeto.xyz](https://www.zero.xyz/host/markets.losbeto.xyz/llms.txt)
