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,953 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 within their transfer function to restrict transfers exclusively to whitelisted addresses establish a structural mechanism that can fundamentally alter liquidity dynamics. This pattern permits purchases from open markets but blocks sales or transfers from any wallets not explicitly approved in the whitelist. Mechanically, it operates by intercepting sell attempts and reverting the transaction if the sender’s address is not on the authorized list, effectively trapping tokens within buyer wallets. This restriction is embedded in the contract logic itself and thus is not necessarily visible through superficial market data or price action analysis. The price chart may show normal buy activity and even occasional sales by whitelisted addresses, masking the presence of this structural lock. Detecting such a pattern requires direct inspection of the contract code or transaction behavior, as it is a form of honeypot where exit liquidity is artificially constrained not by market forces but by on-chain rules.

This structural condition becomes particularly risk-relevant when the whitelist is mutable and controlled by the contract owner after launch. In these scenarios, the contract owner holds the power to selectively permit or deny sell access at their discretion. Buyers who find themselves outside the whitelist will face illiquidity, unable to exit their positions without owner approval or intervention. This can lead to forced holding, where tokens are effectively locked, or to potential loss of value if holders are unable to realize gains or cut losses. The risk arises because the exit barrier is not transparent or fixed but contingent on the owner’s ongoing decisions, introducing an element of centralized control that runs counter to typical decentralized market expectations. Conversely, if the whitelist is fixed at deployment and made transparent, the risk of arbitrary sell blocking is reduced. In such cases, the whitelist may serve legitimate operational or regulatory purposes—such as staged token releases, compliance with jurisdictional restrictions, or phased liquidity unlocking. The critical factor is the mutability of the whitelist and whether the owner can dynamically restrict exits, as this sustains the potential for exit blockage.

Additional contract features can compound or mitigate this risk. Owner-controlled adjustable sell taxes, for instance, can be raised suddenly to disincentivize selling without outright blocking it. While not a direct lock, high sell taxes can functionally trap holders by making sell transactions economically unviable, especially if the tax rate approaches or exceeds the potential gains from selling. Furthermore, contracts retaining active mint or freeze authorities introduce further layers of risk. Active mint authority allows the owner to inflate the token supply, potentially diluting value, while freeze authority enables the owner to halt transfers globally or for specific addresses, creating temporary or indefinite transfer freezes. These mechanisms, in combination with whitelist-based exit restrictions, can significantly elevate the risk profile. On the other hand, evidence of renounced mint authority, immutable whitelists, or robust governance structures such as multisignature wallets and timelock contracts on owner privileges can reduce concerns by limiting unilateral powers. The presence of a pause function without proper safeguards is an additional consideration; while pause functions are common for emergency security, if misused or left unchecked, they can halt all transfers and disrupt liquidity unexpectedly.

When whitelist restriction patterns combine with other common contract conditions, the risk escalates further. Upgradeable proxy contracts lacking timelocks or multisig protections are particularly concerning because they enable the owner to alter contract logic at will. This means the owner could introduce new restrictions or remove existing safeguards without community oversight, amplifying the unpredictability of exit liquidity. Similarly, pairing whitelist-only exits with blacklist functions or pause capabilities creates multiple layers of forced exit control, potentially trapping holders indefinitely or until the owner chooses to restore transfer permissions. These compounded controls create a sophisticated exit barrier that can be difficult to detect or anticipate solely from market behavior or token metrics. However, when these features coexist with transparent governance models, limited owner control, and clear operational justifications—such as documented regulatory compliance or phased launch plans—their negative impact on liquidity and token safety can be mitigated. This highlights a broad spectrum of outcomes that depend heavily on the specific structural context and governance transparency.

It is important to emphasize that the presence of a whitelist restriction pattern alone does not confirm malicious intent or guaranteed user harm. Some projects implement these controls for legitimate reasons, including regulatory compliance, anti-money laundering measures, or staged token release schedules designed to ensure orderly market development. Nonetheless, from an analytical perspective, these mechanisms introduce centralized control points that can be exploited, whether intentionally or inadvertently, to limit token exit liquidity. Investors and analysts should therefore consider these patterns as signals of potential structural risk rather than definitive proof of fraud or exit scams. The key analytical insight lies in understanding the contract’s governance model, the mutability of whitelist parameters, and the presence of complementary mechanisms that either exacerbate or mitigate exit risk. By combining these factors, one can form a nuanced risk assessment that goes beyond superficial market data to reveal the deeper structural safety—or risk—profile of a token.

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 →