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,899 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 58,155 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 exhibiting the honeypot pattern typically incorporate a require() statement within their transfer function that restricts token transfers based on a whitelist. Mechanically, this means buy transactions originating from non-whitelisted addresses can sometimes succeed, while sell transactions initiated by those same addresses revert, effectively trapping tokens in buyer wallets. This structural pattern is discernible through code inspection alone, without necessitating actual trade execution. The fundamental operational consequence is an asymmetric transfer permission model that favors inflows over outflows, creating a scenario where liquidity appears normal at a glance but exit routes are blocked at the contract level. This asymmetry can sometimes be subtle, hidden behind complex conditional statements or layered permission checks, making detection by casual observers less straightforward.

The honeypot pattern’s risk relevance escalates when the whitelist controlling transfer permissions is modifiable by the contract owner after launch. In such cases, the owner can dynamically alter which addresses are permitted to transfer tokens, selectively blocking sells or transfers that would otherwise exit the position. Buyers may therefore unknowingly acquire tokens that become illiquid or unsellable, leading to potential financial loss. This dynamic control introduces a layer of counterparty risk that is not visible from market data alone. Conversely, the presence of a transfer whitelist is not inherently malicious. Contracts with a fixed whitelist set at deployment or those employed for regulatory compliance—such as restricting transfers to verified participants within a specific jurisdiction—can exhibit similar code structures without malicious intent. The whitelist check alone does not confirm ill intent; it is the combination of owner-controlled, mutable whitelist logic and transfer blocking that elevates the risk profile.

Further complicating the risk assessment are contracts that include adjustable sell tax parameters controlled by the owner. These parameters can sometimes be raised post-launch to effectively tax or block sells without triggering explicit transfer reverts. This approach can be less obvious than a direct require() statement but achieves a similar end—limiting or deterring token exits by imposing prohibitive fees. When combined with honeypot mechanics, adjustable taxes can create layers of exit friction that degrade liquidity and trap holders. Additionally, the presence of active mint or freeze authorities on the token contract compounds risk by enabling supply inflation or selective transfer freezes, respectively. Mint authority allows the owner to inflate token supply arbitrarily, diluting holders, while freeze authority can selectively disable transfers from certain addresses. These features, when combined with honeypot code, create a multifaceted structural risk environment.

Mitigating factors include contracts with multisignature governance, timelocks on critical functions, or transparent, immutable whitelist management. Multisig wallets require multiple parties to approve sensitive contract changes, reducing the risk of unilateral manipulations. Timelocks introduce delay periods before critical functions like whitelist changes or tax adjustments can be executed, allowing stakeholders to react or intervene. Immutable or transparently managed whitelists that cannot be altered post-deployment remove the dynamic control vector that often underpins honeypot risk. In these contexts, the honeypot pattern’s structural presence alone does not necessarily result in malicious outcomes or loss scenarios.

The honeypot risk profile is further intensified when combined with upgradeable proxy patterns lacking timelocks or pause functions that allow forced halts on transfers. Upgradeable proxies enable contract logic to be modified post-deployment, which can be exploited to introduce honeypot mechanics or tighten transfer restrictions after initial launch. Pause functions enable the contract owner to temporarily or indefinitely suspend transfers, freezing liquidity and trapping holders. In cases that match this pattern, liquidity pools may be drained in a single transaction or series of coordinated moves, causing sudden price collapses that leave holders unable to exit positions. These dynamics often manifest in thin liquidity pools relative to market capitalization or shallow pool depths under $50,000, which are more vulnerable to rapid manipulation and exit blockage.

On the other hand, if these additional control features are absent or constrained, the honeypot pattern alone may only limit sell access temporarily or to specific wallets, resulting in less severe but still material liquidity risks. The spectrum of realistic outcomes ranges from mild trade friction—manifesting as delayed or conditional sell execution—to outright exit blockage and rapid value loss. The presence of honeypot contract code without corroborating operational signs such as owner wallet activity aligned with transfer blocking, sudden liquidity withdrawal, or tax hikes should be interpreted cautiously. The structural pattern itself does not by itself confirm malicious intent, but it establishes a foundation for potential exploitation if combined with dynamic owner controls and opaque governance.

In sum, the honeypot contract code pattern is a nuanced structural indicator that requires contextual analysis of contract permissions, owner authority, and supplementary features to accurately assess risk. It highlights the importance of understanding not only what the code permits by default but also how its mutable components can be leveraged post-launch to alter token liquidity dynamics. This structural asymmetry embedded in the transfer logic can sometimes serve legitimate purposes but can also be weaponized to trap unsuspecting investors when combined with unchecked owner privileges.

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 →