# LensCrypt Solana Token Safety Checker

> LensCrypt Solana Token Safety Checker is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

Analyzes a Solana token by mint address and returns a safety assessment including risk flags, contract analysis, and potential scam/rug-pull indicators.

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/solana/token-safety/%7Bmint%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-solana-token-safety-check-7127ab0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yQbRixZ3bAm-qbA11KSwh

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 lenscrypt-solana-token-safety-check-7127ab0d
```

Example prompt: Can you check whether the Solana token with mint address So11111111111111111111111111111111111111112 is safe to buy — I want to know if it has any rug-pull risk, honeypot flags, or other scam indicators before I invest?

## When to prefer this

Use this endpoint when you need a quick, paid safety check on a specific Solana token by mint address before trading or investing, especially for newly launched or low-liquidity tokens where rug-pull and scam risk is high. Prefer this over general blockchain explorers when you specifically need an aggregated safety score with scam/risk flags rather than raw on-chain data.

## Known failure modes

- Invalid or malformed mint address returns error
- Unknown mint address not found on-chain returns 404 or empty result
- Rate limit exceeded if too many requests in short period
- Payment failure via x402 protocol if USDC balance insufficient
- Network or upstream Solana RPC issues causing timeout

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with safety status and risk assessment for the specified Solana token mint, including flags for common scam patterns such as rug-pull risk, honeypot behavior, and suspicious contract characteristics.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-solana-token-safety-check-7127ab0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
