# Losbeto Launch Risk — Solana Token Launch Risk Analyzer

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

Returns an on-chain risk score and brief for a newly launched Solana token/pair, combining liquidity, social, holder, and mint-authority checks with LLM synthesis.

## Facts

- Endpoint: GET https://markets.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-solana-token-launch-risk-analyzer-cf215f1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_207CwdxeT2vhJFpX4oW65

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-solana-token-launch-risk-analyzer-cf215f1b
```

Example prompt: Can you check the launch risk for the Solana token at address Gp6Bcc5ArJXqf7XsJCuE2L4hsxjNFFDaxAy7vwyFim1h — I want to know the risk score, liquidity, whether mint authority is renounced, and whether I should avoid it?

## When to prefer this

Use this endpoint when you need a fast, automated risk verdict on a freshly launched Solana token, especially from PumpFun or PumpSwap ecosystems. It is ideal for trading bots that need to filter snipe targets by liquidity, holder concentration, and mint-authority status before executing. Prefer it over generic token info endpoints because it provides an opinionated risk score and actionable recommendation (AVOID/CAUTION/OK) rather than raw data alone.

## Known failure modes

- Token address not found on-chain — returns error or empty pair data
- Pair too new for DEX data — liquidity and volume may be zero or missing
- Invalid Solana address format — likely returns 4xx or malformed response
- DexScreener or Helius API outage — upstream data unavailable, stale or missing fields
- Token has no social metadata — has_socials returned false, brief may be less reliable

## 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 a numeric risk score (0-100), a verdict label (e.g. HIGH/MEDIUM/LOW), a human-readable brief with a recommendation (e.g. AVOID), the DEX pair details (price, liquidity, 24h volume, age), on-chain checks (mint authority renounced, top holder concentration, metadata mutability, social presence), a methodology note, and a list of other recently launched tokens for context.

## 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",
 "example": {
  "ts": 1785019164,
  "pair": {
   "dex": "pumpswap",
   "url": "https://dexscreener.com/solana/ec38giscrjsw8bhmnhhdlffzevnd5duqg8gehbuuqf2b",
   "pair": "EC38GiscrjsW8bHMnhhdLffzeVND5dUQg8gEHBuUqf2b",
   "age_hours": 0.2,
   "price_usd": "0.00001715",
   "has_socials": true,
   "liquidity_usd": 8195,
   "volume_24h_usd": 129415
  },
  "brief": "Risk 70/100 (HIGH). Liquidity $8,195. Recommendation: AVOID.",
  "token": "Gp6Bcc5ArJXqf7XsJCuE2L4hsxjNFFDaxAy7vwyFim1h",
  "checks": {
   "has_socials": true,
   "liquidity_usd": 8195,
   "metadata_mutable": true,
   "mint_authority_renounced": true,
   "top5_holders_pct_of_top20": 64.7
  },
  "product": "launch-risk-brief",
  "verdict": "HIGH",
  "version": "25.1.0-DISCOVERY",
  "risk_score": 70,
  "methodology": "on-chain (Helius) + DEX (DexScreener) + LLM synthesis; heurístico, não é aconselhamento financeiro",
  "brief_source": "rule-based",
  "other_fresh_launches": [
   "EiBTVnXZG8nHq4DWCyp2gvesVjMhgi6hk9CWaaGQpump",
   "GKUwfyQoJ9apCaoWyYaQ9RT8inZed469v41M1Ljb1ock",
   "3nov9iH8J1ZnLL2Fn5c2J7pALRw33zTVedWrptBwpump",
   "BgTxS5GMyQFNeSHxs56DZHW46o6KY7qrUTkx3CUnpump",
   "9QPFvQXN7F3i4nQtkk58Zgxq7EDj6ZujBk5Uv224pump"
  ]
 }
}
```

## More

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