check_token_risk
Assess an ERC-20 token before buying: detect honeypot, mint, blacklist, pause powers, taxes, owner concentration, and liquidity lock status.
Instructions
Check an ERC-20 token for scam signs before buying it: honeypot (cannot sell), mint, blacklist, and pause powers, buy/sell tax, owner and holder concentration, liquidity size, and whether liquidity is locked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain name or ID: ethereum, base, arbitrum, polygon, or bsc. | ethereum |
| token_address | Yes | An EVM address: 0x followed by 40 hex characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| chain | Yes | ||
| pools | No | ||
| taxes | No | ||
| powers | No | ||
| symbol | No | ||
| address | Yes | ||
| sources | No | ||
| findings | No | ||
| is_proxy | No | ||
| data_gaps | No | What we could not check. Missing data is not proof of safety. | |
| owner_pct | No | ||
| creator_pct | No | ||
| is_honeypot | No | True if the token can be bought but not sold. | |
| top_holders | No | ||
| holder_count | No | ||
| liquidity_usd | No | ||
| lp_locked_pct | No | Share of pool (LP) tokens locked or burned, so liquidity cannot be pulled. | |
| on_trust_list | No | ||
| owner_address | No | ||
| is_open_source | No | ||
| creator_address | No | ||
| owner_renounced | No | True if the owner gave up control by setting it to a dead address. | |
| top10_holder_pct | No | Top 10 wallets' share, not counting burn, locked, or pool addresses. |