# EVM Token Security Screener

> EVM Token Security Screener is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.136/call, status unknown (last checked 2026-09-15).

Screens an EVM token contract address for security risks and flags such as honeypots, ownership issues, and other on-chain vulnerabilities across multiple chains.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/evm-token-security
- Price: $0.136/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/evm-token-security-screener-67cb9db4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QZ0jXP9-W2NpgbcNKagnY

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 evm-token-security-screener-67cb9db4
```

Example prompt: Can you run a security check on the token at contract address 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum and tell me if it's a honeypot or has any ownership red flags?

## When to prefer this

Choose this endpoint when you need a quick, no-account-required, pay-per-use token security screen across multiple EVM chains (Ethereum, Base, BSC, Arbitrum, Polygon, Optimism, Avalanche) for $0.007 USDC per call. Ideal for agents performing pre-trade due diligence, DeFi workflow automation, or alerting pipelines that need to flag risky tokens without maintaining API key subscriptions.

## Known failure modes

- Invalid or non-contract address returns an error or empty result
- Unsupported chain name/ID returns a validation error
- Newly deployed contracts with no on-chain history may return incomplete data
- Network congestion on the queried chain may cause timeouts
- Payment failure (insufficient USDC or wrong network) returns HTTP 402

## How this service works

Honeypot, rug-pull, and scam detection for any EVM token. Returns a 0–100 risk score with labeled flags: honeypot status, hidden ownership, mint authority, self-destruct, buy/sell tax rates, creator wallet concentration, and open-source status. Covers 40+ chains (Ethereum, Base, BSC, Arbitrum, Polygon, Solana, etc.) via GoPlusLabs. Useful pre-trade before buying unknown tokens, before routing payments through new contracts, or when validating DeFi protocol addresses. Pairs with solana-token-ris

## Output

Returns a security assessment for the specified token contract, including flags for honeypot risk, dangerous ownership patterns, blacklist/mint function presence, trading restrictions, and an overall safety verdict — enabling a go/no-go decision before interacting with the token.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "chain": "base",
   "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/evm-token-security-screener-67cb9db4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
