# LensCrypt AI Token Analysis

> LensCrypt AI Token Analysis is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns AI-powered analysis and intelligence for a specific token on a given blockchain chain and contract address

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/ai/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-ai-token-analysis-632c01fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b8kWFPO0HChlnKCgaD1d6

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-ai-token-analysis-632c01fd
```

Example prompt: Use LensCrypt's AI token intelligence to analyze the token at contract address 0x6982508145454Ce325dDbE47a25d4ec3d2311933 on Ethereum — give me an AI-powered breakdown of its safety, risk, and smart money signals.

## When to prefer this

Choose this endpoint when you need AI-generated intelligence and risk assessment for a specific token by contract address, especially when you want MiMo V2.5 AI insights rather than raw on-chain data lookups. Best for due diligence on unfamiliar tokens across multiple chains.

## Known failure modes

- Invalid or unrecognized contract address returns error or empty result
- Unsupported chain identifier causes 400 or 404 response
- Token not indexed or too new returns limited or null data
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or quota exhaustion returns 429 Too Many Requests

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

An AI-generated analysis report for the specified token on the given chain, likely including safety scores, risk flags, behavioral signals, and smart money or whale activity insights derived from the MiMo V2.5 AI model.

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