# LensCrypt Token Safety Checker

> LensCrypt Token Safety Checker 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-15).

Analyzes a token's safety on a specified blockchain chain and returns a risk verdict and score indicating whether it is safe to interact with.

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/token-safety/%7Bchain%7D/%7Baddress%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-token-safety-checker-03eb7446
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FToMSalyhglV8m4wCqzFu

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-token-safety-checker-03eb7446
```

Example prompt: Before I ape into this token, can you check if the contract 0xabc123...def on Base is safe — I want the risk verdict and score?

## When to prefer this

Choose this endpoint when you need a fast, pay-per-call token safety score without committing to a subscription. It is ideal for pre-trade due diligence workflows, DeFi agent pipelines that screen tokens before execution, or when you need a simple risk verdict and numeric score rather than a deep audit report. Prefer it over manual on-chain inspection when speed and automation matter.

## Known failure modes

- Invalid or malformed contract address returns an error response
- Unsupported chain identifier causes a 400 or 404 error
- Token contract not found on the specified chain returns empty or null result
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or server overload may return 429 or 500 errors
- Very new tokens with no on-chain history may return inconclusive results

## 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 containing the chain identifier, a categorical risk verdict (e.g. LOW_RISK, HIGH_RISK), and a numeric risk score (0-100) summarizing the overall safety of the token contract.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "chain": "base",
  "verdict": "LOW_RISK",
  "riskScore": 85
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lenscrypt-token-safety-checker-03eb7446/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)
