token_safety_screen
Check if an ERC-20 on Base is safe to buy or approve before signing. Detects honeypots, measures round-trip fees, and reveals if ownership is renounced, returning a single risk verdict.
Instructions
Pre-trade safety screen for an ERC-20 on Base — the 'is this safe to buy/approve BEFORE I sign' check. Verifies you can actually SELL it back (honeypot detection), measures the real round-trip cost (buy+sell fees/tax), and reports whether ownership is renounced (a live owner can often change taxes, pause, or mint). Returns a single risk verdict. On-chain only; no oracle, no trust in the token's own claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ERC-20 token address on Base |