# LensCrypt Solana Token Safety Check

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

Analyzes a Solana token mint address for safety signals, risk flags, and potential scam indicators

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/solana/token-safety/%7Bmint%7D
- 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/lenscrypt-solana-token-safety-check-eae0b44f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_stvAI7yZ8JXjIxMdhTPjI

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

Example prompt: Can you check whether this Solana token is safe — the mint address is EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v? I want to know if it has any rug pull or scam flags before I buy.

## When to prefer this

Use this endpoint when you need to quickly assess a Solana-specific token mint for safety before executing a trade, adding liquidity, or recommending a token to a user. Prefer this over generic blockchain explorers when you need structured, machine-readable safety signals rather than raw on-chain data. Best suited for pre-trade risk filtering, alerting pipelines, and DeFi agent workflows operating on the Solana ecosystem.

## Known failure modes

- Invalid or malformed mint address returns an error
- Unknown or very new token mint with no on-chain data may return limited signals
- Payment failure via x402 protocol blocks the request
- Rate limiting or service unavailability returns non-200 response
- Token exists on a different chain and cannot be resolved on Solana

## 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

A JSON safety assessment for the given Solana token mint, including a status field and safety signals such as risk score, rug pull indicators, honeypot detection flags, ownership renouncement status, and other contract-level red flags.

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