# Losbeto Rugcheck — Solana Token Rug Pull Risk Analyzer

> Losbeto Rugcheck — Solana Token Rug Pull Risk Analyzer is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Analyzes a Solana token or project for rug pull indicators and scam risk signals, returning a risk assessment report.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/rugcheck
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-rugcheck-solana-token-rug-pull-risk-analyzer-176ecce4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yFtv2x-1XX7mpd_LHe6Pv

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-rugcheck-solana-token-rug-pull-risk-analyzer-176ecce4
```

Example prompt: Can you run a rugcheck on the Solana token at address HZ1JovNiVvGqNLPdsFND9yfGjeRZfpdgms7xts5vy4cY and tell me if it looks safe to trade or if there are any scam red flags?

## When to prefer this

Choose this endpoint when you need a quick, automated rug pull risk signal for a Solana token before executing a trade or alerting a user. It is well-suited for AI trading bots and agent pipelines that need to gate decisions on token safety. Prefer it over manual on-chain analysis when speed and programmatic access matter, and when USDC micropayment via x402 is already supported in your agent stack.

## Known failure modes

- Invalid or unrecognized token address returns an error or empty result
- Token not yet indexed on Solana returns no data
- Malformed request properties cause a 400 error
- Service unavailability on Railway hosting returns 5xx
- Rate limiting or payment failure (x402) blocks the request

## How this service works

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

## Output

Returns a JSON object containing a rug pull risk assessment for the queried Solana token, including risk score, detected red flags (e.g. unlocked liquidity, concentrated dev holdings, honeypot indicators), token metadata, and an overall safety verdict.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-rugcheck-solana-token-rug-pull-risk-analyzer-176ecce4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
