# LensCrypt Token Safety Check

> LensCrypt Token Safety Check 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 token contract on a specified blockchain for safety risks, returning a verdict and risk score

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/token-safety/%7Bchain%7D/%7Baddress%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-token-safety-check-11f7daf7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k1ik8_B8ltk9zqvlOfN2c

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-check-11f7daf7
```

Example prompt: Is this token safe to trade? Check the contract address 0xAbC123...def on Base and tell me if it's a scam or rug pull risk.

## When to prefer this

Use this endpoint when an agent or user needs a quick, on-demand safety verdict for a specific token contract before trading or investing, especially on chains like Base. Prefer this over general blockchain explorers when you need a structured risk score and verdict rather than raw contract data.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent contract address returns an error
- Newly deployed contract with insufficient data may return inconclusive result
- Payment failure via x402 results in 402 response and no data
- Rate limiting or server error returns 5xx response

## 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 the chain name, a verdict label (e.g. LOW_RISK, HIGH_RISK), and a numeric risk score (0-100) indicating how safe the token contract is.

## 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-check-11f7daf7/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)
