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 3,994 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 67,934 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

Solana smart contracts frequently incorporate transfer restrictions through require() checks or their functional equivalent, which gate token transfers based on wallet status criteria such as whitelist membership. This design pattern creates a structural asymmetry in transfer permissions, where buy transactions can typically succeed for all participants, but sell transactions may revert if the seller’s address is not included in a specific whitelist. Mechanically, this gating is embedded within the transfer() function or its analogous call in Solana’s SPL token program, implementing exit control directly at the protocol layer. Because this control intervenes at the fundamental transfer step, it can prevent token holders from liquidating their positions despite apparent market activity. Detecting such restrictions requires careful contract-level analysis since on-chain trading history alone may not reveal blocked sales. Price charts and volume data can appear normal, masking the inability of certain holders to exit, which makes this a subtle but materially important structural risk factor.

The risk implications of this transfer gating pattern hinge heavily on the governance and mutability of the whitelist. When whitelist composition is owner-modifiable post-launch, the project team gains powerful discretionary control to selectively block sells after buyers have committed capital, effectively trapping liquidity. This capability can be leveraged to create honeypot-like conditions where tokens can be purchased but cannot be freely sold. Such a scenario introduces a structural exit barrier that is not immediately visible through market activity alone but imposes severe liquidity risk on token holders. Conversely, the presence of a whitelist control mechanism is not inherently problematic if the list is immutable or used transparently to enforce legitimate compliance or regulatory constraints, such as restricting transfers to accredited investors or jurisdictionally approved participants. The whitelist pattern alone does not imply malicious intent; it is the combination of owner-controlled whitelist updates and the inability of buyers to exit freely that elevates the risk profile.

Additional contract features can significantly influence the overall risk assessment when combined with whitelist gating. Owner-controlled adjustable sell taxes, for instance, introduce economic exit barriers that can be raised post-launch to disincentivize or effectively block sales without technical transfer reverts. This economic gating mechanism can serve as a softer alternative to outright revert-based exit blocks, but it still creates a dynamic and potentially unpredictable barrier to liquidity. Active mint or freeze authorities retained by the owner further compound risk by enabling inflationary dilution or selective transfer freezes. Mint authority allows the creation of new tokens at will, which can dilute existing holders and undermine token value, while freeze authority permits the owner to arbitrarily suspend transfers from targeted addresses. On the other hand, governance mechanisms such as multisignature controls, timelocks on administrative functions, or public commitments to renounce control can provide meaningful safeguards that reduce concerns by limiting unilateral owner actions. Observing proxy upgrade patterns without appropriate safeguards also heightens risk because such mechanisms enable logic changes that could introduce or remove transfer restrictions at will, undermining predictability for token holders.

When the whitelist gating pattern is combined with other common control mechanisms, it produces a nuanced spectrum of liquidity risk outcomes. For example, a contract that allows owner-controlled sell tax hikes alongside whitelist-only sell permissions can impose economic penalties approximating a honeypot condition without outright transaction failures. In such cases, sellers face escalating costs that may render exit uneconomical, even if technically possible. The presence of active freeze authorities adds an additional discretionary lever, enabling selective pausing of transfers for individual wallets, which can be used to target dissenting holders or enforce exit restrictions dynamically. This interplay between whitelist gating, tax adjustments, and freeze functions creates complex risk profiles where sellers encounter unpredictable or escalating barriers to exit, often obfuscated by surface-level market activity. However, if these controls are transparently documented, subject to multisig governance, and constrained by community oversight, the structural potential for abuse may be mitigated, transforming these mechanisms into soft controls rather than hard exit barriers.

It is also important to emphasize that the mere presence of transfer gating patterns does not by itself confirm malicious intent or guarantee exploitative outcomes. In some cases, such controls are implemented for bona fide reasons such as regulatory compliance, phased token unlocks, or anti-bot measures designed to protect project integrity. The pattern’s risk profile must always be contextualized within broader governance frameworks, transparency disclosures, and contractual immutability provisions. Contract inspections should assess whether whitelist and tax parameters are subject to owner discretion post-launch, and whether there are mechanisms for community recourse or transparent upgrade paths. Without such context, these structural patterns remain ambiguous signals rather than definitive indicators.

In summary, Solana smart contract transfer gating through wallet status checks represents a structurally significant control point with a wide range of risk implications depending on governance and mutability. This pattern can sometimes create subtle exit barriers that are not visible from on-chain trading metrics alone, underscoring the importance of direct contract analysis. Its risk is amplified when combined with owner-controlled adjustable sell taxes, mint or freeze authorities, and upgradeable proxies lacking safeguards. Conversely, transparent governance, immutability, and community oversight can meaningfully reduce potential harm. Understanding these nuanced dynamics is essential for assessing the liquidity and exit risk profiles of tokens on Solana and similar blockchain platforms.

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 →