# LensCrypt Wallet Risk Assessment

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

Analyzes a blockchain wallet address and returns a risk profile covering behavioral patterns, suspicious activity signals, and safety scoring.

## Facts

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

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-e06fcf04
```

Example prompt: Can you run a wallet risk assessment on 0x1234...abcd and tell me if it looks safe to interact with — I want to know if it has any suspicious or high-risk signals before I send funds.

## When to prefer this

Use this endpoint when you need a quick risk score or safety flag on a specific wallet address before interacting with it — ideal for pre-trade checks, counterparty vetting, or flagging suspicious wallets in DeFi or NFT contexts. Prefer this over generic blockchain explorers when you want a structured, scored risk output rather than raw transaction history.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Non-existent or brand-new wallet with no on-chain history may return minimal data
- Network timeouts if the underlying data provider is unavailable
- Payment failure via x402 if the caller's USDC balance or authorization is insufficient
- Rate limiting if too many requests are made in a short window

## 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 containing a risk status indicator and wallet risk profile data, including behavioral signals, risk score, and flags for suspicious activity patterns associated with the queried address.

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