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.7 / 5 from 1,831 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 73,073 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

Contracts that implement a honeypot alert bot pattern typically do so by embedding transfer function logic that distinguishes buy transactions from sell transactions using conditional require() statements or whitelisting mechanisms. At a mechanical level, this pattern permits buy transactions to proceed normally while causing sell transactions to revert unless the sender’s address is included on a privileged whitelist. This structure effectively traps tokens in the wallets of holders who are not whitelisted, creating an artificial barrier to exit. Because this behavior is encoded directly in the contract’s transfer or sell functions, it can be detected through static analysis of the contract code without the need to perform live trades. The honeypot alert bot thus functions as an automated tool designed to flag tokens exhibiting these structural exit-blocking features, even when on-chain liquidity and price action appear normal on the surface.

The risk relevance of this pattern arises primarily when the whitelist or sell-exemption list is mutable and controllable by the contract owner or deployer after launch. This dynamic control enables the project team to initially allow buys but selectively block sells by manipulating whitelist membership. Such a scenario creates a “soft honeypot,” wherein holders can acquire tokens but find themselves unable to liquidate unless explicitly permitted. This can sometimes be employed maliciously to trap investors, but it is important to acknowledge that the mere presence of a whitelist does not by itself confirm ill intent. In some cases, whitelist enforcement is fixed and transparent from inception, serving legitimate purposes such as regulatory compliance, anti-bot protections, or staged token release schedules that do not restrict bona fide exits. When whitelist logic is immutable or when sell permissions are open and unrestricted, the associated risk is significantly diminished. Moreover, explicit and clear project disclosures regarding the whitelist’s function can mitigate concerns by providing transparency.

A deeper analysis involves examining other contract features that interact with or exacerbate honeypot risk. For instance, the presence of an adjustable sell tax that is owner-controlled can increase risk if the tax rate can be raised arbitrarily. This mechanism can be deployed to discourage or outright block sells by making them prohibitively expensive, functioning similarly to a soft honeypot. Additionally, contracts with active minting authority pose further risk by enabling supply inflation, which can dilute holders or facilitate value extraction through token issuance. Similarly, freeze or lock functions at the wallet or contract level can compound risk by halting transfers altogether. However, these concerns can be mitigated if control over such functions is distributed through multisignature wallets or time-locked governance mechanisms, reducing the likelihood of unilateral, sudden changes. On-chain evidence of whitelist immutability or the absence of blacklist functions also serves as important mitigating factors.

The interplay between the honeypot alert bot pattern and liquidity conditions further refines risk assessment. Tokens with shallow liquidity pools relative to their market capitalization – for example, pools under $50,000 or thin pools compared to token supply – are more susceptible to rapid price collapses and exit barriers when combined with the honeypot pattern. In such cases, liquidity can sometimes be removed or manipulated in a single transaction, precipitating a rug pull or trapping holders with illiquid tokens. The existence of pause functions or upgradeable proxy contracts without robust safeguards can intensify these risks by enabling sudden changes in contract logic or halting transfers abruptly. Conversely, in ecosystems with transparent governance and operational controls, these patterns may coexist with legitimate project management tools designed to protect the project or comply with regulations.

It is also critical to consider the broader market and chain context when evaluating honeypot alert bot patterns. For instance, tokens on chains with high transaction throughput and complex DeFi ecosystems may employ these mechanisms for nuanced purposes beyond simple exit blocking. The median pool depth and market cap statistics for active tokens in a given timeframe can offer a backdrop against which individual token risk is assessed. When median pool depths hover in the low six-figure range and market caps are in the low millions, tokens exhibiting honeypot conditions may represent a higher relative risk than similarly structured tokens in deeper, more mature markets. This is because smaller pools are more vulnerable to manipulation, and holders may be less able to exit positions without triggering adverse price impacts.

Finally, it remains essential to emphasize that the detection of a honeypot alert bot pattern does not conclusively demonstrate malicious intent or fraudulent activity. The conditional logic that restricts sells can sometimes serve operational, regulatory, or technical purposes consistent with legitimate project objectives. However, when combined with mutable whitelist controls, adjustable sell taxes, shallow liquidity, lack of governance safeguards, and opaque project communication, the pattern can sometimes signal elevated risk of liquidity traps or exit barriers. Understanding the nuanced interplay of these structural contract features and market conditions is critical for accurately assessing the potential for adverse outcomes in token holdings.

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 →