Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
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.

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.7 / 5 from 2,193 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 58,769 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

Contracts that incorporate a whitelist-only exit mechanism impose a structural limitation on token transfers that can significantly influence liquidity dynamics and investor freedom. At its core, this pattern restricts token sales to a predefined set of addresses explicitly approved by the contract owner or governing authority. This is typically enforced through conditional checks within the transfer or transferFrom functions, where transactions initiated by wallets outside the whitelist revert automatically. While buyers may be able to acquire tokens through normal trading activity, their ability to liquidate those holdings becomes contingent upon their inclusion in the whitelist. This creates a potential asset trap, where tokens are effectively locked for all but a select group of participants.

From a technical perspective, this pattern can be uncovered through thorough static code analysis without requiring actual trade execution. The presence of require() statements gating transfer permissions based on whitelisting is a clear indicator of such a mechanism. However, the mere existence of a whitelist does not by itself confirm malicious intent or adverse effects. Some projects implement whitelist exit patterns to comply with regulatory requirements, enforce vesting schedules, or facilitate phased token distribution. The critical factor lies in how the whitelist is managed and whether it remains static or mutable after the contract’s deployment.

The risk profile escalates considerably when the whitelist is owner-modifiable post-launch. In these scenarios, the contract owner or a controlling entity maintains the power to dynamically add or remove addresses from the whitelist, effectively controlling who can sell tokens at any given time. This capability can be wielded strategically or maliciously, enabling scenarios where non-whitelisted holders find their tokens trapped indefinitely, unable to exit positions regardless of market conditions. The potential for abuse is heightened when whitelist changes can be made unilaterally, without timelocks or multisignature governance, giving the owner near absolute control over liquidity flow and exit rights.

Conversely, if the whitelist is immutable once the contract is live, or if whitelist management is governed by transparent, on-chain mechanisms with community oversight, the risk associated with this pattern diminishes substantially. In such cases, the whitelist serves as a predictable and enforceable compliance tool rather than a lever for arbitrary intervention. Transparency around whitelist management—such as public event logs indicating additions or removals, or governance proposals subject to community voting—helps build confidence that the whitelist logic is not being exploited to trap holders unfairly.

Additional contract features can compound or mitigate risks linked to whitelist-only exit patterns. The presence of owner-controlled pause functions or blacklists alongside whitelist restrictions broadens the scope of transfer constraints, potentially enabling the owner to freeze trading or selectively block specific addresses beyond the whitelist mechanism. This layered control structure can morph the contract’s transfer logic into a form of a “soft honeypot,” where the ability to sell is selectively and dynamically curtailed, often without immediate visibility to token holders. On the other hand, the inclusion of governance frameworks, timelocks on whitelist changes, or multisignature requirements introduces friction that can prevent hasty or arbitrary restrictions, thus providing a safeguard against misuse.

Liquidity conditions play a crucial role in interpreting the practical impact of whitelist-only exits. Tokens paired with shallow liquidity pools—particularly those substantially smaller than market capitalization or with low 24-hour volume—are more vulnerable to severe price volatility when exit restrictions apply. Cliff unlocks or large token allocations entering thin pools can trigger heightened sell pressure, but if only a subset of holders is whitelisted to sell, the mismatch between selling demand and permitted exits can cause bottlenecks. This often results in price slippage, increased spreads, and extended illiquidity periods, which in turn can undermine market confidence and deter new participants.

Further complexity arises when whitelist exit patterns exist alongside active minting authority or upgradeable proxy patterns. Contracts with mint authority can inflate token supply, potentially diluting value, while upgradeable proxies allow the contract’s logic to be changed post-deployment. If combined, these features create a dynamic environment where whitelist restrictions might be adjusted or reinforced arbitrarily, increasing uncertainty about token transferability and ownership rights. Such a confluence of powers demands heightened scrutiny, as it opens avenues for manipulative practices or unexpected contract behavior that can harm token holders.

Ultimately, the whitelist-only exit pattern is a structural design choice with nuanced implications rather than an outright indicator of fraud or misconduct. Its impact on token liquidity, holder freedom, and market dynamics depends heavily on the specific contract implementation, the governance and transparency around whitelist management, and the interplay with other contract features. While the presence of a modifiable whitelist that can trap token holders raises flags warranting caution, it should be examined in context with broader contract permissions, liquidity conditions, and documented governance provisions to assess the true risk profile accurately.

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 →