token_security
Evaluate token contracts for honeypot, rug pull, and security risks before trading. Identifies risk level, buy/sell taxes, and ownership details.
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 Example response: {"contract_address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "chain": "ethereum", "risk_level": "low", "is_honeypot": false, "buy_tax": 0.0, "sell_tax": 0.0, "holder_count": 842341, "is_mintable": false, "can_take_back_ownership": false, "source": "goplus"}
Price: $0.000 USDC per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Blockchain to query (default: ethereum) | ethereum |
| contract_address | Yes | Token contract address (0x...) |