Verify every token before you buy Unlimited checks · try a week for ~$1 · No auto-renew
Try 1 Week / ~$1
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.

Paste any contract address — get an on-chain risk read in seconds.

Verixia reads the smart contract directly to surface honeypots, rug-pull patterns, LP-lock status, and holder concentration before you buy. No signup, no wallet connect, no market-data lag.

✓ On-Chain
🔒 No Signup
⚡ < 5 sec
SOL + EVM
4.7 / 5 from 2,795 users
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 · Try a week for ~$1
No signup required · Results in seconds
Try a week for ~$1 · One-time, no auto-renew
Access is saved on this device the moment your payment confirms on-chain
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
1.5 SOL / year
Popular
Monthly Access
0.5 SOL / month
Try it -- no commitment
Weekly Access
0.006 SOL / week · ~$1 · no auto-renew
On-chain Solana Pay Any wallet No auto-renew
⚡ Once you verify the token

Swap at the best on-chain price — non-custodial, no KYC

Verixia routes your trade across Raydium, Orca, Meteora & 50+ DEXes to find the deepest liquidity. Your wallet keys never leave your device. No signup, no email, no permissions.

Swap on Verixia →
SOL ETH BASE ARB BNB POLY AVAX
🔒 Non-custodial ✓ No KYC ⚡ Best-price routing 🔗 50+ DEXes
🔍 Honeypot detection
💧 LP lock status
👥 Holder concentration
⚡ Solana + EVM
Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 🛡 Honeypot, rug & LP-lock detection
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 that incorporate a require() check within their transfer or sell functions to restrict selling exclusively to whitelisted addresses represent a distinctive structural pattern frequently associated with honeypot mechanisms. From a mechanical standpoint, this design permits buy transactions to proceed without obstruction while rendering sell attempts from non-whitelisted wallets to revert, effectively trapping tokens and preventing liquidity exit. Such a pattern is identifiable through direct contract inspection, where one observes conditional transfer restrictions linked to address allowlists embedded in the contract code. It is critical to emphasize that this behavior eludes detection through price chart analysis alone, as buy and transfer activity may appear entirely normal on the surface, whereas sell transactions silently fail at the contract level. The mere presence of a whitelist-enforced exit control constitutes a defining structural condition of the honeypot archetype.

The risk implications of this pattern hinge substantially on whether the whitelist remains owner-modifiable after deployment. In instances where the contract owner retains the authority to add or remove addresses from the sell whitelist, the contract preserves an ongoing exit-block capability that can be exploited to trap token holders unpredictably. This dynamic control introduces a latent risk, as the owner can selectively deny liquidity exits, potentially facilitating malicious scenarios such as soft rug pulls or exit scams. Conversely, if the whitelist is rendered immutable or disabled once the token is live—via renouncement of ownership privileges or explicit contract design—this pattern may be benign or serve legitimate operational purposes. For example, whitelist restrictions can function as phased rollout mechanisms or compliance controls during initial launch periods. Therefore, the existence of a whitelist-only exit pattern alone does not confirm malicious intent or honeypot status but signals a structural possibility warranting thorough scrutiny.

Further contextual factors materially influence the risk assessment. The presence of owner-controlled adjustable sell taxes can effectively serve as an economic barrier to exit, complementing or substituting for whitelist-based transfer restrictions. Sell taxes that can be increased post-launch may disincentivize or economically hinder selling without triggering outright transaction reverts, complicating exit attempts in subtler ways. Additionally, contracts with active mint or freeze authorities introduce further layers of owner control over token supply and transferability, amplifying potential exit risks. The freeze function, if callable by the owner, can suspend transfers wholesale, while minting capabilities can dilute existing holders or enable manipulation of tokenomics. Moreover, the incorporation of a blacklist function callable by the owner signals an additional vector for targeted transfer restrictions, selectively incapacitating holders. In contrast, contracts fortified with multisignature ownership, timelocks on sensitive functions, or explicit public commitments to relinquish control over these parameters tend to shift the risk profile toward a more benign interpretation, mitigating concerns inherent in whitelist-based exit controls.

The honeypot risk pattern often interacts with other contract features and governance characteristics, which can amplify or attenuate potential harm. For instance, when combined with upgradeable proxy patterns lacking timelocks or pause functions capable of halting all transfers, the whitelist-only exit pattern can facilitate rapid liquidity removal events. Liquidity may be pulled in a single transaction, precipitating a swift and severe price collapse that traps holders unable to liquidate their positions. This cascade effect transforms an initial exit-block capability into a full-scale soft rug pull, inflicting substantial losses on investors. Nevertheless, it is important to acknowledge that if these structural conditions coexist with transparent governance frameworks, immutable controls, and active community oversight, they might instead enable staged launches or emergency interventions devoid of malicious intent. The spectrum of realistic outcomes ranges from benign operational controls designed for project stability to serious exit traps intended to defraud holders, depending on the interplay of contract features and owner privileges.

Analytically, detecting a honeypot pattern based solely on whitelist exit controls requires a nuanced approach. Static code analysis can reveal the presence of require() checks tied to address allowlists, but assessing risk demands understanding the mutability of these controls and the broader contract context. For instance, a contract with a fixed whitelist applicable only during a narrow launch window, supplemented by immutable ownership renouncement afterward, reflects a different risk profile than one with persistent whitelist modifiability. Moreover, monitoring on-chain activity for failed sell transactions or anomalous transfer revert patterns can provide real-time behavioral evidence complementing static inspection. However, these observations alone do not conclusively prove malicious intent, as legitimate projects may employ similar mechanisms for valid operational reasons. Thus, the identification of a whitelist-enforced exit restriction is best viewed as a structural flag that invites deeper investigation rather than a definitive verdict on token safety.

In sum, the honeypot pattern characterized by whitelist-restricted selling functions represents a complex structural condition with multifaceted risk implications. It can manifest as a mechanism for trapping liquidity through outright transaction reverts or can be part of broader control schemes involving adjustable taxes, minting, freezing, or blacklisting capabilities. The pattern’s risk significance is context-dependent, shaped by contract mutability, governance transparency, and complementary features. While the pattern can sometimes indicate a honeypot designed to entrap holders, it is not inherently malicious in isolation and requires holistic analysis to discern intent and potential impact.

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.
🔒
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 →