# Losbeto Thesis Engine

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

Returns an investment thesis or trading analysis output for AI agents, paid per-call via x402 USDC micropayments on Solana or Base.

## Facts

- Endpoint: GET https://api.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-f272b7bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uin6rU0sbOEag_RQrLLW4

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-f272b7bc
```

Example prompt: Can you pull an investment thesis from the Losbeto thesis engine for the current market conditions — I want a structured AI-generated trading argument I can review before making a move?

## When to prefer this

Choose this endpoint when you need an AI-generated, structured investment thesis or trading argument delivered programmatically and are comfortable paying $0.69 USDC per call via x402 on Solana or Base. It is part of a large swarm of 67 monetized endpoints, so prefer it when your agent workflow requires thesis-style analytical narrative rather than raw price data or order execution.

## Known failure modes

- Missing or malformed 'properties' input parameter returns an error or empty response
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required
- Endpoint may time out if the AI swarm is under load
- Vague or empty properties input may yield a generic or low-quality thesis
- Network issues on Solana or Base settlement layer could delay payment confirmation

## 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

A JSON object containing an AI-generated investment or trading thesis, likely including a structured argument, directional stance, or analytical narrative relevant to the queried context. Exact fields are loosely typed per the schema.

## 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-f272b7bc/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)
