# LensCrypt Wallet Risk Score

> LensCrypt Wallet Risk Score is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-10).

Analyzes a blockchain wallet address and returns a risk assessment score and related risk signals

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/wallet-risk/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-wallet-risk-assessment-5a7ab3c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OdJFu2N6P1kJMY-jhDYyY

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-wallet-risk-assessment-5a7ab3c8
```

Example prompt: Can you check the risk score for this wallet address 0x3f5CE5FBFe3E9af3971dD833D26bA9b5C936f0bE before I send it any tokens?

## When to prefer this

Use this endpoint when you need a quick, paid risk score for a single wallet address before interacting with it on-chain, especially in DeFi or token transfer contexts where counterparty risk matters. Prefer this over manual on-chain inspection when you need a structured risk signal fast.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain address format may not be recognized
- Payment failure via x402 protocol blocks the request
- Address not found or insufficient on-chain history may return limited data
- Rate limiting or service downtime returns 5xx errors

## 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 a status field and wallet risk assessment data, including a risk score or classification indicating whether the wallet is safe, suspicious, or high-risk.

## 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-wallet-risk-assessment-5a7ab3c8/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)
