# Solana Snipe Safety Check — EVM Token Honeypot & Rug Detection

> Solana Snipe Safety Check — EVM Token Honeypot & Rug Detection is a paid API for AI agents from x402-services-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Analyzes an EVM token contract address for honeypot and rug-pull risks across major EVM chains, returning a safety assessment before trading

## Facts

- Endpoint: POST https://x402-services-production.up.railway.app/api/snipe/safety
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-snipe-safety-check-evm-token-honeypot-rug-detection-34b8a862
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p3QLtS1rxE-Lx4UE34p_C

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 solana-snipe-safety-check-evm-token-honeypot-rug-detection-34b8a862 -d '<json body>'
```

Example prompt: Before I buy this token, run a honeypot and rug-pull safety check on contract 0x1234...abcd on Base — I want to know if I can actually sell it after buying.

## When to prefer this

Use this endpoint when you need a fast, pay-per-call honeypot and rug-pull safety check on an EVM token contract before executing a trade, with no API key or subscription required. Prefer this over free alternatives when operating autonomously (agent-native stablecoin payment via x402), when you need multichain coverage across Base, Ethereum, Arbitrum, BSC, Polygon, Optimism, and Avalanche in a single API, or when you need real-time results at trade time rather than batch analysis.

## Known failure modes

- Invalid or malformed contract address returns a 400 error
- Contract address not found on the specified chain returns an empty or error result
- Unsupported chain identifier causes a validation error
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- Rate limiting or backend timeout may return 503 or 504 errors
- Very newly deployed contracts may have insufficient on-chain data for full analysis

## How this service works

Full rug/honeypot audit for a token: honeypot detection, buy/sell tax, source verification, mint/pause/blacklist/hidden-owner privileges, proxy check, holder & LP counts, plus a 0-100 risk score and plain-English verdict (AVOID / HIGH RISK / CAUTION / LOOKS OK). Send { address, chain? }. The must-have pre-buy safety gate for any trading agent.

## Output

Returns a structured safety assessment for the given token contract, including honeypot detection status (whether buy/sell is blocked), rug-pull risk indicators, contract vulnerability flags, and an overall safety verdict — enabling the agent to decide whether to proceed with a trade.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "EVM chain: base (default), ethereum, arbitrum, bsc, polygon, optimism, avax"
  },
  "address": {
   "type": "string",
   "description": "0x token contract address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-snipe-safety-check-evm-token-honeypot-rug-detection-34b8a862/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-services-production.up.railway.app](https://www.zero.xyz/host/x402-services-production.up.railway.app/llms.txt)
