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,000 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 77,118 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 implement a whitelist-only exit pattern often embed a require() check within their transfer or sell functions that restrict token transfers to a predefined list of addresses. Mechanically, this means that while buying tokens may succeed for any participant, selling or transferring tokens is only possible if the sender’s address is explicitly approved. This structural condition can create a one-way liquidity trap where holders outside the whitelist cannot exit their positions. The pattern is detectable through static code inspection by identifying conditional transfer restrictions tied to owner-controlled allowlists. This mechanism fundamentally alters token liquidity dynamics by gating exit pathways, which is crucial for understanding potential sell-side constraints.

This pattern becomes risk-relevant primarily when the whitelist is owner-modifiable post-launch, enabling the project team to selectively block or permit sales at will. Such control can be exploited to trap investors, effectively creating a honeypot scenario where sells revert while buys proceed. Conversely, the pattern can be benign in contexts where whitelist enforcement serves compliance or regulatory purposes, such as restricting transfers to KYC-verified participants or limiting sales during initial launch phases. The key differentiator is whether the whitelist is immutable or subject to owner discretion; immutability reduces exit risk, while owner control maintains asymmetric power over liquidity. Without owner-modifiability, the pattern alone does not imply malicious intent.

Observing additional contract features can significantly shift the risk assessment. For example, if the contract also includes an active mint authority, the ability to inflate token supply post-launch could compound exit risk by diluting holders. Similarly, the presence of a blacklist function or pause capability controlled by the owner would further enable forced exit blocks or freezes, exacerbating liquidity constraints. Conversely, if the contract is deployed behind an upgradeable proxy with a multisig timelock, the risk of sudden, unilateral whitelist changes diminishes, improving trustworthiness. Transparent communication about whitelist policies and public commitment to renouncing control functions would also mitigate concerns, as would on-chain evidence of whitelist stability over time.

When combined with other common conditions, whitelist-only exit patterns can produce a range of outcomes from mild inconvenience to severe liquidity traps. For instance, if a cliff unlock of a large token tranche occurs into a thin liquidity pool while whitelist restrictions remain active, the inability of most holders to sell can cause prolonged price stagnation or steep declines once restrictions lift. On the other hand, if whitelist enforcement is temporary and paired with robust governance controls, the pattern can facilitate orderly token distribution without trapping investors. The realistic risk spectrum spans from controlled, compliant token launches to soft honeypots that degrade market confidence and price discovery, depending on the interplay of whitelist mutability, owner privileges, and liquidity conditions.

Beyond the whitelist-only exit pattern, liquidity pool locking status is another critical structural risk factor. Tokens paired with liquidity locked above a certain duration can sometimes provide smoother exit opportunities, as locked pools signal a temporary commitment to liquidity stability. However, this alone does not guarantee safety. In cases where liquidity is thin relative to market cap or 24-hour volume, even locked pools may not absorb significant sell pressure without sharp price impacts. Conversely, unlocked liquidity paired with mutable whitelist controls can exacerbate exit risks by enabling sudden liquidity withdrawals combined with selective transfer restrictions. The interplay between pool depth, lock status, and transfer permissions thus warrants nuanced analysis rather than simplistic conclusions.

Holder concentration also influences risk dynamics in tokens exhibiting whitelist-only exit patterns. When a small number of addresses control a significant share of the circulating supply, liquidity risks intensify because these holders can coordinate sales or transfers within the whitelist, potentially causing price shocks or exit bottlenecks. This concentration can sometimes indicate project team control or early investor dominance, which alone does not imply malicious intent but does highlight points of friction in token distribution fairness. In cases that match this pattern, the asymmetry in transfer permissions can amplify the potential for exit traps or market manipulation, especially if whitelist changes are governed by a single entity without multisig or timelock safeguards.

Honeypot mechanics — where buying is unrestricted but selling is curtailed — represent an acute manifestation of the whitelist-only exit pattern combined with owner privileges. These mechanics can sometimes be intentional, designed to trap speculative investors temporarily during launch phases or speculative pumps. However, the presence of such mechanics alone does not by itself confirm malicious intent; some projects may implement them as anti-bot measures or regulatory compliance tools. Detecting honeypot patterns requires analyzing transaction reverts and transfer event logs alongside contract code, looking for asymmetric transfer permissioning and owner-controlled whitelist mutability. The context of these patterns—paired with project disclosures and governance models—determines their risk severity.

Rug-pull patterns often intersect with whitelist and liquidity conditions, especially when owner-controlled permissions enable sudden liquidity withdrawal paired with transfer restrictions that prevent holders from exiting. In these scenarios, the combination of mutable whitelist controls, absence of liquidity locks, and concentrated ownership can create a setup where the project team extracts value rapidly while leaving other investors unable to sell. While the whitelist-only exit pattern is a key enabling mechanism for such schemes, it alone does not confirm intent nor timing. Rug-pulls typically depend on multiple contract features and off-chain signals converging to produce a sudden loss of liquidity and investor capital.

In sum, the whitelist-only exit pattern represents a structural risk that can sometimes evolve into severe liquidity traps or honeypot scenarios depending on owner control, liquidity conditions, and governance frameworks. It is a nuanced pattern that requires layered analysis across contract permissions, liquidity pool status, holder distribution, and transaction histories to understand its implications fully. Recognizing the pattern’s presence is an important first step, but interpreting its risk demands considering the broader ecosystem of contract features and project governance, as well as how these elements interact dynamically over time.

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 →