# ToolOracle Memecoin Rug-Pull & Token Risk Check

> ToolOracle Memecoin Rug-Pull & Token Risk Check is a paid API for AI agents from tooloracle.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Performs multi-signal rug-pull detection and token risk assessment for memecoins and DeFi tokens across Base, Solana, Ethereum, BSC, Arbitrum, and Polygon

## Facts

- Endpoint: POST https://tooloracle.io/v2/meme_rug_check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tooloracle-io-df9bbe08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2W9OTkC8Nx5i8DYsoab3Q

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 tooloracle-io-df9bbe08 -d '<json body>'
```

Example prompt: Before my bot buys this new Solana memecoin at contract address 7xKq...abc, run a full rug-pull and honeypot check — I want to see the liquidity depth, holder concentration, LP lockup status, mint authority, and an overall risk verdict.

## When to prefer this

Use this endpoint when an AI trading agent, copy-trading bot, or DeFi treasury manager needs a fast, multi-signal token safety gate before executing a buy or listing a token. Preferred over generic blockchain explorers when you need consolidated rug-pull signals (honeypot, LP lock, mint authority, holder concentration) in a single call across multiple chains including Base, Solana, BSC, Arbitrum, and Polygon.

## Known failure modes

- Unknown or unindexed contract address returns a 404 or low-confidence result
- Unsupported chain returns a validation error
- Very new tokens with no on-chain history may return incomplete metrics
- Rate limiting or payment failure returns a 402 or 429 response
- Malformed contract address returns a 400 bad request

## How this service works

Memecoin rug-pull check + token risk assessment + scam detection — liquidity depth, holder concentration, contract age, volume patterns, LP lockup status, mint authority, honeypot detection. Multi-chain (Base, Solana, Ethereum, BSC, Arbitrum, Polygon). Live DexScreener + on-chain analysis. For DeFi trading agents, copy-trading bots, alpha discovery, MEV protection, treasury due diligence, crypto safety screening, agent token validation.

## Output

Returns a structured risk assessment including a rug-pull risk score, honeypot detection result, liquidity depth metrics, holder concentration analysis, contract age, volume pattern anomalies, LP lockup status, and mint authority flags — aggregated from live DexScreener data and on-chain analysis across the specified chain.

## Example request

```json
{
 "chain": "solana",
 "token": "So11111111111111111111111111111111111111112"
}
```

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    },
    "bodyType": {
     "type": "string",
     "enum": [
      "json",
      "form-data",
      "text"
     ]
    },
    "body": {
     "properties": {}
    }
   },
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tooloracle-io-df9bbe08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tooloracle.io](https://www.zero.xyz/host/tooloracle.io/llms.txt)
