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 1,938 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 44,997 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 smart contract pattern typically centers on transfer restrictions embedded within the token’s transfer() function, a critical piece of contract logic governing token movements. This pattern often manifests through conditional statements, such as require() checks, that selectively permit transfers only for specific whitelisted addresses or under narrowly defined circumstances. Mechanically, this setup allows buy transactions to proceed normally, as purchase addresses are often included on the whitelist or meet the condition, while sell transactions or transfers outward from holder wallets are blocked by reverting the transaction. The consequence is a fundamental asymmetry: tokens can be acquired as usual, creating the illusion of liquidity and active trading, but attempts to move tokens out or sell them fail silently, effectively trapping investor funds within the contract. This structural limitation can be detected through thorough contract code inspection, making it identifiable without the need to engage in trading activity that could otherwise lead to losses.

While this pattern can sometimes appear straightforward, its risk implications depend heavily on the mutability of the whitelist or transfer restrictions after contract deployment. When the whitelist or the rules governing transfer permissions are owner-modifiable, the deployer or controlling entity retains the power to selectively block sell transactions at will. This post-deployment control over exit permissions transforms the honeypot pattern from a static, transparent mechanism into a dynamic trap. In such cases, the deployer can arbitrarily prevent investors from liquidating their positions by revoking whitelist status or adjusting transfer conditions, effectively locking funds in the contract. This selective exit blocking is the classic honeypot scenario that has become synonymous with exit scams in decentralized finance. However, it is important to note that the presence of a whitelist or transfer restrictions alone does not necessarily confirm malicious intent or fraud. Some projects employ such mechanisms for legitimate purposes, such as enforcing regulatory compliance, enabling jurisdictional restrictions, or implementing KYC/AML requirements that necessitate control over token flow.

In scenarios where the whitelist is fixed and immutable, or where transfer restrictions are baked into the contract logic without owner intervention, the honeypot pattern can be considered less risky. The transparency and predictability of transfer rules allow investors to evaluate and accept the constraints upfront, knowing that exit barriers are not subject to arbitrary change. This distinction highlights the importance of contract immutability and governance design in assessing risk: a static whitelist with no owner override is materially different from one that can be dynamically modified. The latter introduces an element of uncertainty that can be exploited, whereas the former is a known structural feature that investors can factor into their decision-making process.

Additional contract features can compound or mitigate the risk associated with honeypot mechanics. One such feature is the presence of an adjustable sell tax parameter controlled by the owner. If the contract allows the deployer to increase sell tax rates significantly after launch, it can create a "soft" honeypot scenario. In this case, sell transactions do not revert outright but become economically unviable due to exorbitant fees applied only on exit. This subtle form of exit barrier can be harder to detect and may not be immediately apparent from trading activity, as volume and transfers continue to register normally, albeit at a cost. Similarly, active mint or freeze authorities retained by the deployer can amplify risk by enabling supply inflation or selective freezing of token transfers. Minting new tokens post-launch can dilute existing holders and destabilize token economics, while freeze functions can be used to lock specific wallets, preventing their participation in secondary markets. Conversely, the existence of governance mechanisms such as timelocks, multisignature wallets, or decentralized upgrade approval processes can significantly reduce these risks by limiting unilateral changes to critical contract parameters.

The interplay of honeypot features with other contract conditions can result in varying degrees of exit risk. For instance, combining a whitelist-only exit with an adjustable sell tax creates a layered barrier, where sellers face either outright transaction reversion or punitive financial penalties. This multi-tiered defense against selling amplifies investor entrapment beyond what either condition would cause alone. Adding an active freeze authority further enhances control by enabling targeted wallet freezes, which can be used selectively against individual holders, increasing the unpredictability of exit opportunities. Upgradeable proxy patterns without sufficient governance safeguards introduce another layer of complexity. The honeypot logic can be introduced or removed dynamically through contract upgrades, making it challenging to assess risk based on static code snapshots. Such dynamic upgradeability can obscure the presence or absence of honeypot mechanics at any given time, complicating due diligence efforts.

It is critical to acknowledge that the honeypot pattern itself does not by itself confirm malicious intent or fraudulent behavior. Some projects may implement transfer restrictions and whitelists for lawful compliance or operational necessities, which can sometimes resemble honeypot mechanics in structure but differ fundamentally in purpose and transparency. The key analytical challenge lies in discerning whether the pattern is being employed as a protective, predictable feature or as a deceptive trap. Transparent disclosure of whitelist mutability, owner privileges, upgrade mechanisms, and tax parameters is essential for a nuanced risk assessment. Without this transparency, investors face uncertainty that can mask underlying exit barriers until it is too late. In token ecosystems with median pool depths around $100,000 and market caps near $1.4 million, even subtle honeypot mechanics can have outsized effects on liquidity and investor confidence, underscoring the importance of deep contract scrutiny.

In summary, the honeypot smart contract pattern represents a structural risk centered on transfer restrictions that can trap funds by blocking sells while allowing buys. Its risk profile depends heavily on the mutability of these restrictions, owner controls, and interaction with other contract features such as sell taxes, minting, freezing, and upgradeability. While the pattern can sometimes serve legitimate purposes, its potential for abuse makes it a critical focus area in smart contract analysis. Detecting and understanding these patterns requires careful examination of contract code, governance structures, and the broader tokenomics context to differentiate between benign operational features and economically harmful traps.

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 →