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 ]

Rug Pull Risk Check

Paste any contract address for an instant on-chain risk assessment -- honeypot detection, liquidity analysis, holder concentration, and contract permissions.

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.8 / 5 from 1,846 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

Tokens that implement a whitelist-only exit pattern impose structural constraints on liquidity by restricting transfer or sale capabilities exclusively to addresses explicitly approved within the contract’s whitelist. Technically, this restriction is often enforced through require() statements embedded in the transfer or sell functions, which revert any transaction initiated by wallets not present on the whitelist. Buyers who are not whitelisted may still be able to purchase tokens, but they subsequently find themselves unable to move or sell those holdings. This creates a form of one-way liquidity flow that can effectively trap funds within non-whitelisted addresses. Crucially, this pattern can be detected through direct inspection of the smart contract’s code and state variables without needing to perform any on-chain trades, allowing analysts to flag potential exit restrictions early in a token’s lifecycle. It is important to emphasize that whitelist-only exit is distinct from broader transfer restrictions or pauses; it specifically targets the ability to sell or transfer tokens unless the sender is on an approved list, thereby imposing a structural liquidity bottleneck rather than a general freeze.

The risk relevance of such whitelist-only exit patterns emerges primarily when the whitelist is mutable and controlled by the contract owner or a centralized entity, especially if changes to the whitelist can be made post-launch without transparent governance or timelocks. In these scenarios, the owner can selectively permit or block token exits at will, effectively creating a soft honeypot. This mechanism allows buying activity to proceed unhindered, thus attracting liquidity and inflows, while simultaneously preventing most holders from selling or transferring their tokens. Such a condition can mislead investors by presenting an illusion of free trading while exit paths remain tightly constrained or altogether blocked. However, the presence of whitelist-only exit does not necessarily indicate malicious intent by itself. There are instances where whitelist mechanisms are employed for legitimate reasons, such as regulatory compliance in jurisdictions that require KYC/AML adherence, phased or staged token releases to control market supply, or managed liquidity deployment strategies designed to avoid sudden price shocks. When the whitelist is immutable or governed through decentralized, transparent mechanisms — for example, via DAO voting or time-locked multi-signature administration — the risk posed by this pattern is considerably reduced.

Compounding the risk profile is the interaction of whitelist-only exit with other contract features and governance structures. For instance, if the contract employs an upgradeable proxy pattern without multisig or timelock protections, this can enable the owner or a small group of administrators to abruptly alter whitelist logic, transfer restrictions, or other critical functions. Such flexibility can intensify risk by allowing sudden, opaque changes that trap investors unexpectedly. Moreover, contracts retaining active mint authority or freeze capabilities can exacerbate the problem. Active minting enables the owner to inflate supply arbitrarily, diluting holders, while freeze functions can selectively disable transfers for specific addresses, often in combination with whitelist controls. These additional privileges can transform an already restrictive whitelist-only exit pattern into a more aggressive form of control that severely limits token holder agency. On the other hand, contracts that have renounced ownership or have immutable code enforcing whitelist-only exit without override capabilities present a more stable, albeit still restrictive, environment where exit conditions are known and fixed.

Analyzing on-chain data can provide further nuance to the risk assessment of whitelist-only exit tokens. Evidence of frequent whitelist modifications or transaction reverts when non-whitelisted addresses attempt to sell signals active use of the whitelist mechanism as a gating function. Conversely, tokens with a static whitelist and transparent governance often show predictable behavior, where holders understand the conditions under which transfers are permitted. This information is critical because the mere presence of a whitelist exit pattern does not confirm malicious intent; rather, it highlights a structural feature that can be exploited or managed depending on governance. The context of market activity and liquidity conditions also plays an important role in shaping risk outcomes.

Liquidity pool depth relative to market capitalization and trading volume is a key factor influencing how whitelist-only exit patterns manifest in practice. Tokens with thin pools—those with liquidity significantly below median depths for their market cap or volume—are more susceptible to price manipulation and sharp slippage when non-whitelisted holders attempt to sell. Even minor sell orders can cause outsized price impacts or fail to execute, further limiting exit options and amplifying the effects of whitelist restrictions. This structural liquidity fragility can lead to illiquid market conditions where price discovery is impaired, and investors face forced exits at unfavorable prices or no exit at all. Conversely, tokens with robust liquidity pools and transparent whitelist governance mechanisms can mitigate these issues, maintaining orderly markets despite the presence of whitelist-only exit features. The difference between these outcomes underscores the importance of evaluating whitelist patterns in conjunction with liquidity metrics and governance transparency.

In sum, whitelist-only exit patterns represent a nuanced structural risk factor within token contracts that can sometimes be used to trap investor funds, especially when combined with mutable owner permissions and thin liquidity conditions. However, these patterns alone do not confirm malicious intent or fraudulent behavior. Rather, they form part of a broader ecosystem of contract features and governance choices that collectively determine the risk profile of a token. Analytical rigor requires examining the interplay between whitelist mutability, owner privileges, liquidity depth, and on-chain behavior to understand how whitelist-only exit functions in practice and what implications it holds for investor liquidity and market fairness.

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 →