# Losbeto Launch Risk

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

Returns a composite launch-risk assessment for a token or asset using multi-oracle price consensus, sentiment consensus, and macro/market indicators

## Facts

- Endpoint: GET https://api.losbeto.xyz/launch-risk
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-launch-risk-c4ba5aed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZfHNQ1NDfvFs89xHM4I6b

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-launch-risk-c4ba5aed
```

Example prompt: What's the current launch risk for my new token — pull a multi-oracle price consensus and sentiment score from Losbeto so I can decide if market conditions are favorable right now.

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-account risk assessment that aggregates multi-oracle price data and sentiment consensus specifically for evaluating token or asset launch conditions. Prefer it over generic price feeds when you need a composite risk score rather than raw price data, and when you want to pay in USDC on Base or Solana without API key management.

## Known failure modes

- Payment not completed or insufficient USDC balance — returns 402 Payment Required
- Invalid or unrecognized asset identifier — returns error or empty risk data
- Oracle data unavailable for the requested asset — may return partial or null consensus
- Network timeout or upstream data provider failure — returns 5xx error
- Rate limiting or infrastructure downtime on api.losbeto.xyz

## 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 a composite launch-risk score derived from multi-oracle price consensus, market sentiment consensus, forex and macro signals, and asset-class indicators, giving a structured view of how risky current market conditions are for launching a new asset.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "properties": {
      "format": {
       "description": "Response format (json)",
       "type": "string"
      }
     },
     "type": "object"
    }
   },
   "type": "object"
  },
  "output": {
   "properties": {
    "example": {
     "description": "FLAGSHIP: real-time token launch risk brief — on-chain checks (mint authority, holder concentration), DEX liquidity and an AI verdict (AVOID / WATCH / SIZE).",
     "type": "object"
    }
   },
   "type": "object"
  }
 },
 "required": [
  "input"
 ],
 "type": "object"
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-launch-risk-c4ba5aed/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)
