# LensCrypt Token Enrichment — Chain/Address Intelligence

> LensCrypt Token Enrichment — Chain/Address Intelligence 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).

Fetches enriched token analytics and intelligence for a given token contract address on a specified blockchain chain

## Facts

- Endpoint: GET https://tolens.vercel.app/api/enrich/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-token-enrichment-chain-address-intelligence-5d264b32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2VMavm61MioCS1Bg2JnJb

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-enrichment-chain-address-intelligence-5d264b32
```

Example prompt: Can you pull the enriched token intelligence for contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on the Ethereum chain — I want to know what this token is and whether it looks safe?

## When to prefer this

Use this endpoint when you need comprehensive token-level enrichment — metadata, safety, and analytics — for a specific contract address on a supported chain, especially when you want a single call to cover token intelligence without calling multiple specialized endpoints. Prefer over manual on-chain lookups or generic explorers when you need structured, AI-enriched output.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Malformed or non-existent contract address returns error or empty result
- Payment failure via x402 protocol results in 402 response
- Token not indexed or too new may return sparse/incomplete data
- Rate limiting may occur under high request volume

## 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 enriched token data including metadata, safety signals, and analytics 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-token-enrichment-chain-address-intelligence-5d264b32/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)
