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

Tokens on Avalanche and comparable blockchain platforms that implement whitelist-only exit mechanisms introduce a significant structural constraint on token transferability by requiring that sellers must be pre-approved addresses on a whitelist. This is typically enforced within the token’s smart contract through conditional statements—often require() clauses—embedded in the transfer or transferFrom functions. These conditions cause transactions initiated by non-whitelisted wallets to revert, effectively preventing unauthorized holders from selling or transferring the token. Mechanically, this means that while buying the token can proceed without restriction, selling it is selectively blocked unless the wallet has been explicitly approved. As a consequence, liquidity can become trapped within certain holders, hindering normal market dynamics.

The detection of such whitelist exit restrictions is feasible through static contract analysis without the need to execute live trades. Analysts can examine the contract’s source code or bytecode for the presence of a mapping or data structure that tracks whitelisted addresses, coupled with conditional logic gating transfer operations based on whitelist membership. However, the mere existence of a whitelist mechanism alone does not definitively indicate malicious intent or an exit trap. A critical factor lies in the contract’s permission model regarding the whitelist: whether the list is immutable once deployed or can be modified by privileged roles such as the owner or a designated admin. This distinction is crucial because a mutable whitelist enables dynamic exclusion of addresses from selling, preserving the potential to trap liquidity indefinitely.

When the whitelist is mutable by an owner or privileged account after deployment, the risk profile increases substantially. Such control can be abused to selectively block exits by removing addresses from the whitelist in response to market conditions or holder behavior, effectively creating a soft honeypot. This pattern can be exploited to prevent certain holders from liquidating their positions, artificially supporting token price or facilitating exit strategies for insiders. Conversely, if the whitelist is fixed and transparent from the token’s launch, or if it exists for legitimate reasons—such as regulatory compliance requiring KYC approval—then the pattern may be benign or even necessary. The key analytical insight is that immutable allowlists represent a known, static constraint that market participants can price in, whereas owner-modifiable whitelists retain an element of uncertainty and risk.

Additional contract permissions can compound the risk introduced by whitelist exit restrictions. For instance, if the contract grants the owner active minting authority, the token supply can be inflated arbitrarily, diluting holders and undermining token value. Similarly, freeze functions that enable selective suspension of transfers can be combined with whitelist logic to create more complex restrictions on liquidity. Furthermore, the presence of upgradeable proxy patterns without adequate safeguards—such as timelocks or multisig controls—raises the prospect of on-chain logic being altered post-launch to introduce or remove whitelist restrictions at will. In contrast, if the whitelist is managed by a decentralized governance process or subject to community oversight, the risk of arbitrary exclusion diminishes. On-chain history can provide valuable context here: if there is no evidence of blacklist activations or freeze function calls, and the whitelist logic is immutable and transparent, the pattern’s risk is reduced.

Liquidity conditions on Avalanche tokens interacting with whitelist-only exit restrictions play a pivotal role in the practical implications of this pattern. Tokens with thin liquidity pools or low market depth relative to their market capitalization are particularly vulnerable to severe price impact during attempted sells. Even moderate sell pressure from holders not included in the whitelist can fail to execute, causing orders to remain unfilled and triggering sharp price declines. This effect is amplified in newly launched tokens or those with low overall capitalization, where pool depth is insufficient to absorb shocks. By contrast, tokens benefiting from deep liquidity pools and robust trading volumes may mitigate some of the volatility caused by exit restrictions, as larger order books can better handle constrained sell flows. Nevertheless, the fundamental risk of trapped liquidity remains, as whitelist exit mechanisms create a structural barrier that cannot be fully offset by liquidity alone.

In assessing Avalanche token safety through this lens, it is important to recognize that the presence of whitelist-only exit logic does not alone confirm malicious intent or a scam. Instead, it should be viewed as one component within a broader risk framework, which includes contract permissions, upgradeability, liquidity profiles, and governance structures. A nuanced evaluation considers whether the whitelist is mutable post-launch, the presence of additional owner privileges, the manageability of liquidity depth, and historical on-chain behavior. This comprehensive approach allows for a more informed understanding of how whitelist exit restrictions influence token safety and market dynamics, highlighting the intricate interplay between contract design and trading realities on Avalanche and similar ecosystems.

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 →