# onchain.wick.pics Fresh-Pool Rug Radar

> onchain.wick.pics Fresh-Pool Rug Radar is a paid API for AI agents from onchain.wick.pics, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Checks whether a newly launched token pool on PulseChain, Base, Monad, or BSC is a rug pull or honeypot, returning a 0–100 safety score with supporting evidence

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/fresh-rug
- 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/onchain-wick-pics-fresh-pool-rug-radar-1b93c9f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hQyJkgE3PeXwZkhjR6aYG

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 onchain-wick-pics-fresh-pool-rug-radar-1b93c9f9
```

Example prompt: Can you run a fresh-pool rug check on this PulseChain token at 0xabc123...def456 and tell me if it's safe to buy — give me the safety score and any red flags?

## When to prefer this

Choose this endpoint when you need token safety checks on PulseChain (which GoPlus and Honeypot.is do not cover), or want a single unified API covering PulseChain, Base, Monad, and BSC with fresh-pool rug radar. Prefer it over generic alternatives when evaluating newly launched pools where standard scanners have no data yet, or when building trading bots and agents that need pay-per-call economics via x402 rather than subscription tiers.

## Known failure modes

- Invalid or non-existent contract address returns an error
- Unsupported chain value returns a validation error
- Token too new or not indexed yet may return insufficient data
- Network timeout if the target chain RPC is slow
- Incorrect chain specified for the given address returns misleading or empty results

## How this service works

Rug & honeypot safety checks for any token — across PulseChain (which GoPlus & Honeypot.is don't cover), plus Base, Monad & BSC. 0–100 safety verdicts with evidence, fresh-pool rug radar & exit-safety, for agents, bots & traders. Free to start; pay-per-call via x402.

## Output

Returns a 0–100 safety score, a rug pull verdict, a honeypot verdict, exit-safety assessment, and specific evidence flags explaining why the token passed or failed — covering liquidity lock status, sell tax traps, ownership renouncement, and other on-chain risk indicators for the requested chain and token address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "address"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain name: pulsechain | monad | base | bsc"
  },
  "address": {
   "type": "string",
   "description": "Token contract address (0x + 40 hex)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-wick-pics-fresh-pool-rug-radar-1b93c9f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchain.wick.pics](https://www.zero.xyz/host/onchain.wick.pics/llms.txt)
