Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
Swap on Verixia
[ on-chain  ·  solana + evm ]

Honeypot Token Check

Check whether this token blocks selling at the contract level. Honeypot tokens look identical to legitimate tokens on price charts until you try to exit.

Read the contract before the contract reads you. Honeypot, rug, and scam detection from on-chain state — not market data.

⚠️ Token Risk Check
✓ On-Chain Analysis
🔒 No Signup
⚡ Results in Seconds
🔍 Honeypot detection
💧 LP lock status
👥 Holder concentration
⚡ Solana + EVM
4.8 / 5 from 3,341 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 61,715 risk checks run
Live
🔍 On-chain read ⚡ Seconds ✓ No signup
>_
Enter the full token contract address for the most accurate on-chain analysis
No address? Try a popular check:
1 free check · Unlimited from $3.99/wk
No signup required · Results in seconds
Unlimited checks from $3.99 / week · Cancel anytime
Use the same email entered during checkout to restore access
Unlimited token checks active

Unlimited Token Risk Checks

Verify every contract before buying. Honeypot detection, LP lock analysis, and holder concentration reviews across Solana and EVM.
$5.6BFBI crypto losses 2023
$1B+FTC losses 2023
<5sper contract scan
Best Value -- Save 80%
Yearly Access
$39.99 / yr  ·  $3.33/mo
Popular
Monthly Access
$11.99 / month
Try it -- no commitment
Weekly Access
$3.99 / week · cancel anytime
SSL Secured Stripe Cancel anytime No hidden fees
Live Detections
127 scans today
49K+Scans Run
6Chains
15+Risk Signals
FreeFirst Check
What the checker detects
Example signals · run a scan to see live results
⚠️Sell TaxDETECTED
💧LP LockUNLOCKED
🔑Mint AuthorityACTIVE
OwnershipRENOUNCED
🐋Whale Wallet42%
📅Token Age3 DAYS
🚨Approval RiskHIGH
CooldownACTIVE
🔄Last Update48H AGO
📉Liquidity 24h-12%
🚫Transfer LockENCODED
Freeze AuthENABLED
📋ContractVERIFIED
💰LP Depth$48K
🔗Blacklist FnPRESENT
🔍
Honeypot Detection
Simulates sell transactions to detect transfer locks, fee traps, and whitelist-only exit conditions before you buy in. Reads the contract directly — not market data. Works across Solana SPL tokens and all major EVM chains.
💧
Liquidity & Holders
Reviews pool depth, LP lock status, and top wallet percentages. Surfaces unlocked pools and concentrated wallets before the price collapses.
Results in Seconds
On-chain read — no API delays, no market data lag. Raw contract analysis returned in under 5 seconds.
Token verified? Swap at best price.
Route across Raydium, Orca, Meteora & 50+ DEXes — non-custodial, no KYC
Swap on Verixia →
SOL ETH BASE ARB BNB AVAX Powered by Verixia

Token Risk Analysis -- Contract, Liquidity & Holders

🔗 TL;DR

A token's risk lives in three places: contract permissions (can the dev mint, freeze, or block sells?), liquidity structure (is the LP locked and deep enough to exit?), and holder distribution (can a handful of wallets dump the entire float?). The checker above reads all three directly on-chain in under five seconds.

Scan time< 5 sec
Signals checked15+
Cost (first check)Free

A honeypot pattern in token contracts typically revolves around a transfer function that incorporates a require() statement, which restricts sell transactions to a predefined set of whitelisted addresses. From a mechanical perspective, this design allows buy operations to proceed normally, enabling investors to acquire tokens through decentralized exchanges without obstruction. However, when a non-whitelisted wallet attempts to sell or transfer tokens out, the transaction triggers a revert due to the require() condition failing. This results in a failed transaction that still consumes gas fees, effectively trapping tokens within the buyer’s wallet and preventing liquidity exits on the open market. The contract enforces this logic by checking the sender or recipient against a whitelist mapping before permitting the transfer to complete. Because this gating mechanism is explicit in the contract code, it can be detected through static contract analysis tools without the need to execute live trades, offering a proactive method to identify such restrictive behavior.

The risk profile of this pattern becomes particularly salient when the whitelist is mutable post-launch, meaning the project team or contract owner retains the ability to modify the whitelist at any time. In such cases, the initial distribution of tokens may appear normal, with buyers able to freely trade, only to discover sell restrictions at a later stage once tokens are locked in their wallets. This dynamic creates a latent risk, as buyers are effectively unaware of the exit limitations until they attempt to sell and encounter transaction failures. The financial consequences can be significant, ranging from illiquidity where holders cannot liquidate at will, to losses incurred from repeated gas fees on failed transactions. Nevertheless, it is important to note that the mere existence of a whitelist does not, by itself, confirm malicious intent. In some scenarios, whitelist controls are implemented for legitimate purposes, such as regulatory compliance mandates or structured token release schedules designed to prevent market dumping. When such whitelist memberships are immutable and transparently auditable post-deployment, the risk of sudden or arbitrary sell blocking diminishes considerably, reducing concerns around holder entrapment.

