check_token
Verify token safety before trading by detecting honeypot mechanics, concentrated holdings, fake ownership renouncement, and other scam indicators.
Instructions
Check if a token is safe to trade. Detects honeypot mechanics (can't sell), concentrated holdings, fake ownership renouncement, and other scam indicators. Use this before swapping into any unfamiliar token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenAddress | Yes | The token contract address to check | |
| chainId | No | Chain ID (1=Ethereum, 8453=Base) | |
| holderAddress | No | Optional: address to check balance for |