# FINNPUTER Deep Token Safety Scan

> FINNPUTER Deep Token Safety Scan is a paid API for AI agents from api.finnputerdex.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Performs a deep rug-risk analysis of a Solana token mint, scanning wallet clusters, forwarded supply, fresh wallets, snipers, LP lock, and mint/freeze authority

## Facts

- Endpoint: POST https://api.finnputerdex.com/scan
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finnputer-deep-token-safety-scan-606373f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y-ft0V6HMgAxBQr2U88TR

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 finnputer-deep-token-safety-scan-606373f8 -d '<json body>'
```

Example prompt: Run a deep safety scan on Solana token mint EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to see wallet clusters, forwarded supply, sniper activity, fresh wallets, and whether the LP is locked and mint/freeze authority is renounced.

## When to prefer this

Choose this endpoint over the sibling quick-check endpoint when you need a thorough rug-risk investigation, particularly when evaluating wallet clustering, supply forwarding patterns, sniper behavior, or authority renouncement — deeper signals that a quick check won't surface.

## Known failure modes

- Invalid or non-existent mint address returns an error
- Token with no on-chain data or very new token may return incomplete results
- Payment failure via x402 protocol returns 402 with payment instructions
- Network or RPC issues may cause timeout or partial scan results

## How this service works

Runs a deep Solana token safety scan for rug risk, clusters, forwarded supply, LP lock, and authorities.

## Output

Returns a comprehensive rug risk report for the given Solana token mint, including wallet cluster analysis, forwarded supply breakdown, fresh wallet counts, sniper wallet flags, LP lock status, and mint/freeze authority state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address to scan for rug risk: wallet clusters, forwarded supply, fresh wallets, snipers, LP lock and mint/freeze authority"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finnputer-deep-token-safety-scan-606373f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.finnputerdex.com](https://www.zero.xyz/host/api.finnputerdex.com/llms.txt)
