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

Tokens identified as honeypots often incorporate a transfer function that includes a require() statement designed to selectively revert transactions originating from addresses that are not part of a predefined whitelist. This mechanism creates a structural asymmetry in transaction permissions at the protocol level. Typically, buy transactions proceed without issue because the buyer’s address is either implicitly or explicitly allowed by the contract’s logic. In contrast, sell transactions may be reverted if the seller’s address is not included in the whitelist. This results in a scenario where token holders can acquire the token but are effectively prevented from selling it, thereby trapping funds within the contract ecosystem.

This transfer restriction often operates without generating overt signs in price charts or trading volume patterns, making it less obvious to casual observers. The enforcement happens at the contract code layer, where the require() statement acts as a gatekeeper, selectively allowing or blocking transfers based on address permissions. Consequently, direct code inspection or on-chain analysis is necessary to detect the presence of such honeypot mechanics. While the existence of a require() check on transfers does suggest an asymmetric permission model, it alone does not confirm nefarious intent. Similar code structures can sometimes be employed for legitimate purposes such as regulatory compliance, phased rollout strategies, or controlled liquidity release schedules.

The risk profile associated with honeypot tokens emerges most clearly when the whitelist that governs sell permissions can be modified by the contract owner after the token’s launch. In these cases, the owner retains dynamic control over who is permitted to exit the token, enabling selective blocking of sell transactions. This mutable whitelist capability can be weaponized to trap investors’ funds by denying exit permissions arbitrarily or according to undisclosed criteria. Conversely, if the whitelist is immutable post-deployment or restricted to a set of known operational addresses—such as those used for liquidity provision or contract maintenance—the structural risk is substantially reduced. Under these conditions, the whitelist mechanism may function as a tool for ensuring compliance or for staged release of liquidity rather than as a trap.

The critical factor in assessing the severity of the honeypot pattern is thus not the mere presence of a whitelist but its mutability combined with the extent of owner control. Without the ability to alter exit permissions after launch, the risk of capital entrapment is lowered, although the mechanism may still cause inconvenience for some users who are excluded from the whitelist. This nuance highlights the importance of understanding the contract’s permission architecture in its entirety rather than focusing on isolated code snippets. Moreover, the presence of additional contract features can compound or mitigate the risks posed by the honeypot pattern.

For instance, adjustable sell taxes controlled by the owner add a layer of economic friction that can function as a soft honeypot. In such configurations, while sell transactions are technically permitted, the exit costs can be inflated after launch to discourage or financially penalize sellers. This mechanism can be subtle and may not immediately trigger suspicion, but it effectively raises the barrier to liquidity exit. Other contract authorities, such as active mint or freeze functions, introduce further structural risk. Mint authority allows the creation of new tokens post-launch, potentially diluting existing holders, while freeze authority can halt transfers entirely, compounding the impact of any sell restrictions. Conversely, explicit renouncement of these authorities or the implementation of immutable whitelist and tax parameters reduces the likelihood of malicious exploitation.

Another structural concern arises from the presence of blacklist functions callable by the owner. A blacklist can block transfers from specific addresses, adding another dimension of control over token flow. When combined with honeypot mechanics, blacklists increase the potential for selective exclusion of holders from the secondary market, further increasing investor risk. Additionally, the contract’s upgradeability architecture significantly influences trust. Upgradeable proxies with owner-controlled logic upgrades can enable the introduction or removal of honeypot mechanics post-deployment. The presence or absence of timelocks on upgrades is critical; timelocks provide a window for community scrutiny and reduce the risk of sudden, opaque changes to contract behavior.

Market context plays a pivotal role in modulating the practical impact of honeypot patterns. Tokens with thin liquidity pools relative to their market capitalization or trading volume magnify the consequences of structural restrictions. In such environments, even modest attempts to exit positions may trigger large price impacts or transaction failures, creating a severe feedback loop that depresses token value and discourages secondary market activity. The combination of permission-based sell restrictions and shallow liquidity can therefore produce outsized negative consequences for holders. By contrast, tokens with deep liquidity pools and transparent, limited sell restrictions may exhibit minimal practical impact from honeypot-like mechanics. In these cases, while the structural asymmetry exists, it may not translate into significant economic harm.

Ultimately, the spectrum of outcomes associated with honeypot tokens ranges from benign operational constraints to effective capital traps. The determining factors include the contract’s permission logic, the degree of owner control over whitelist and tax parameters, the presence of ancillary authorities like mint or freeze, upgradeability mechanisms, and the token’s liquidity profile. Each of these elements interacts in complex ways, underscoring the necessity for comprehensive, nuanced analysis rather than reliance on isolated code features or surface-level indicators.

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 →