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,920 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 64,627 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 operating within the Solana Program Library (SPL) ecosystem sometimes incorporate a whitelist-only exit mechanism that materially shapes their liquidity dynamics. This pattern involves a conditional check within the transfer function of the token contract, typically realized through a require() statement, which restricts sell or transfer operations to a predefined set of approved addresses. In practice, this means purchases or incoming transfers generally proceed unhindered from any address, but outbound transfers—especially sells—may be rejected if the sender’s address is not explicitly whitelisted. Such a structural design can produce a form of one-way liquidity trap, where participants can acquire tokens but are effectively prevented from selling or transferring without active owner intervention. This pattern becomes a focal point in forensic risk analysis because it directly curtails token holder autonomy and liquidity access.

The technical detectability of this pattern is relatively straightforward through static contract inspection. Since the require() statement enforces address validation before permitting transfers, auditors and analysts can identify this constraint without needing to execute any trade on-chain. This is particularly useful for preemptive risk assessments. However, one must emphasize that the mere presence of a whitelist-only exit condition does not intrinsically imply malicious intent or guaranteed harm. The pattern can serve legitimate operational or regulatory compliance functions. For instance, projects aiming to comply with jurisdictional transfer restrictions or implementing phased liquidity release schedules might embed such mechanisms to control token movement responsibly. Therefore, the pattern’s risk significance hinges critically on the mutability and governance surrounding the whitelist.

When the whitelist is immutable and comprehensively established at launch to include all bona fide holders, the pattern’s impact on liquidity and exit freedom can be minimal or even beneficial. In such cases, the whitelist acts more like a static access control list, ensuring that only verified participants interact with the token’s sell function, potentially aligning with regulatory frameworks or anti-money laundering protocols. Conversely, if the project owner or privileged roles retain the power to modify the whitelist dynamically after deployment, especially with the authority to exclude addresses, the risk profile escalates considerably. In these scenarios, the owner can selectively trap investors by removing their addresses from the whitelist, effectively creating a honeypot where tokens can be bought but not sold freely. This capability transforms the whitelist from a compliance tool into a potential instrument for exit restriction and investor entrapment.

Beyond the whitelist mechanism itself, other contract features often intersect to influence the overall risk environment. The presence of an active mint authority on an SPL token contract is a salient example. If the owner can mint new tokens at will, this introduces inflationary pressure that can dilute existing holders, further exacerbating the harm caused by exit restrictions. Similarly, an active freeze authority allows the owner to pause transfers at the wallet level, layering additional constraints on liquidity. Blacklist functions callable by the owner intensify concerns by enabling permanent blocking of specific addresses from transferring tokens. Each of these permissions compounds structural liquidity risk when combined with whitelist-only exit patterns. On the other hand, contracts that have renounced minting and freezing authorities or implement whitelist management through timelocked, multisignature governance arrangements tend to present a more credible commitment to investor protection. Such governance transparency and immutability materially mitigate risks associated with whitelist control.

Liquidity pool characteristics play a critical role in shaping the practical impact of whitelist-only exit constraints. Tokens paired with thin liquidity pools relative to their market capitalization—especially those with pool depths under $50,000—are particularly vulnerable. In these environments, the combination of restricted exit routes and shallow liquidity can lead to protracted downward price pressure rather than sudden crashes. Large token allocations unlocked in cliffs and absorbed into thin pools may trigger extended sell pressure that is difficult to absorb, especially when sellers face additional barriers like whitelist restrictions or adjustable, owner-controlled sell taxes. The latter can function as punitive mechanisms that further discourage or impede selling, compounding downward momentum.

Upgradeable proxy contract patterns without enforced timelocks introduce another layer of potential risk by enabling sudden, unilateral changes to contract logic. This capability can be exploited to tighten exit restrictions or adjust whitelist parameters unexpectedly, thereby entrapping holders who believed their tokens were freely transferable. While pause functions embedded in contracts may be justified for operational security or emergency response, their coexistence with whitelist-only exit patterns can effectively immobilize market activity, freezing liquidity and trapping investors. These intertwined conditions create a complex, layered risk scenario where both structural and operational factors converge to restrict token holder freedom.

In sum, the spl honeypot test involves a multifaceted examination of whitelist-only exit patterns within SPL tokens, with a nuanced focus on the governance of whitelist mutability, the presence of ancillary permissions like minting and freezing, and the liquidity environment surrounding the token. While the pattern itself does not confirm malicious intent, its interplay with dynamic whitelist control and additional contract features often signals elevated liquidity risk and potential for exit traps. Analytical depth in this domain requires consideration not only of the technical contract code but also of governance structures, liquidity metrics, and tokenomics to fully contextualize the implications for token holder freedom and market integrity.

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 →