# onchain.wick.pics Token Ownership Safety Check

> onchain.wick.pics Token Ownership Safety Check is a paid API for AI agents from onchain.wick.pics, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns ownership and control risk analysis for a token contract on PulseChain, Base, Monad, or BSC as part of a rug/honeypot safety verdict

## Facts

- Endpoint: GET https://onchain.wick.pics/v1/ownership
- Price: $0.05/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-token-ownership-safety-check-be0768f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nTnU1Pvv6ArliWwPQewqo

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-token-ownership-safety-check-be0768f1
```

Example prompt: Before I buy this token, can you check if the ownership looks safe on PulseChain — the contract is 0xabc123...def456? I want to know if the owner can rug me or has dangerous control over the supply.

## When to prefer this

Choose this endpoint when you need ownership and control risk analysis specifically for tokens on PulseChain (not covered by GoPlus or Honeypot.is), Base, Monad, or BSC. Prefer it when your agent or bot needs a structured ownership safety verdict before executing a trade, when researching newly launched tokens, or when you need chain coverage that mainstream token safety APIs lack.

## Known failure modes

- Invalid or non-checksummed contract address returns 400 error
- Unsupported chain name returns validation error
- Token contract not found on specified chain returns 404 or empty result
- Rate limiting or payment failure (x402) blocks the call
- Brand-new contracts with no on-chain history may return incomplete data

## 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 structured ownership risk data for the specified token contract, including whether ownership is renounced, whether the owner retains dangerous privileges (mint, blacklist, pause, etc.), and a safety verdict or risk signal as part of the broader 0–100 safety scoring system.

## 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-token-ownership-safety-check-be0768f1/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)
