# LensCrypt Wallet Risk Assessment

> LensCrypt Wallet Risk Assessment is a paid API for AI agents from lenscrypt.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 score and safety profile for that wallet

## Facts

- Endpoint: GET https://lenscrypt.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-503d8ed7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__4NDuUzctUg1JxulYF8A7

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-503d8ed7
```

Example prompt: Can you check the risk profile for wallet address 0x4a3b2c1d... and tell me if it's safe to interact with — I want to know the risk score and any red flags before I send funds to it.

## When to prefer this

Use this endpoint when you need a quick, paid on-demand risk score for a specific wallet address before interacting with it, sending funds, or listing it. Prefer this over manual chain analysis when you need a structured, machine-readable risk assessment as part of an automated workflow or agent decision.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Address not found or never seen on-chain may return empty or low-confidence result
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Network or upstream data provider outage returns 500 error
- Address format mismatch (e.g. Solana vs EVM address) may return unexpected results

## 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, likely including a risk score, risk tier, and flags indicating suspicious behavior patterns associated with the queried wallet 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-503d8ed7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lenscrypt.vercel.app](https://www.zero.xyz/host/lenscrypt.vercel.app/llms.txt)
