token_security
Scan token contracts for honeypot, rug pull, and security risks to verify safety before trading or investing.
Instructions
Scan any token contract for honeypot, rug pull, and security risks
Use when: You need to check if a token contract is safe before trading or investing. Returns: risk_level, is_honeypot, buy_tax, sell_tax, holder_count, owner_address, is_mintable, can_take_back_ownership
Price: $0.002 USDC per call
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain to query (default: ethereum) | ethereum |
| contract_address | Yes | Token contract address (0x...) |