Honeypot simulation (EVM)
honeypot_checkSimulate an EVM token buy/sell to detect honeypots, taxes, gas, risk flags, liquidity, contract status, and holder count on Ethereum, BSC, and Base.
Instructions
simulate a buy and sell of an evm token via honeypot.is and report is_honeypot, buy/sell/transfer tax, gas, risk flags, pair liquidity, contract open-source/proxy status and holder count. chains: ethereum, bsc, base (chain id or alias; supported: ethereum (aliases: eth, 1); bsc (aliases: bnb, 56); base (aliases: 8453); solana (aliases: sol)); for solana use rugcheck_report. no result means the token has no simulated pair yet. verbose=true adds top holders with supply percentages and the raw payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | chain id or alias; supported: ethereum (aliases: eth, 1); bsc (aliases: bnb, 56); base (aliases: 8453); solana (aliases: sol) | |
| address | Yes | token contract address (0x + 40 hex) | |
| verbose | No | when true, include the raw upstream payload under `raw` (capped) and extra detail in summary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| raw | No | ||
| cache | No | ||
| error | No | ||
| source | Yes | ||
| summary | No | ||
| fetched_at | No | ||
| raw_truncated | No |