# LensCrypt Token Enrichment — On-Chain Token Intelligence by Chain and Address

> LensCrypt Token Enrichment — On-Chain Token Intelligence by Chain and Address is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-10).

Returns enriched analytics and metadata for a specific token identified by blockchain and contract address, including safety signals, market data, and on-chain intelligence.

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/enrich/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.15/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-enrich-on-chain-token-intelligence-by-chain-and-address-84b42706
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6_Y8ReIkHtCFnvJTtI8ez

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-enrich-on-chain-token-intelligence-by-chain-and-address-84b42706
```

Example prompt: Can you pull up the full on-chain token enrichment for the contract 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to see the safety score, holder info, and any smart money or whale signals before I buy in?

## When to prefer this

Choose this endpoint when you need comprehensive enrichment for a specific token — combining safety scoring, whale/smart-money signals, and on-chain metadata in a single call — especially when you already have the contract address and chain and want a one-shot intelligence report rather than querying multiple specialized APIs.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Unrecognized contract address returns empty or 404 response
- Payment not fulfilled via x402 USDC returns 402 Payment Required
- Token not yet indexed returns partial or empty data
- Malformed address format causes a validation 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 object containing enriched token intelligence for the specified chain and contract address, including safety scores, market metadata, holder analytics, smart money signals, and risk flags as available from LensCrypt's on-chain data layer.

## 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-enrich-on-chain-token-intelligence-by-chain-and-address-84b42706/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)
