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

Whitelist-only exit patterns in Solana SPL tokens revolve around contract-level mechanisms that impose restrictions on token transfers, limiting the ability to move or sell tokens strictly to a predefined set of approved addresses. From a technical standpoint, this control is typically implemented through require() statements embedded in the transfer or transferFrom functions. These statements enforce that only addresses included in the whitelist can successfully execute token transfers; any transaction initiated by a wallet outside this set will be reverted by the contract. This structural condition can be identified through static analysis of the token’s smart contract code, without the need to observe actual trading or transaction history on-chain. The whitelist itself can be configured as either immutable—fixed at contract deployment—or mutable, with the contract owner or governance entity retaining the capacity to add or remove addresses post-launch. This distinction plays a critical role in shaping the token’s risk profile.

The risk implications of whitelist-only exit restrictions become particularly pronounced when the whitelist is owner-modifiable after the token has been launched. In such scenarios, the contract owner wields dynamic control over who is permitted to transfer or sell tokens, effectively granting the ability to selectively block exits for certain holders at any moment. This capacity can be weaponized to create soft honeypot conditions, where purchasing tokens is possible and appears normal, but attempts to sell or transfer are systematically blocked or reverted. The on-chain manifestations of this behavior can be subtle, as the contract’s code may not explicitly reveal these operational restrictions beyond the presence of mutable whitelist functions. It is often only when holders try to exit their positions that the restrictive nature of the whitelist becomes apparent, potentially trapping investors in illiquid positions. Nevertheless, the presence of whitelist-only exit logic alone does not necessarily confirm malicious intent; there are legitimate use cases where such mechanisms serve compliance or regulatory purposes.

In regulated or compliance-driven projects, whitelist-only transfer restrictions can be employed to enforce legal requirements, such as preventing transfers to jurisdictions with restrictive securities laws or ensuring that only verified participants engage in token trading. Provided that the whitelist is stable, well-documented, and managed transparently—ideally overseen by a decentralized governance process or backed by multisignature controls—the pattern may reflect operational necessity rather than predatory design. The absence of an owner’s unilateral ability to modify the whitelist post-launch significantly reduces the likelihood of arbitrary sell blocking, mitigating the risk to token holders. Thus, the context of the whitelist’s mutability and governance framework is essential when analyzing the structural risk of such tokens.

Further analytical nuance arises when considering additional on-chain signals that can influence risk assessment. The existence of owner-controlled functions that permit whitelist updates is a critical factor. If these functions are protected by timelocks, multisignature wallets, or decentralized governance mechanisms, the risk that the whitelist will be manipulated capriciously diminishes. Conversely, if whitelist modifications can be executed instantly by a single private key with no oversight, the potential for abuse escalates considerably. Transparency regarding whitelist criteria also matters; public disclosure of the rules governing inclusion or exclusion can build trust and reduce uncertainty. From a behavioral standpoint, observing recurrent transaction reverts or failed sell attempts from certain addresses could reinforce suspicions of exit blocking. However, such empirical data is external to static code analysis and requires complementary on-chain monitoring tools.

The interplay between whitelist-only exit restrictions and market liquidity conditions further complicates the risk landscape. When tokens exhibit thin liquidity pools—characterized by pool depths under $50,000 for example—or maintain low market capitalizations relative to trading volume, the consequences of exit restrictions can be magnified. In these cases, the inability of a subset of holders to sell can exacerbate price volatility, as forced sell pressure from non-whitelisted participants cannot be accommodated by the market. This dynamic may lead to sharp price declines or illiquidity events, trapping capital and undermining secondary market participation. In contrast, tokens with deeper liquidity pools and broader whitelist inclusion face diminished risks from this pattern. The broader the whitelist and the more robust the liquidity, the lower the likelihood that exit restrictions will materially impair market function.

Understanding these structural risk patterns within Solana SPL tokens provides valuable insight into the potential operational and financial hazards facing investors. Whitelist-only exit control can sometimes serve as a tool for regulatory compliance or governance, but it can equally be a mechanism for entrenching control and limiting investor freedom. The mutability of the whitelist, the governance architecture surrounding its management, the transparency of its application, and the token’s liquidity profile collectively shape the real-world implications of this pattern. As such, a nuanced analytical approach that integrates static contract analysis with awareness of market context and governance practices is essential for accurately assessing the solana token risk score associated with whitelist-only exit tokens.

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 →