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 3,647 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 57,364 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 within token contracts often arises from a specific structural design in the transfer() function, where conditional require() statements check the sender or recipient address against a whitelist or blacklist. This enforcement can selectively revert sell or transfer transactions originating from non-whitelisted addresses, effectively allowing token purchases but preventing sales or transfers outside approved parties. The net effect is a trapping of funds, as users who buy tokens find themselves unable to liquidate or move them, despite incurring gas fees on failed attempts. This exploit leverages the contract’s permission architecture, making it a subtle but potent risk vector. Static code analysis methods can detect such patterns by examining conditional branches tied to address-based permissions, owner-controlled whitelist mappings, or adjustable sell restrictions. These features collectively form the structural core that automated honeypot checkers flag as high-risk.

The risk profile of such a honeypot pattern is heavily contingent on the contract’s mutability and the extent of owner privileges. Contracts allowing the owner to modify whitelist entries or adjust sell tax parameters post-deployment introduce what might be described as a “soft honeypot.” In these cases, the owner can initially deploy a seemingly benign token but later activate sell blocks or impose punitive taxes once liquidity has been established and public participation has increased. This creates an asymmetry of control where the owner retains the power to selectively trap tokens, potentially enabling exit scams or price manipulation. On the other hand, if the whitelist is immutable or hardcoded and the sell tax fixed at launch with no owner override, the honeypot-like conditions could merely reflect legitimate anti-bot or regulatory compliance measures. For example, some tokens employ immutable allowlists during their launch phase to prevent front-running bots or to comply with jurisdiction-specific restrictions on token transfers. Thus, the mere presence of whitelists or sell taxes does not inherently indicate malicious intent, but does establish a structural risk that must be carefully weighed in the context of owner control and contract upgradeability.

Further analytical depth can be gained by examining additional contract features that may amplify or mitigate honeypot risk. Active minting authority held by the owner introduces the possibility of supply inflation, which can dilute holders and depress price if exercised maliciously. Similarly, freeze functions that allow the owner to lock individual wallets or halt transfers globally add a layer of exit risk beyond the standard honeypot trap, as these can be used to selectively freeze out sellers or disrupt market dynamics. The presence of blacklist functions callable by the owner similarly enhances this risk by enabling targeted transfer denial. Conversely, contracts where ownership has been renounced, or where critical functions are secured behind multisignature wallets or time-locked governance structures, significantly reduce the likelihood of such exploitative interventions. Immutable contract code further bolsters trust by preventing post-deployment modifications. On-chain behavioral analysis also provides valuable insight; repeated failed sell attempts or sudden, unexplained changes in sell tax parameters after token launch can indicate active manipulation attempts, whereas a clean trading history with no anomalies points to a lower probability of malicious intent.

Liquidity pool dynamics play a critical role in determining the practical impact of honeypot patterns. Tokens with thin liquidity pools—those with pool depths under approximately $50,000 or shallow relative to market capitalization—are especially vulnerable. In these scenarios, large-scale attempts to exit trapped positions can cause severe price slippage and extended downward pressure rather than a single, sharp crash. This can lead to prolonged loss realization phases for holders unable to liquidate efficiently. Additionally, the presence of cliff unlocks or vesting schedules that release large token allocations suddenly into these shallow markets further exacerbates price impact. The forced selling pressure in an illiquid environment magnifies financial damage and heightens systemic risk. Conversely, tokens hosted in deep liquidity pools with robust, decentralized trading activity can better absorb sell pressure, muting the exploitability of honeypot risk. The depth and distribution of liquidity thus provide an important contextual lens when evaluating the severity of structural honeypot conditions.

Another layer of complexity arises from contract upgradeability and pause mechanisms. Some contracts incorporate proxy patterns or pause functions, allowing owners or governance entities to halt trading or upgrade logic. Without strict safeguards, these features can be weaponized to introduce honeypot conditions dynamically, either by freezing sells or altering transfer logic post-launch. This broadens the spectrum of potential negative outcomes beyond static sell reverts, enabling sudden and unpredictable market freezes or contract behavior changes that trap tokens or distort market pricing. The presence of such upgradeable or pausable functionality, especially when insufficiently protected by multisig or timelocks, should heighten scrutiny. It is worth noting that these features alone do not confirm malicious intent but do amplify the risk profile by increasing the attack surface for potential honeypot exploitation.

In sum, the identification of honeypot patterns requires a nuanced understanding that balances structural contract code features, owner privilege scope, liquidity conditions, and on-chain behavioral signals. The pattern itself does not guarantee malfeasance but indicates a latent exit risk that can be activated or mitigated by various factors. Analytical rigor demands contextualizing technical findings within broader governance, market, and trading frameworks to determine the true risk posed by honeypot-like contract designs.

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 →