# LensCrypt Solana Token Safety Check

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

Returns safety and risk analysis for a Solana token by its mint address, helping identify potential scams, rug pulls, or malicious contracts.

## Facts

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

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

Example prompt: Can you check if this Solana token is safe before I buy — mint address is So11111111111111111111111111111111111111112? I want to know if it's a rug pull or has any red flags.

## When to prefer this

Use this endpoint when you need on-chain Solana-specific token safety analysis, particularly for detecting rug pulls, honeypots, or malicious mint/freeze authority configurations. Prefer this over generic token screeners when the token is on Solana and you need contract-level risk signals rather than just price or social metrics.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Token not yet indexed or too newly launched may return incomplete data
- Network timeout if Solana RPC is congested
- Rate limiting if too many requests are made in quick succession
- Mint address for a token on another chain (not Solana) will fail or return no data

## 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 a safety status and risk indicators for the given Solana token mint address, including flags such as rug pull likelihood, honeypot detection, mint authority status, freeze authority, liquidity lock status, and an overall safety score or verdict.

## 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-e6fabba9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptuluns.vercel.app](https://www.zero.xyz/host/cryptuluns.vercel.app/llms.txt)