Additional contract features often intersect with the honeypot pattern to compound or mitigate risk. Adjustable sell tax parameters, for instance, controlled by the owner, can be set post-launch to impose escalating fees on sales or transfers. While these taxes may not outright block transactions, they can make selling economically punitive, effectively deterring exits without triggering transaction failures. Similarly, the presence of active mint or freeze authorities grants the owner the ability to inflate supply or selectively freeze transfers, respectively, which can exacerbate the control over token liquidity and holder behavior. A blacklist function callable by the owner introduces another vector for risk, enabling targeted transfer bans that, combined with a whitelist, could severely restrict token mobility. Conversely, governance structures that include multisignature ownership, time-locked critical functions, or transparent community oversight mechanisms provide important checks on unilateral owner control. These governance features can limit the arbitrary modification of whitelist or tax parameters and thereby reduce the overall systemic risk associated with honeypot mechanics.

The practical impact of a honeypot pattern also depends heavily on liquidity conditions within the trading pair. When liquidity pools are thin relative to the token’s market capitalization or daily trading volume, the ramifications can be severe. Small attempts by token holders to exit positions may cause significant price slippage or trigger failed transactions, intensifying the effects of illiquidity and increasing vulnerability to price manipulation. This dynamic can trap investors in a low-volume market environment where exit options are scarce, heightening potential losses especially during price downturns. On the other hand, if liquidity depth is robust, with pools offering substantial capital relative to market cap and supported by healthy trading volumes, the adverse effects of whitelist-based sell restrictions are less pronounced. Market participants in such contexts can more readily absorb sell orders, providing a buffer against price shocks and enabling more fluid token transfers despite the underlying contract restrictions. Therefore, the severity of the honeypot’s consequences is highly context-dependent, hinging on the interplay between liquidity pool depth, the extent of owner control over whitelist and tax parameters, and the presence of complementary restrictive functions.

It is also worth acknowledging that not all contracts exhibiting honeypot-like require() restrictions are designed with malicious intent. In some cases, these controls can serve as mechanisms to enforce phased token unlocks or to comply with jurisdictional regulations that mandate certain holders or entities be exempt from trading restrictions. The pattern itself, therefore, is a structural design choice rather than an inherently nefarious feature. The key analytical challenge lies in assessing whether the pattern is coupled with mutable controls, opaque governance, and weak liquidity conditions that collectively elevate the risk of trapping investors. Static contract analysis, combined with a holistic evaluation of ownership privileges and liquidity metrics, provides a more comprehensive risk assessment than any single indicator alone.

In summary, the honeypot pattern as implemented through require()-based whitelist gating introduces a nuanced structural risk in token contracts. Its detection through static analysis offers an early warning, but the ultimate risk depends on the governance of whitelist permissions, the presence of related owner-controlled functions such as mint, freeze, or blacklist, and the liquidity environment in which the token trades. Understanding these interacting factors is essential for evaluating how this pattern can sometimes translate into real-world financial risk, or conversely, how it might be employed for legitimate operational or compliance purposes without necessarily trapping holders.

Pre-buy on-chain checklist

  • Mint authority renouncedConfirms supply is capped — no new tokens can be issued post-launch.
  • LP locked or burnedLiquidity cannot be removed in a single transaction. Lock duration and locker contract are both verifiable on-chain.
  • !Top 10 holders under 40%Lower concentration means coordinated dumps are mechanically harder. Above 40% is a structural caution.
  • !No active freeze authorityActive freeze means wallets can be paused at the contract level — no exit possible during a freeze.
  • ×No transfer restrictionsThe transfer function should accept any holder selling. Encoded sell blocks, whitelist exits, and hidden tax functions are honeypot signatures.

Frequently asked questions

Verify the contract address before you buy in. Paste it into the scanner above for the full on-chain breakdown.

Why on-chain signals matter

🔒
Non-custodial Your wallet keys never leave your device. Funds move directly between wallets through the smart contract — Verixia holds nothing.
No account required No sign-up, no KYC, no email. Connect your wallet and swap. Disconnect at any time — no ongoing permissions required.
Solana + EVM Checks SPL tokens and EVM contracts across Ethereum, Base, Arbitrum, BNB Chain, Polygon, and Avalanche.
⚙ Methodology
Every risk verdict is generated from three on-chain reads run in parallel: (1) direct contract bytecode analysis for honeypot patterns, mint/freeze authority, and blacklist functions; (2) liquidity pool inspection for LP lock status, depth, and removable percentage; (3) holder distribution from token-account snapshots. No editorial opinion is layered on the output. Read the full methodology →