# onchain.wick.pics Exit Safety Check

> onchain.wick.pics Exit Safety Check 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).

Simulates exiting a token position on PulseChain, Base, Monad, or BSC and returns a 0–100 safety score with evidence of rugs, honeypots, and slippage risk

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/exit-safety
- 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-exit-safety-check-1e8e64b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y1dxGCVXRh4HFMEeBOiGX

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-exit-safety-check-1e8e64b7
```

Example prompt: Can you check if I can safely exit a $500 position in token 0xabc1234567890abcdef1234567890abcdef123456 on PulseChain — I want to know if it's a honeypot or rug, and flag anything over 10% slippage.

## When to prefer this

Choose this endpoint when you need token exit-safety analysis on PulseChain specifically, since mainstream safety tools like GoPlus and Honeypot.is do not cover PulseChain. It is also the right choice when you need a position-size-aware exit simulation (not just a static contract scan) across Base, Monad, or BSC, or when you need fresh-pool rug radar combined with a structured 0–100 safety score suitable for automated agent decision-making.

## Known failure modes

- Unsupported chain name returns an error — only 'pulsechain', 'monad', 'base', 'bsc' are accepted
- Invalid or malformed token address returns a validation error
- Token contract not found on the specified chain returns a not-found error
- Position size exceeds available liquidity, making simulation unreliable
- Payment not received (x402) results in 402 response and no data returned
- Network or RPC timeout for the specified chain causes a service unavailable error

## 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 for the token exit, a pass/fail verdict, estimated slippage for the given position size, evidence of honeypot or rug mechanics (e.g. transfer restrictions, blacklist functions, high tax), and a fresh-pool rug radar signal indicating whether the liquidity pool is newly created and at elevated risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "token",
  "sizeUsd"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Chain name: pulsechain | monad | base | bsc"
  },
  "token": {
   "type": "string",
   "description": "Token contract address (0x + 40 hex)"
  },
  "sizeUsd": {
   "type": "string",
   "description": "Position size in USD to test exiting"
  },
  "maxSlippage": {
   "type": "string",
   "description": "Max acceptable slippage %, default 10"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchain-wick-pics-exit-safety-check-1e8e64b7/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)
