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

A token sniped check typically refers to a specific pattern within a token’s smart contract where the transfer function incorporates conditional logic designed to restrict or outright revert sell transactions for certain addresses. These addresses often fall outside an allowlist or are flagged by the contract’s internal criteria. Technically, this mechanism usually involves a require() statement or similar conditional check that blocks transfers unless the sender meets predetermined qualifications, such as inclusion on a whitelist or passing a timing or behavioral filter. The practical effect of this is that buying tokens proceeds normally, with no evident impediments, while attempts to sell or transfer tokens from non-approved addresses fail. This dynamic can lead to tokens effectively becoming trapped in buyers’ wallets, a situation colloquially referred to as a "honeypot." Importantly, this structural condition is embedded directly within the token’s core transfer logic, making it detectable through static contract analysis without needing to execute trades or observe suspicious on-chain behavior.

From an analytical standpoint, the token sniped check pattern raises risk concerns principally when the whitelist or exemption criteria are mutable—meaning the contract owner or other privileged roles can modify the list of approved addresses after launch. This post-deployment control creates a vector for dynamic exit restrictions, allowing the deployer to selectively block or permit sales at their discretion. In such cases, the contract becomes a soft honeypot, where sellers outside the whitelist continually experience failed transactions, losing gas fees without liquidity, while buyers do not face these restrictions when acquiring tokens. The result is a potentially exploitative environment that can cause significant financial harm to participants unaware of the embedded trap. Conversely, if the whitelist is fixed at deployment or rooted in transparent, legitimate compliance needs—such as regulatory constraints, phased token release schedules, or vesting mechanisms—the pattern can be benign. The critical factor here is the immutability or auditable transparency of the whitelist; immutable or publicly verifiable lists inherently reduce exit risk by removing discretionary owner control that could be abused.

Additional contract features often intersect with the token sniped check pattern to influence its risk profile. For instance, owner-controlled adjustable sell tax parameters can exacerbate exit difficulty if these taxes are raised to punitive levels after launch. Such mechanisms can compound the effect by not only restricting transfers but also imposing exorbitant fees that disincentivize or financially penalize selling. Detecting active mint or freeze authorities on the token contract further contextualizes risk, as these powers allow for supply inflation or complete transfer halts, respectively. The presence of such privileges in conjunction with a mutable whitelist suggests a layered control framework that could be used opportunistically. On the other hand, governance structures involving multisignature wallets or timelocked owner privileges can mitigate these concerns by restricting the ability of any single party to unilaterally toggle whitelist settings or tax parameters. A contract with no historical use of blacklist or pause functions reduces immediate suspicion but does not eliminate structural risk if those functions remain callable; latent authority can be exercised at any time, introducing unpredictability.

The interplay between the token sniped check pattern and proxy upgradeability adds another dimension of potential risk. Contracts deployed behind proxies without timelocks or multisig governance enable the owner to upgrade the logic at will. If combined with the sniped check pattern, this can lead to scenarios where owners introduce new restrictions, disable transfers entirely, or escalate taxes, effectively trapping holders indefinitely or intermittently blocking exit opportunities. These upgrades can be made without community consent or notification, creating an opaque risk environment. In less severe cases, intermittent toggling of whitelist status or sell taxes can inject uncertainty into the token’s liquidity profile, causing volatility in exit feasibility and potentially undermining market confidence. However, when paired with transparent governance frameworks, fixed whitelists, and renounced mint or freeze authorities, the presence of a token sniped check pattern may reflect operational compliance rather than malicious intent. Here, the pattern functions as a control mechanism consistent with regulatory or strategic objectives, such as staged unlocks or anti-bot measures.

Ultimately, the realistic impact of a token sniped check pattern depends heavily on the governance model embedded within the contract and the presence or absence of mitigating controls. Immutable whitelist criteria and transparent governance significantly reduce exit risk by constraining discretionary owner actions. By contrast, mutable whitelists combined with owner privileges for adjusting taxes, minting, freezing, or upgrading contract logic create a multi-layered exit risk landscape. Importantly, the detection of the sniped check pattern alone does not necessarily confirm malicious intent; it merely signals potential structural exit risks that warrant further scrutiny. The broader context of contract permissions, upgradeability, and governance mechanisms must be considered to assess the likelihood that such a pattern will lead to economically adverse outcomes for token holders.

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 →