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 3,104 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 60,001 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 exhibiting honeypot characteristics often rely on a structural pattern embedded in their smart contract code, most notably within the transfer() function. This function can include a require() statement that restricts certain addresses from selling or transferring tokens, effectively creating a trap. Mechanically, this means that while buy transactions are allowed to proceed normally, sell or transfer transactions initiated by non-whitelisted or unauthorized addresses trigger a revert, causing the transaction to fail and locking holders into their positions. The underlying logic typically involves checking the sender or recipient against a whitelist or blacklist data structure defined within the contract. Because these rules are enforced at the code level, the token’s behavior is dictated by programmable permissions rather than external market dynamics or user intent. Importantly, this structural capability can be detected through direct contract inspection without the need to execute any trades, as the require() conditions and associated whitelist or blacklist mappings are visible in the contract’s source code or bytecode.

The risk relevance of this honeypot pattern depends heavily on the degree of owner control and the modifiability of these permission lists after launch. If the whitelist or blacklist controlling sell permissions is immutable or fixed at the time of deployment, the pattern may reflect a legitimate compliance mechanism or an anti-bot strategy rather than a malicious trap. In such cases, the restrictions are transparent and predictable, and token holders can assess their risk accordingly. However, when the owner or a privileged role can dynamically modify these lists post-launch, it introduces the classical honeypot risk: the possibility of selectively blocking sales after initial distribution. This scenario can leave unsuspecting holders unable to exit their positions, resulting in illiquidity and potentially significant financial losses. The pattern alone does not imply fraudulent intent; some projects use whitelist restrictions to comply with regulatory requirements or to stage token releases gradually. Nevertheless, the ability to revoke sell permissions arbitrarily is a structural risk factor that can be exploited to trap holders if exercised maliciously or erratically.

Further layers of complexity arise when this honeypot pattern coexists with other contract features such as adjustable sell tax parameters or upgradeable proxy mechanisms. Contracts that allow the owner to increase sell taxes after deployment can enact what might be called a soft honeypot, where sells are not outright blocked but become prohibitively expensive due to high fees. This dynamic tax adjustment can disincentivize or effectively prevent selling, compounding exit risk without the obvious revert behavior of a hard honeypot. Similarly, upgradeable proxy contracts without robust multisignature or timelock protections can enable the owner to replace or modify the contract’s logic post-deployment. In such cases, a contract that initially did not restrict sales might later introduce honeypot mechanics unexpectedly, heightening the risk for holders who assumed immutable behavior. On the other hand, explicit renouncement of critical authorities such as minting, freezing, or blacklist management, or a contract architecture that lacks owner-modifiable restrictions, can materially reduce the risk profile. Observing on-chain transaction history where sell restrictions or blacklists have never been activated may also mitigate concerns, but the structural capability to do so remains an inherent risk that cannot be ignored.

Liquidity conditions and market capitalization further influence the practical impact of honeypot patterns. When combined with thin liquidity pools or low market cap tokens, honeypot mechanics can exacerbate adverse outcomes by making it difficult for holders to exit positions even if technically permitted to sell. Thin pools relative to market cap often experience significant price slippage on modest sell orders, meaning that even if the contract allows sales, holders may face severe losses due to unfavorable execution prices or partial fills. This dynamic effectively acts as a soft trap, where selling is possible but economically punitive. Additionally, if the contract includes pause functions or freeze authorities, the owner can halt token transfers entirely, further restricting liquidity and exit options. These layered permissions create a continuum of exit risks, ranging from mild inconvenience—where sells are discouraged or taxed heavily—to complete loss of exit options in a hard honeypot scenario. Tokens that exhibit honeypot patterns but maintain robust liquidity pools and transparent governance structures may pose limited practical risk, whereas low-liquidity tokens with similar permissions pose a much higher threat to holders.

It is crucial to acknowledge that the presence of honeypot patterns alone does not confirm malicious intent. Legitimate projects may implement similar mechanisms for protective or regulatory reasons. However, the structural ability to restrict sales through contract logic remains a significant risk factor that can be exploited or misused. This raises the importance of comprehensive contract analysis, including understanding owner privileges, upgradeability, tax mechanisms, and liquidity context. Only by integrating these dimensions can one assess the true risk posed by honeypot characteristics in a given token. While no single pattern guarantees a negative outcome, the interaction of contract-level permissions with market conditions can create a potent trap for unwary holders.

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 →