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 ]

Token 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.6 / 5 from 2,882 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 incorporate a whitelist-only exit pattern typically embed a require() check within their transfer or sell functions, which restricts outgoing transactions to addresses pre-approved by the contract owner or governance. This means that while anyone can often buy tokens from public addresses, attempts to sell or transfer tokens from wallets not included on the whitelist will fail, causing transactions to revert. Mechanically, this creates a structural capability within the contract to block exits selectively, effectively trapping funds in non-whitelisted wallets. It is important to note that this pattern itself does not necessarily confirm malicious intent; rather, it establishes a framework where the token’s transferability is conditional on approval, which can sometimes be leveraged as a honeypot mechanism.

Detecting such a whitelist-only exit pattern generally requires detailed contract inspection, focusing on conditional checks against a whitelist mapping or array within the transfer or sell functions. The presence of these checks indicates the contract’s capability to selectively allow or deny outgoing transfers, which can create a scenario where buyers who are not whitelisted find themselves unable to realize liquidity on their holdings. This structural risk becomes more pronounced when the whitelist is mutable post-launch, allowing the controlling party to add or remove addresses at their discretion. In this context, holders may lose the ability to transfer or sell tokens if their addresses are removed, potentially leading to trapped liquidity and capital loss.

However, it is crucial to understand that the mere existence of a whitelist-only exit restriction does not inherently imply malfeasance. In some cases, such patterns are purposefully implemented for regulatory compliance, such as enforcing KYC (Know Your Customer) or AML (Anti-Money Laundering) requirements in jurisdictions with legal restrictions on token transfers. If the whitelist is fixed at launch and immutable, it may serve as a transparent operational control rather than a tool for exit manipulation. The distinction lies primarily in the mutability and governance transparency around the whitelist: a static whitelist with clear rationale might be benign, whereas an owner-modifiable whitelist introduces significant uncertainty and risk for token holders.

Additional contract features can compound or mitigate the risk associated with whitelist-only exit patterns. For instance, if the contract also includes owner-controlled adjustable sell taxes, the potential for exit manipulation intensifies. An owner able to arbitrarily increase sell taxes can impose prohibitive costs on sellers, especially when combined with whitelist restrictions that limit who can sell at all. Similarly, active mint authority controlled by the owner can dilute token value by increasing circulating supply without community consent or clear operational justification, undermining holder confidence. Freeze or blacklist functions add another layer of control that can selectively halt transfers or blacklist addresses, further restricting liquidity. The presence of a pause function or an upgradeable proxy contract without multisig or timelock protections elevates risk by granting the owner the ability to halt or alter contract logic abruptly, potentially without warning.

Conversely, certain governance mechanisms can alleviate concerns around these structural controls. Transparent governance frameworks, timelock mechanisms that delay owner actions, and public audit attestations serve as checks on unilateral owner power. When these protections are in place, the risks posed by whitelist-only exit patterns and related contract permissions are somewhat diminished as the likelihood of arbitrary or malicious restrictions decreases. Transparency around whitelist criteria and governance processes further helps holders understand the operational intent behind transfer restrictions and assess the associated risk more accurately.

The interplay between whitelist-only exit patterns and liquidity pool characteristics also significantly influences risk profiles. Tokens paired with thin liquidity pools or low market depth are particularly vulnerable to price volatility and slippage, especially under conditions of restricted sell access. Even modest sell pressure from whitelisted holders can cause outsized price impacts, making it difficult to exit without incurring substantial losses. Buyers outside the whitelist may find themselves locked in with no viable exit path, while sellers within the whitelist face constrained liquidity that amplifies price swings. This structural combination can exacerbate the risk of trapped capital and contribute to volatile token price dynamics.

On the other hand, if a token’s liquidity pool is deep, well-capitalized, and the whitelist is stable or transparent, the impact on price dynamics and liquidity may be limited. Deep pools tend to absorb sell pressure more efficiently, mitigating slippage and enabling more orderly exits even when exit restrictions exist. In such cases, the whitelist-only exit pattern may serve operational or regulatory purposes without severely undermining liquidity or holder confidence. Nonetheless, the full risk spectrum depends heavily on the specific contract design, governance structure, and market context, underscoring the need for comprehensive contract analysis and understanding of owner privileges.

In summary, whitelist-only exit patterns establish a conditional transfer framework that can sometimes manifest as honeypot-like behavior by selectively restricting outgoing transactions. While this pattern alone does not confirm malicious intent, its risk relevance hinges on factors such as whitelist mutability, owner controls over taxes and minting, liquidity pool depth, and governance transparency. The nuanced interplay of these elements determines whether the pattern functions as a benign operational control or a structural trap for liquidity, emphasizing the importance of analyzing contract permissions and market conditions holistically.

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 →