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.9 / 5 from 3,390 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 58,003 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 enforce whitelist-only exit conditions represent a nuanced structural pattern in token design, where the transfer function incorporates require() checks that limit outgoing transfers strictly to a predefined set of approved addresses. Mechanically, this means that while buyers can typically acquire tokens without issue, attempts to sell or transfer by wallets not included in the whitelist revert, consuming gas but failing to complete the transaction. This dynamic effectively locks tokens within non-approved wallets, preventing holders from exiting their positions unless they are on the designated list. Importantly, this pattern can be implemented directly inside the transfer() function or through related hooks such as transferFrom(), making it somewhat covert unless one performs a detailed contract inspection focused on transfer restrictions tied to address allowlists.

From a market perspective, tokens exhibiting whitelist-only exit conditions can sometimes maintain a superficially normal price chart. This occurs because buy transactions generally succeed and liquidity remains visible on decentralized exchanges, masking the underlying inability of many holders to sell or transfer their tokens freely. This creates a deceptive environment where the token’s market activity appears healthy, but a deeper structural liquidity risk exists due to the transfer restrictions. Detecting this pattern requires more than surface-level analysis; it demands direct contract scrutiny, focusing on how transfer permissions are enforced and whether outgoing transfers are conditional on whitelist membership. On-chain tooling that flags require() statements involving address lists can be particularly useful here.

The risk relevance of this pattern intensifies significantly when the whitelist is mutable and controlled by a centralized authority, typically the contract owner. If the owner retains the ability to add or remove addresses from the whitelist post-launch, this capability can be exploited to selectively block sells or transfers, effectively trapping liquidity without warning. Such dynamic control introduces a layer of unpredictability and asymmetric power in the hands of the owner, who can manipulate exit permissions to their advantage, potentially undermining trust and investor confidence. This mutable whitelist can be weaponized in various ways: removing addresses to prevent exits, or adding only a small group of privileged addresses allowed to sell, creating a bottleneck for liquidity flow.

Conversely, the whitelist-only exit pattern is not inherently malicious or indicative of exit traps. In some cases, it serves legitimate purposes, especially in projects subject to regulatory compliance requirements. For instance, if the whitelist is fixed at deployment or governed through decentralized mechanisms, it can enforce Know Your Customer (KYC) or jurisdictional restrictions, ensuring that token transfers comply with legal frameworks. In these contexts, whitelist enforcement might be a compliance tool rather than an instrument for exit control. The key differentiator is the mutability and centralization of whitelist management. A static or community-governed whitelist carries far less risk than a mutable, owner-controlled one.

Additional contract features can compound or mitigate the risk profile associated with whitelist-only exit conditions. Owner-controlled adjustable sell taxes, for example, can worsen the scenario by making sales prohibitively expensive or effectively locking tokens behind steep fees. If the owner has authority to arbitrarily raise sell taxes, this mechanism can be combined with whitelist restrictions to squeeze liquidity out of holders. Similarly, active mint authority poses dilution risk, allowing the owner to inflate supply and erode existing holders’ value unexpectedly. Freeze authorities add another layer of control by enabling the owner to pause transfers at the wallet level, potentially freezing tokens in situ. Upgradeable proxy contracts without multisig governance or timelocks further increase risk, as they enable sudden, unilateral changes to contract logic that could tighten whitelist restrictions or introduce new barriers to exit without notice.

When whitelist-only exit conditions coexist with adjustable sell taxes, freeze functions, and blacklisting capabilities, the range of potential outcomes broadens dramatically. In benign scenarios, these features might reflect regulatory compliance or designed tokenomics promoting long-term holding. Yet in more adversarial cases, they form a suite of controls that allow owners to selectively block sells, inflate exit taxes, freeze wallets, or blacklist addresses at will, effectively trapping investors in their positions. This convergence of permissions creates a soft honeypot effect—where liquidity is not immediately drained as in traditional rug pulls, but exit options are severely constrained or rendered impractical. The subtlety of this pattern complicates detection and risk assessment without thorough contract review.

Ultimately, the interplay of whitelist mutability, sell tax adjustability, freeze and blacklist functions, and upgradeability governs whether whitelist-only exit conditions indicate a compliance mechanism or an exit control tool. The pattern alone does not confirm malicious intent; it must be evaluated within the broader context of contract permissions and governance structures. Comprehensive contract scrutiny, including analysis of owner privileges, upgrade paths, and the presence of timelocks or multisigs, is essential to understand the practical risk posed by this pattern. While whitelist-only exit enforcement can sometimes protect compliance or community interests, it can also disguise mechanisms that trap liquidity and restrict token holder autonomy, underscoring the complexity of crypto safety considerations for newcomers navigating this space.

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 →