# LensCrypt Token Enrichment

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

Returns enriched on-chain and off-chain intelligence for a specific token on a given blockchain, including safety, social signals, and AI-powered analysis.

## Facts

- Endpoint: GET https://lensc.vercel.app/api/enrich/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-token-enrichment-1a1cfce5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nox8sytpnoRJp80DTyNUY

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-1a1cfce5
```

Example prompt: Can you pull the full token enrichment report for the contract 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want safety scores, smart money signals, and any whale activity.

## When to prefer this

Use this endpoint when you need comprehensive, multi-dimensional token intelligence in a single call — covering safety, social signals, smart money, and AI analysis — rather than querying separate specialized APIs. Best for due diligence on new or suspicious tokens before trading or investing.

## Known failure modes

- Invalid or unrecognized chain identifier returns an error
- Invalid token contract address returns an error
- Token not indexed or unsupported chain returns empty or 404 response
- Payment failure via x402 protocol blocks the request
- Rate limiting or quota exceeded returns 429

## 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 including safety scores, social signals, DeFi analytics, smart money tracking data, whale alerts, and AI-powered analysis for the specified token 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-1a1cfce5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensc.vercel.app](https://www.zero.xyz/host/lensc.vercel.app/llms.txt)
