# VAPE Rug Pull Alert — Token Owner-Power & Rug-Risk Flags

> VAPE Rug Pull Alert — Token Owner-Power & Rug-Risk Flags is a paid API for AI agents from vape.juxtaposition1.deno.net, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Analyzes a Base-chain token contract for rug-pull risk signals including mint authority, blacklist capability, pausable transfers, and LP concentration using real GoPlus/DexScreener/DefiLlama data.

## Facts

- Endpoint: GET https://vape.juxtaposition1.deno.net/scan/rug_pull_alert
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vape-rug-pull-alert-token-owner-power-rug-risk-flags-5e1396a7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RrmwZvAUrHn017MprOX94

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 vape-rug-pull-alert-token-owner-power-rug-risk-flags-5e1396a7
```

Example prompt: Can you check if the token at contract address 0x4200000000000000000000000000000000000006 on Base is a rug pull risk — specifically whether the owner can mint, blacklist wallets, pause transfers, or if LP is dangerously concentrated?

## When to prefer this

Use this endpoint when you need real on-chain rug-pull risk signals for a Base-chain token — specifically owner-power flags (mint, blacklist, pausable) and LP concentration — rather than generic token price data or simulated audit results. Prefer over generic security scanners when working specifically with Base (chain 8453) tokens and needing structured, agent-consumable risk flags.

## Known failure modes

- Invalid or unrecognized contract address returns an error
- Contract not deployed on Base chain (chain 8453) causes lookup failure
- Token with no DexScreener listing may return incomplete LP data
- Rate limiting or upstream GoPlus/DexScreener API downtime causes 5xx errors
- Missing required 'address' query parameter returns 400 bad request

## How this service works

VAPE rug_pull_alert — Owner-power / rug-risk flags (mint, blacklist, pausable transfers, LP concentration). Real on-chain/market data, no simulation.

## Output

Returns owner-power and rug-risk flags for the given Base token contract, including mint authority status, blacklist capability, pausable transfer flag, and LP concentration data sourced from GoPlus, DexScreener, and DefiLlama — no simulation, real on-chain data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "address"
     ],
     "properties": {
      "chain": {
       "type": "string",
       "description": "optional chain id override, defaults to 8453"
      },
      "address": {
       "type": "string",
       "description": "Base (chain 8453) contract/token address to analyze"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vape-rug-pull-alert-token-owner-power-rug-risk-flags-5e1396a7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vape.juxtaposition1.deno.net](https://www.zero.xyz/host/vape.juxtaposition1.deno.net/llms.txt)
