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,741 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 73,377 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 typically embed a require() statement within their transfer or sell functions, restricting outgoing transactions to addresses explicitly approved by the contract owner or governance. Mechanically, this means that while buying the token may be unrestricted, selling or transferring out is blocked unless the sender’s address is on the whitelist. This structural condition can be implemented directly in the token’s core logic or enforced via calls to external contracts that validate sender status before permitting transfer. The effect is the creation of a permissioned exit channel, which can trap holders who are not whitelisted, causing their sell attempts to revert and their gas fees to be lost. This structural pattern, while straightforward in code, introduces a complex dynamic in token liquidity and holder agency.

The risk relevance of whitelist-only exit patterns hinges largely on the mutability and governance of the whitelist itself. If the whitelist is owner-modifiable after the token’s launch, the controlling party retains the ability to selectively permit or deny exit from the token at will. In such cases, the whitelist mechanism can function as a soft honeypot—a situation where buyers can enter the market freely but cannot exit unless explicitly approved by the owner or governance. This creates a risk of price manipulation or forced holding, as selective blocking of sell transactions disrupts natural market flows and can be used to artificially prop up price or trap capital. However, the presence of a whitelist mechanism alone does not necessarily imply malicious intent. In some cases, whitelist-only exits are deployed for regulatory compliance, such as enforcing jurisdictional restrictions or Know Your Customer (KYC) requirements. If the whitelist is static or managed through decentralized consensus mechanisms, this may reduce the risk of unilateral abuse.

Further analytical depth emerges when considering other contract features that co-occur with whitelist-only exit patterns. For instance, if the contract also includes an adjustable sell tax controlled by the owner, this can compound exit barriers by unpredictably increasing the cost of selling tokens. Such a tax could be raised arbitrarily to disincentivize or effectively block exit, layering economic friction on top of permissioned control. Additionally, the existence of active mint authority or freeze authority on the token’s SPL contract may raise significant concerns. Mint authority enables the creation of new tokens at the discretion of the controller, potentially diluting existing holders, while freeze authority can pause transfers entirely, including whitelist-approved ones. These features, when combined with whitelist-only exits, significantly increase the control the owner or governance has over token flow and market dynamics. Conversely, if the whitelist is governed by a decentralized multisignature wallet or timelocked governance process, or if the contract’s upgradeability is limited or transparent, these factors can mitigate the risk by reducing the potential for sudden or unilateral changes to exit permissions.

Liquidity context plays a pivotal role in assessing the practical risk imposed by whitelist-only exit patterns. When these patterns combine with thin liquidity pools or low market capitalization, the impact on token holders can escalate rapidly. In such environments, even small sell attempts by non-whitelisted addresses can fail, causing transaction reverts and frustrated sellers. This structural condition can induce price slippage and illiquidity, frustrating trading activity and potentially inducing panic among holders who find their ability to exit hampered. The result is amplified volatility and reduced market confidence, especially if paired with other restrictive features such as blacklist functions or pause capabilities. On the other hand, if the liquidity pool is deep, with median pool depths well above $100,000 and the whitelist is stable or transparently managed, the practical risk of forced exits diminishes. In such cases, while the underlying permissioned exit mechanism remains a latent factor, its actual activation risk is lower because the market can absorb sell pressure and governance limitations are less likely to be exploited without community oversight.

It is important to acknowledge that the whitelist-only exit pattern itself does not by itself confirm malicious intent or fraudulent design. The structural capacity to block exits can be weaponized, but it can also serve legitimate use cases such as regulatory compliance or controlled token distribution. The ethical and risk implications depend heavily on governance transparency, community involvement, and the presence of additional contract features that either exacerbate or mitigate control asymmetries. The nuance here is crucial: a whitelist exit restriction is a tool, and its impact depends on who wields it, how it is governed, and the broader tokenomic context in which it operates.

In the broader landscape of token safety analysis, whitelist-only exit patterns should be considered alongside other structural risk markers. This includes examining contract permissions, liquidity pool conditions, holder concentration, and potential honeypot mechanics. When these elements converge, they can signal a higher risk profile, but when isolated and well-governed, whitelist-only exits may align with certain compliance or strategic tokenomics goals. As such, their presence warrants careful scrutiny but cannot be taken as definitive evidence of malicious behavior without considering the full context of contract design and governance.

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 →