# LensCrypt Token Safety Check

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

Returns a risk score and safety verdict for a crypto token on a specified blockchain chain

## Facts

- Endpoint: GET https://lensscrypt.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-check-0fd6ea62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JedcjJoKE-B_f5HtA2NDo

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-0fd6ea62
```

Example prompt: Is this token safe to trade? Check the safety and risk score for contract address 0x1234...abcd on Base chain before I buy any.

## When to prefer this

Use this endpoint when you need a quick, structured safety verdict and numeric risk score for a specific token contract address on a supported chain, especially when evaluating DeFi tokens before trading or integrating into a portfolio workflow. Prefer this over manual contract audits or general blockchain explorers when you need a machine-readable risk classification.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Contract address not found or not yet indexed returns empty or error response
- Malformed address format causes a 400 or validation error
- Network timeout on the upstream data provider
- Payment failure via x402 protocol blocks the request

## 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 object containing the chain name, a categorical risk verdict (e.g. LOW_RISK, HIGH_RISK), and a numeric risk score (0-100) reflecting how safe or dangerous 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-0fd6ea62/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensscrypt.vercel.app](https://www.zero.xyz/host/lensscrypt.vercel.app/llms.txt)
