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,517 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 52,253 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

Whitelist token checkers serve a critical role in detecting whether a token contract employs a whitelist mechanism that limits transfers or sales to a predetermined set of approved addresses. This structural feature typically reveals itself through require() statements embedded within the core transfer functions, such as transfer or transferFrom, which fail transactions when the sender or recipient is not included in an authorized list. Such logic can enable a token to facilitate unrestricted buying activity from any address while simultaneously preventing sellers who lack whitelist approval from liquidating their holdings. This creates a fundamentally asymmetric liquidity pattern, where tokens can flow into holders but cannot easily flow out. Notably, identifying this pattern does not require dynamic interaction with the contract; instead, static analysis of the contract’s source code or bytecode can uncover the presence of mappings or arrays governing permissions and the conditional checks enforcing whitelist compliance.

The mere existence of a whitelist restriction should not be interpreted as inherently malicious or suspicious. In many instances, whitelist mechanisms have perfectly valid use cases, such as complying with jurisdictional regulations, implementing anti-money laundering policies, or executing controlled phased rollouts of a token to manage distribution waves or mitigate bot activity. In such scenarios, whitelist lists are often fixed, publicly auditable, or managed through decentralized governance processes, which significantly tempers risk. The critical factor that heightens concern is the mutability and opacity of whitelist controls after launch, especially when the contract owner retains unilateral authority to modify the whitelist arbitrarily without transparent governance or effective oversight. In such cases, the owner can selectively freeze certain addresses by removing them from the whitelist, thereby preventing them from selling tokens, which effectively converts the token into a honeypot. This “trap” liquidity pattern can replay at scale across holders, creating exit barriers that are difficult for investors to detect before incurring losses.

Additional contract features can compound the risk originating from whitelist mechanisms, turning them into components of more complex exploitative architectures. For instance, if an owner-controlled adjustable sell tax exists alongside whitelist checks, the owner can arbitrarily raise the tax on sales for non-whitelisted addresses, generating economic disincentives to exit while still appearing functional on the surface. Similarly, if the contract maintains an active mint authority, the owner can inflate the token supply at will, diluting holders who are unable to sell due to whitelist restrictions. The presence of a freeze function is another compounding factor that can be used to lock specific wallets or halt transfers entirely, further curtailing liquidity. Blacklist functions used in conjunction with whitelisting introduce additional granularity in punitive controls, enabling the exclusion of addresses outside of the whitelist even if they meet other criteria, further narrowing the circle of permitted actors. Each of these features alone does not confirm malintent but together they signal an increased attack surface for controlling and potentially trapping investor funds.

Governance mechanisms and contract administration structures critically influence the risk profile of whitelist-enabled tokens. Contracts governed via timelocks or multisig wallets, where whitelist modifications require consensus or delay periods, reduce the potential for abrupt harmful changes by owners. Transparent frameworks where whitelist management operations are openly logged and verifiable by the community help ensure accountability and limit the probability of malicious manipulation. Conversely, contracts that grant single private keys or addresses unrestricted, immediate whitelist editing capabilities amplify exit risk because malicious operators can enact restrictive changes without warning. Proxy upgradeability can broaden the attack surface for whitelist-based restrictions as well. Upgradeable proxies lacking timelocks enable owners to push new logic that can override existing whitelist checks or introduce more severe constraints unexpectedly. This significantly expands the range of plausible outcomes, from benign maintenance to exploitative locking of liquidity.

Another dimension is the interaction between whitelist restrictions and pause mechanisms. Pause functions allow owners to halt all token transfers temporarily, which combined with whitelist-imposed selling restrictions, can effectively immobilize an entire market for a token. While pause features can be valid emergency controls to mitigate exploits or technical failures, they can also be weaponized by owners to trap investors under the guise of a “temporary” freeze. The coexistence of whitelist, pause, upgrade, and owner-tunable tax functions forms a complex permission matrix whose risk cannot be meaningfully assessed by any feature in isolation. Only a holistic evaluation that considers the mutability, transparency, and governance of these controls provides insight into the structural risks of a token.

In sum, whitelist token checkers detect an important class of contract-level limitations on liquidity, but the existence of whitelist logic alone does not confirm ill intent. The pattern signals potential scenarios where owners might control or restrict exit liquidity asymmetrically. However, the actual risk is heavily dependent on the surrounding ecosystem of permissions, governance frameworks, and on-chain observability. Tokens with immutable, transparent whitelist policies may reflect legitimate operational or regulatory needs, whereas those with owner-modifiable, opaque whitelist controls combined with adjustable taxes, minting, freezing, and upgrade options represent a structurally risky profile that investors should scrutinize carefully. Understanding this nuanced landscape requires an analytical approach that weighs multiple contract features and governance signals in combination, rather than relying on any single whitelist indicator.

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 →