# Cybercentry Ethereum Token Verification

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

Verifies Ethereum token properties and security attributes via a pay-per-call API settled on Base or Solana.

## Facts

- Endpoint: GET https://centry.cybercentry.co.uk/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/cybercentry-ethereum-token-verification-f48e90b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BWDMwQNAsnnXWHj7RH-nq

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 cybercentry-ethereum-token-verification-f48e90b1
```

Example prompt: Can you run a security verification on this Ethereum token for me and tell me if it looks legitimate or risky? I want to know its properties and whether it's been flagged for any issues.

## When to prefer this

Use this endpoint when an AI agent needs to verify the legitimacy or security of an Ethereum token before a trade, DeFi interaction, or investment decision. Prefer this over generic blockchain explorers when you need a structured security verdict with a shareable report URL, and when you are already operating in an x402 pay-per-call context on Base or Solana.

## Known failure modes

- Invalid or missing token properties input returns an error
- Token contract not found on Ethereum mainnet
- Rate limiting if called too frequently without proper payment
- Payment not settled via x402 results in 402 response
- Malformed request body returns 400 error
- Scan service temporarily unavailable returns 503

## How this service works

Check an Ethereum or EVM token contract before buying: rug pull, hidden tax, liquidity legitimacy and holder concentration risk. Token due diligence returned as a scan report

## Output

Returns a URL pointing to a scan report (e.g. https://demo.cybercentry.io/ethereum_token_verification/{id}) containing the verification results and security assessment for the specified Ethereum token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "scan_url": "https://demo.cybercentry.io/ethereum_token_verification/1786984445203"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-ethereum-token-verification-f48e90b1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from centry.cybercentry.co.uk](https://www.zero.xyz/host/centry.cybercentry.co.uk/llms.txt)
