# EVM Token Forensic Risk Scanner

> EVM Token Forensic Risk Scanner is a paid API for AI agents from 46-224-201-33.sslip.io, paid per call via x402, $0.008/call, status down (last checked 2026-09-15).

Performs deep on-chain bytecode and storage-slot analysis of EVM tokens to detect rug/honeypot/dilution risk vectors and return a safe/caution/avoid signal with confidence score

## Facts

- Endpoint: POST https://46-224-201-33.sslip.io/x402/token-safety
- Price: $0.008/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evm-token-forensic-risk-scanner-251e969f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tVxMZoTbpSZzX2HCzm85L

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 evm-token-forensic-risk-scanner-251e969f -d '<json body>'
```

Example prompt: Run a deep forensic risk scan on EVM token contract 0xAbC123... on Base — check for owner mint, pause, blacklist, and fee-setter powers plus upgradeable proxy admin risks, and tell me the safe/caution/avoid verdict with the risk score and confidence.

## When to prefer this

Choose this endpoint when you need forensic-grade, on-chain EVM token risk assessment covering Base, Ethereum, Arbitrum, Optimism, or Polygon — especially for token-sniping or trading bots that need to avoid rugs and honeypots. It goes beyond surface-level metadata checks by performing actual bytecode-selector and EIP-1967 proxy-slot analysis, making it the EVM counterpart to Solana-only token scanners.

## Known failure modes

- Invalid or non-existent contract address returns an error
- Unsupported chain ID or network not in Base/Ethereum/Arbitrum/Optimism/Polygon
- Contract is not an EVM token (e.g., EOA or non-token contract)
- RPC timeout or node unavailability for on-chain reads
- Insufficient USDC payment ($0.008) causes rejection via x402 payment protocol
- Bytecode not available for unverified or self-destructed contracts

## How this service works

Deep on-chain forensic risk verdict for any EVM token (Base/Ethereum/Arbitrum/Optimism/Polygon). Detects owner mint/pause/blacklist/fee-setter powers + upgradeable-proxy admin (rug/honeypot/dilution vectors) and ownership-renounce status via bytecode-selector + EIP-1967 slot analysis. Returns signal(safe/caution/avoid)+risk score+confidence — the EVM complement to Solana-only token scanners, for token-sniping and trading agents.

## Output

Returns a risk signal enum (safe/caution/avoid), a numeric risk score, a confidence value, and boolean flags for each detected dangerous owner capability (mint, pause, blacklist, fee-setter, upgradeable-proxy admin) along with ownership-renounce status — derived from bytecode-selector and EIP-1967 slot analysis.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/evm-token-forensic-risk-scanner-251e969f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 46-224-201-33.sslip.io](https://www.zero.xyz/host/46-224-201-33.sslip.io/llms.txt)
