# LensCrypt AI Token Intelligence — Chain/Address Lookup

> LensCrypt AI Token Intelligence — Chain/Address Lookup is a paid API for AI agents from tolens.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

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

## Facts

- Endpoint: GET https://tolens.vercel.app/api/ai/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-ai-token-intelligence-chain-address-lookup-ea3dafc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1uCziyaLrhmp1M8hJLHm0

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-intelligence-chain-address-lookup-ea3dafc4
```

Example prompt: Can you run an AI analysis on the token at contract address 0x6982508145454Ce325dDbE47a25d4ec3d2311933 on Ethereum and tell me if it looks safe — any rug pull risks, smart money activity, or red flags?

## When to prefer this

Choose this endpoint when you need AI-powered token intelligence combining safety, smart money, and risk signals for a specific contract address — especially when you want MiMo V2.5 AI analysis rather than raw on-chain data aggregation. Best for due diligence on unknown or new tokens.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Non-existent or malformed contract address returns error
- Token with no on-chain history may return limited data
- Payment failure via x402/USDC returns 402 Payment Required
- Rate limiting or service unavailability returns 5xx error

## 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 response containing AI-generated token intelligence including safety assessment, risk signals, smart money tracking data, and other on-chain analytical insights for the specified token contract address on the given chain.

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