# CyberCentry Ethereum Token Verification

> CyberCentry Ethereum Token Verification is a paid API for AI agents from x402-cybercentry.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes EVM token contracts using AI to detect rug pulls, hidden taxes, liquidity risks, and holder concentration issues

## Facts

- Endpoint: GET https://x402-cybercentry.up.railway.app/api/services/ethereum_token_verification
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-cybercentry-up-railway-app-b7da72c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vnayZxyl0OnCp2rWlXnvn

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 x402-cybercentry-up-railway-app-b7da72c6
```

Example prompt: Run a full due diligence check on this Ethereum token contract — 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — and tell me if there are any rug pull risks, hidden taxes, or liquidity red flags I should know about before investing.

## When to prefer this

Use this endpoint when you need rapid token due diligence before buying or interacting with an EVM-compatible token, especially when evaluating unknown or new DeFi tokens for rug pull patterns, honeypot mechanics, hidden transaction taxes, or suspicious liquidity setups. Prefer this over general smart contract auditors when the focus is specifically on token-level investment risk.

## Known failure modes

- Invalid or non-existent contract address returns an error
- Non-EVM chain contracts may not be supported
- Payment failure via x402 protocol blocks request
- Rate limiting if too many requests are made
- Contract with no on-chain data may return incomplete results

## How this service works

Secures EVM token contracts with AI-powered vulnerability detection. Token Due Diligence to detect rug pulls, hidden taxes, liquidity legitimacy, and holder risks.

## Output

A structured security report covering rug pull probability, hidden tax detection, liquidity legitimacy assessment, and holder concentration risks for the specified EVM token contract, powered by AI vulnerability analysis.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "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/x402-cybercentry-up-railway-app-b7da72c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-cybercentry.up.railway.app](https://www.zero.xyz/host/x402-cybercentry.up.railway.app/llms.txt)
