Verify every token before you buy Unlimited checks · try a week for ~$1 · No auto-renew
Try 1 Week / ~$1
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.

Paste any contract address — get an on-chain risk read in seconds.

Verixia reads the smart contract directly to surface honeypots, rug-pull patterns, LP-lock status, and holder concentration before you buy. No signup, no wallet connect, no market-data lag.

✓ On-Chain
🔒 No Signup
⚡ < 5 sec
SOL + EVM
4.6 / 5 from 1,921 users
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 · Try a week for ~$1
No signup required · Results in seconds
Try a week for ~$1 · One-time, no auto-renew
Access is saved on this device the moment your payment confirms on-chain
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
1.5 SOL / year
Popular
Monthly Access
0.5 SOL / month
Try it -- no commitment
Weekly Access
0.006 SOL / week · ~$1 · no auto-renew
On-chain Solana Pay Any wallet No auto-renew
⚡ Once you verify the token

Swap at the best on-chain price — non-custodial, no KYC

Verixia routes your trade across Raydium, Orca, Meteora & 50+ DEXes to find the deepest liquidity. Your wallet keys never leave your device. No signup, no email, no permissions.

Swap on Verixia →
SOL ETH BASE ARB BNB POLY AVAX
🔒 Non-custodial ✓ No KYC ⚡ Best-price routing 🔗 50+ DEXes
🔍 Honeypot detection
💧 LP lock status
👥 Holder concentration
⚡ Solana + EVM
Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 🛡 Honeypot, rug & LP-lock detection
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 that implement a require() check inside their transfer() function to restrict sell transactions exclusively to whitelisted addresses create a structural pattern often described as a honeypot. Mechanically, this design allows buy transactions to proceed normally, enabling users to acquire the token without hindrance. However, when a holder attempts to sell or transfer tokens from a non-whitelisted wallet, the transaction reverts, consuming gas fees but leaving the balance unchanged. This asymmetry in liquidity flow means that while entry into the token is unrestricted, exits are controlled or blocked entirely unless the holder is on the whitelist. Such a mechanism can sometimes be overlooked by casual observers because price charts and order books may not visibly reflect these restrictions. Buys and transfers between whitelisted or exempt addresses appear normal, masking the underlying inability of certain holders to sell or move their tokens. Consequently, detecting this pattern requires a careful, direct inspection of the contract code rather than relying solely on trading history or price action.

The risk implications of this pattern depend heavily on the nature and governance of the whitelist. When the whitelist is owner-controlled and modifiable after the token’s launch, it opens the door for selective sell-blocking. In these cases, the owner can arbitrarily add or remove addresses from the whitelist, potentially trapping investors by excluding them from sell permissions. This introduces a significant liquidity risk because a holder’s ability to exit depends on the owner’s discretionary approval. However, it is important to acknowledge that the presence of a whitelist alone does not confirm malicious intent or fraudulent design. In some cases, whitelists are implemented to comply with regulatory frameworks, such as restricting transfers to approved jurisdictions or accredited investors. When the whitelist is immutable post-deployment or governed transparently with clear criteria, the risk profile changes. The whitelist then functions primarily as a compliance tool rather than an exit barrier, and the threat to token holders depends largely on the clarity and openness of governance around whitelist modifications.

Additional contract features can meaningfully shift the risk assessment surrounding these whitelist-based restrictions. Owner-controlled adjustable sell taxes can be used to discourage or effectively block sells without explicit transfer blocking. These taxes can sometimes be raised suddenly to punitive levels, creating a stealth barrier to liquidity exit. An active mint authority that has not been renounced introduces inflation risk. This means the owner can create new tokens at will, diluting existing holders, which can indirectly exacerbate liquidity concerns as the token’s value erodes. The presence of a blacklist function or a pause mechanism callable by the owner compounds these risks by enabling forced halts on transfers or selective restrictions on particular wallets. However, the existence of multisignature controls, timelocks on sensitive functions, or transparent governance processes can temper these concerns. These mechanisms limit unilateral owner actions, introducing checks and balances that can reduce the likelihood of sudden or arbitrary liquidity restrictions.

When the whitelist-restricted transfer pattern is coupled with other contract features, the range of potential risk outcomes broadens substantially. If the token’s contract is upgradeable via a proxy and the owner has control over the upgrade process without timelocks or multisig safeguards, the owner could replace the contract’s logic to introduce new restrictions or remove whitelist exemptions abruptly. This possibility magnifies exit risk and uncertainty for token holders. Similarly, if the contract includes an active freeze authority, the owner can selectively immobilize individual wallets, further constraining liquidity beyond the whitelist itself. On the other hand, if the contract is immutable and critical permissions—such as minting, pausing, or freezing—have been renounced, the whitelist becomes a fixed feature rather than a dynamic control point. In such cases, the token behaves more like a compliant asset with pre-defined transfer controls rather than a soft honeypot or trap. The interplay between these factors—upgradeability, owner permissions, whitelist governance, and additional control functions—ultimately determines whether the token’s transfer restrictions pose a manageable compliance feature or represent a significant exit risk.

It is also instructive to consider holder concentration and liquidity pool characteristics in evaluating tokens with whitelist-based transfer restrictions. Thin liquidity pools relative to market capitalization, or pools with shallow depth under a certain threshold, can amplify the impact of any sell restrictions by limiting market capacity to absorb sales. High holder concentration in a few wallets controlled by the owner or related parties can further heighten risk, as these holders may have disproportionate influence over liquidity flows and governance decisions. While these factors alone do not prove malicious intent, their presence alongside whitelist sell restrictions can sometimes signal structural vulnerabilities that increase investor exposure to locked funds or manipulation.

In sum, tokens implementing require()-based whitelist restrictions on sells create a nuanced structural risk pattern. While the mechanism can sometimes be used defensively to comply with legal frameworks, in other cases it can serve as a tool to lock in liquidity and restrict exits selectively. Analytical depth requires not only inspecting the raw contract logic but also understanding the governance model, the mutability of permissions, and the broader tokenomics environment. Only by integrating these dimensions can one assess whether such a token behaves more like a compliant asset or a sophisticated liquidity trap.

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.
🔒
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 →