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,969 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 66,374 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 require() check within their transfer() function that restricts transfers to whitelisted addresses create a structural pattern often associated with exit restrictions. Mechanically, this pattern allows buy transactions to succeed because the buyer’s address can be added to the whitelist, but sell transactions from non-whitelisted addresses revert, consuming gas without transferring tokens. This creates a scenario where the price chart may appear normal while one direction of trading—typically selling—is effectively blocked. The presence of such a whitelist-enforced transfer restriction is a key structural condition that can trap liquidity and prevent holders from exiting freely.

This pattern becomes risk-relevant primarily when the whitelist is owner-modifiable post-launch, enabling the contract owner to selectively block or permit sells at will. In such cases, the owner retains the ability to remove addresses from the whitelist, effectively locking out sellers and creating a soft honeypot. Conversely, if the whitelist is immutable or if the contract’s logic explicitly exempts all holders from transfer restrictions after a certain event, the pattern may be benign. Additionally, some projects use whitelists for regulatory compliance or phased launches, which can justify temporary restrictions without malicious intent. The key factor is whether the whitelist can be changed arbitrarily after users have acquired tokens.

Observing additional contract features can meaningfully shift the risk assessment. For example, the presence of an adjustable sell tax controlled by the owner can compound exit risk if the tax can be raised suddenly, discouraging or blocking sells economically. Similarly, active mint or freeze authorities on the token contract can increase systemic risk by enabling supply inflation or selective transfer freezes. Conversely, if the contract includes timelocks, multisig requirements for owner actions, or transparent governance mechanisms, these can mitigate concerns by limiting unilateral control. On-chain history showing no use of blacklist or pause functions also informs the practical risk but does not eliminate structural capability.

When this whitelist exit pattern combines with other common conditions like upgradeable proxies lacking timelocks or owner-controlled pause functions, the range of outcomes broadens toward more severe exit restrictions. In such compound scenarios, a single transaction could upgrade logic to introduce new restrictions or pause all transfers, intensifying liquidity lockup risk. Conversely, if paired with strong decentralization measures or community governance, the pattern’s risk is reduced. Realistically, this pattern can lead to scenarios ranging from temporary sell delays to permanent exit blocks, depending on owner intent and governance constraints. The structural capability alone does not confirm risk but defines a potential attack surface that demands careful scrutiny.

Liquidity pool (LP) lock status is another dimension that interacts with exit risk patterns. Pools with shallow depth relative to the token’s market cap, such as under $50K in liquidity for multi-million-dollar market caps, can be vulnerable to manipulation or sudden liquidity withdrawals. LP locks—where liquidity provider tokens are time-locked or held in escrow—can sometimes provide temporary assurance against rug pulls but do not guarantee immunity. If the lock period expires or the lock is ineffective, the risk of liquidity removal resurfaces. The age of the LP pair also matters; newer pairs tend to have less established liquidity and can be more susceptible to exit risks, especially if paired with whitelist transfer restrictions.

Holder concentration compounds these concerns. When a large percentage of tokens are held by a small number of addresses—above 40% is a common threshold—exit risk amplifies. Concentrated holders with transfer restrictions or whitelist control can selectively permit transactions, creating scenarios where ordinary holders face blocked or taxed exits while privileged holders move freely. This asymmetry can distort market dynamics and trap retail investors. Conversely, more distributed holder bases with transparent governance can reduce systemic risk by diluting control and increasing oversight.

Honeypot mechanics, which combine transfer restrictions with owner-controlled whitelist and tax adjustments, represent a particularly insidious structural pattern. In cases that match this pattern, buyers can acquire tokens and see ostensibly normal trading activity, but attempts to sell are thwarted either by failed transactions or prohibitive fees. These mechanics can sometimes be explicit in the code or emerge through subtle owner-controlled parameters that change post-launch. While the presence of such mechanics alone does not prove malicious intent, the combination of owner privileges and transfer restrictions creates a potent tool for liquidity traps.

Rug-pull patterns often intersect with these structural risks. Projects with upgradeable contracts lacking robust timelocks, concentrated holder distributions, and unlocked liquidity pools create an environment where developers can exit with substantial funds abruptly. The presence of owner-controlled freeze or pause functions can exacerbate this risk by halting transfers completely, preventing token holders from reacting once a liquidity drain begins. Though these patterns alone do not confirm malicious action, they represent significant vulnerabilities that require careful monitoring.

In sum, the evaluation of whether a platform or token is safe involves more than surface-level inspection. The interplay of contract permissions such as whitelist controls, adjustable taxes, mint or freeze authorities, liquidity pool dynamics, holder concentration, and upgradeable proxies collectively defines the structural risk landscape. Each pattern can sometimes indicate potential exit restrictions or liquidity traps, but none alone confirms intent or outcome. Understanding these nuances allows for a more informed assessment of token safety within decentralized 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 →