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

Tokensniffer’s role in identifying honeypot patterns is rooted in its ability to analyze the underlying smart contract code for specific structural features that restrict token transfers in a manner favoring buys over sells. At its core, this involves detecting conditional logic—often implemented through require() statements within the transfer() or transferFrom() functions—that selectively reverts transactions originating from certain addresses. Typically, this logic manifests as a whitelist or blacklist mechanism that permits purchases from any address but blocks sales from those not explicitly approved. This dynamic creates a scenario where buyers can acquire tokens freely, while attempts to sell result in failed transactions that consume gas fees without executing, effectively locking liquidity within the token ecosystem.

From a technical perspective, this pattern can be identified through static code analysis, examining the bytecode or source without needing to execute trades on the blockchain. This allows analysts to detect honeypot conditions early, before any real funds are trapped. The presence of this transfer restriction on its own, however, does not necessarily confirm malicious intent or a honeypot setup. In some cases, these mechanisms serve legitimate purposes—such as compliance with regulatory restrictions, anti-bot measures, or phased token release schedules—that require temporary or permanent transfer controls. The critical factor lies in whether the whitelist or blacklist controlling sell permissions is fixed at deployment or can be altered by the contract owner afterward. If the whitelist is owner-modifiable post-launch, this grants the deployer ongoing discretionary power to selectively block sells, a hallmark of classic honeypot schemes designed to trap liquidity.

Further complicating the assessment is the interaction of these transfer restrictions with other contract features. Adjustable sell tax parameters controlled by the owner can sometimes mirror honeypot behavior by imposing prohibitively high fees on sales after launch. When the combination of transfer restrictions and owner-settable taxes exists, it can be difficult to distinguish between aggressive tokenomics and outright liquidity traps purely through code inspection. Similarly, the presence of owner-callable blacklist or pause functions introduces additional vectors for controlling exit liquidity. These functions can temporarily or permanently freeze transfers, selectively blocking addresses at the owner’s discretion, further amplifying risk. If such permissions are combined with upgradeable proxy patterns lacking multisig or timelock safeguards, the potential for abuse escalates considerably.

Conversely, the risk profile diminishes notably when mint authorities have been renounced and proxy upgradeability is either absent or tightly controlled through multisig governance. In these scenarios, the owner’s ability to unilaterally modify key contract parameters or lock transfers post-deployment is constrained, reducing the likelihood of intentional liquidity traps. The presence of fixed whitelists or blacklists that are immutable after launch also mitigates concerns, especially when accompanied by transparent documentation outlining their purpose. These conditions may indicate that transfer restrictions serve operational or regulatory functions rather than manipulative schemes. Nonetheless, the absence of owner modification capabilities does not guarantee safety, as poorly designed contracts might still exhibit unintended behavior or vulnerabilities.

On-chain evidence plays a crucial role in refining the analysis of potential honeypot patterns. Observable changes to whitelist statuses, modifications to tax rates, or transaction failures consistent with blocked sells can strengthen the case for a honeypot. However, the lack of such evidence does not confirm the absence of risk, given that some owner actions may occur off-chain or outside the observation window. The temporal dimension is also significant; tokens with very recent pair creation dates or shallow liquidity pools—such as those with under $50,000 in pool depth relative to a market capitalization in the low millions—can sometimes be more susceptible to honeypot dynamics, as limited liquidity and short operating history provide fewer opportunities for holders to exit safely.

When honeypot patterns intersect with other common risk factors, the implications become more severe. Active mint or freeze authorities allow the owner not only to block sells but also to arbitrarily expand the token supply or immobilize wallets, compounding harm to holders. Upgradeable proxies without proper governance controls can facilitate stealthy contract alterations that introduce or amplify honeypot-like mechanics over time. In such complex configurations, the potential for coordinated liquidity traps rises sharply, underscoring the importance of holistic contract evaluation rather than isolated pattern detection.

However, it is essential to acknowledge that these structural patterns do not inherently imply malicious intent. Projects governed by transparent teams, employing multisig wallets for sensitive actions, and providing clear justifications for transfer controls may incorporate similar contract features as part of legitimate token management strategies. For instance, temporary transfer restrictions might be used to stabilize initial liquidity or comply with regional regulations. Similarly, adjustable tax parameters can serve to incentivize long-term holding or fund ecosystem development. The critical analytic challenge lies in distinguishing between functional design choices and exploitative configurations. This requires contextual understanding beyond raw code analysis, incorporating governance transparency, community communication, and observable on-chain behavior to form a nuanced risk assessment.

In sum, Tokensniffer’s ability to detect honeypot patterns provides an invaluable early-warning mechanism by spotlighting the technical structures that facilitate buy-only token traps. Yet, the interpretation of these signals demands careful consideration of contract mutability, owner permissions, complementary risk factors, and the broader project context. While the presence of sell-blocking transfer logic can sometimes signal malicious intent, it alone does not constitute definitive proof. Only through comprehensive analysis that integrates static code features with dynamic on-chain data and governance practices can one approach a balanced understanding of the risks posed by honeypot mechanisms in the evolving token landscape.

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 →