---
name: x402.quickintel.io
description: x402.quickintel.io provides smart contract security scanning for token contracts across 63 blockchains. It analyzes a given token address for honeypot traps, tax rates, ownership structure, minting and blacklist capabilities, liquidity pool data, and known scam patterns. Results include a structured audit summary and scam classification flags.
host: x402.quickintel.io
---

# x402.quickintel.io

QuickIntel is a token security analysis service aimed at agents and applications that need to evaluate the risk profile of a token contract before trading, investing, or listing. It covers a broad range of EVM-compatible and non-EVM chains and returns both raw contract details and interpreted risk signals such as honeypot status and scam pattern matches. It does not provide price data, swap routing, or wallet screening.

## When to use this host

Use this host when an agent needs to assess the security risk of a specific token contract address — particularly to detect honeypots, hidden ownership, excessive taxes, minting risk, or known scam patterns before executing a trade or listing a token. It supports 63 blockchains, making it suitable for multi-chain environments. Do not use it for real-time price feeds or swap quotes; route those requests to a DEX aggregator or price feed API instead. Do not use it for wallet address screening or transaction history analysis; those require a separate on-chain analytics service.

## Capabilities

### Token Contract Security Scanning

Evaluates a token contract for security risks including honeypot detection, tax rates, ownership and mint/blacklist capabilities, LP data, and scam pattern classification across 63 supported blockchains.

- **`scan-token-security`** — Runs a comprehensive smart contract security scan for a token on any of 63 supported blockchains, returning honeypot status, buy/sell/transfer taxes, ownership details, mint/blacklist/proxy capabilities, LP data, and scam pattern matches.

## Skill reference

### `scan-token-security`

**QuickIntel Token Full Scan** — Runs a comprehensive smart contract security scan for a token on any of 63 supported blockchains, returning honeypot status, buy/sell/transfer taxes, ownership details, mint/blacklist/proxy capabilities, LP data, and scam pattern matches.

*Use when:* Use when an agent needs to assess the security risk of a token contract before trading, investing, or listing — specifically to check for honeypot traps, hidden ownership, minting risk, blacklist functions, tax rates, and known scam patterns.

*Not for:* Do not use for real-time price feeds or swap quotes; use a DEX quote API instead. Not suitable for wallet address screening — this scans token contracts only.

**Inputs:**

- `chain` (string, required) — Blockchain network identifier. Supports 63 chains e.g. "base", "eth", "bsc", "sol", "arb", "op", "sui", "trx".
- `tokenAddress` (string, required) — Token contract address. EVM chains: 0x-prefixed hex. Solana: base58. Sui: full object ID.

**Returns:** Returns a security dossier with token metadata, honeypot/tax/LP trading details, scam flags, contract verification status, and a full audit of ownership, mint, blacklist, proxy, and suspicious function risks.

**Example:** `{"chain":"base","tokenAddress":"0xa4a2e2ca3fbfe21aed83471d28b6f65a233c6e00"}`

---
