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.8 / 5 from 2,173 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

Contracts that impose a require() statement within their transfer function that restricts token transfers solely to whitelisted addresses represent a structural pattern frequently characterized as a honeypot. This mechanism creates an asymmetric transfer dynamic: while purchase transactions originating from non-whitelisted wallets may complete successfully, attempts to sell or transfer tokens by those same addresses can revert due to failing the whitelist check embedded in the transfer logic. The consequence is a scenario in which buyers can accumulate tokens but are functionally prevented from liquidating them. This effectively traps investors’ capital within the token, transforming what might appear as a liquid market into a closed system. The subtleties of this pattern mean that conventional indicators such as price charts or volume data may not sufficiently expose this risk. On-chain liquidity pools may show active trading activity given that buys proceed without obstruction, but the inability to execute sell transactions remains hidden beneath this surface. The fundamental challenge in detecting such honeypot mechanics lies in the necessity for a direct audit of the contract’s transfer function code rather than relying solely on observable market behavior or historical trade data.

The risk profile of this honeypot pattern hinges critically on the nature of the whitelist’s mutability and the owner’s administrative powers. If the whitelist is owner-modifiable after deployment, the contract creator retains the capacity to selectively revoke transfer permissions by removing addresses from the allowed list or by excluding certain wallets altogether. This capability engenders a ‘soft honeypot’ environment in which the deployer can strategically entrap investors by obstructing token transfers from targeted holders at will. Such discretionary control magnifies risk because it introduces an element of centralized gatekeeping that can be exercised arbitrarily or opportunistically. In contrast, if the whitelist is immutable post-launch or exists for legitimate compliance reasons—such as restricting transfers exclusively to wallets that have passed regulatory Know Your Customer (KYC) checks—then the pattern may be less concerning. The critical distinction is that the owner’s ability to modify the whitelist confers an ongoing exit barrier, whereas a fixed whitelist serves a transparent and arguably benign function. Thus, the presence of an owner-modifiable whitelist remains a pivotal risk factor when assessing token safety.

Further compounding the assessment, additional contract features often interact synergistically with whitelist restrictions to alter the economic viability of exit strategies. Owner-controlled adjustable sell tax parameters can impose a financial deterrent to selling by inflating the cost of exit transactions. When the owner holds the authority to arbitrarily increase sell taxes at any time, this can function as a parallel or alternative mechanism to whitelist-based transfer restrictions. For instance, even in the absence of a transfer-blocking whitelist, exorbitant sell taxes can render liquidation impractical, thereby creating a de facto trap. Similarly, contracts retaining an active mint authority that has not been renounced introduce inflationary risk. The ability to mint new tokens post-launch can dilute existing holders, eroding value and undermining confidence. This inflation risk amplifies concerns when paired with whitelist controls, as trapped holders may face not only exit barriers but also diminishing token worth. Conversely, the imposition of governance constraints such as timelocks or multisignature requirements on sensitive owner functions can materially reduce these risks by limiting unilateral intervention. Transparent communication regarding the whitelist’s purpose and immutability likewise provides valuable context that can mitigate uncertainty.

The complexity of risk escalates when whitelist mechanics coexist with other owner privileges, such as pause functions or blacklist mappings. Contracts that permit the owner to pause all token transfers introduce a blunt instrument capable of halting all activity, extending beyond mere sell restrictions to a total freeze of asset mobility. Blacklist features can selectively disable transfers from specific addresses, compounding the potential for targeted lockouts. In some cases, such control is implemented through upgradeable proxy patterns without accompanying timelocks, allowing sudden and opaque changes to contract logic and permissions. This unpredictability intensifies risk because it undermines the stability and reliability of the token’s operational rules. Investors caught in such scenarios confront not only transaction reverts but also the existential threat of complete asset immobilization. This layered combination of whitelist restrictions, pause capabilities, blacklisting, and upgradeability magnifies the importance of thorough contract scrutiny in evaluating token risk profiles.

It is important to acknowledge that the presence of these structural patterns alone does not conclusively demonstrate malicious intent or fraudulent design. Some projects employ whitelist mechanics for legitimate business or regulatory reasons, and owner privileges may be instituted to ensure compliance or enable governance flexibility. However, these patterns inherently expand the attack surface for potential abuse or mismanagement. The key analytical challenge lies in contextualizing how these contract features interact with each other and with the broader tokenomics to shape investor risk. A whitelist that restricts transfers but is immutable and transparently communicated is materially different from one that can be arbitrarily modified to trap investors. Similarly, the existence of adjustable sell taxes or minting authority is not inherently nefarious but must be evaluated within the scope of owner access controls and governance safeguards. Thus, a nuanced approach that integrates contract code analysis with an understanding of owner power dynamics and governance frameworks is essential for assessing whether these structural patterns constitute latent risks or active threats within a token ecosystem.

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 →