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,848 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 exhibiting a honeypot pattern reveal a nuanced structural risk that often eludes detection through superficial trading activity analysis. At its core, this pattern involves a require() check embedded within the token’s transfer function, designed to restrict selling privileges exclusively to a whitelist of approved addresses. This implies that while non-whitelisted wallets can freely execute buy transactions, any attempt by these wallets to sell tokens triggers a transaction revert, consuming gas fees without effectuating an actual token transfer. Such a mechanism establishes a fundamental asymmetry in transaction flow: purchases proceed unhindered, but exits are either blocked outright or subject to selective approval. This can ensnare holders who, observing seemingly normal price action and trading volumes, may remain unaware that their tokens are effectively illiquid due to contract-level restrictions.

From an analytical standpoint, the honeypot pattern challenges conventional risk assessments that rely heavily on market data such as price charts, volume, and trading frequency. Because buy transactions clear and the token’s market price may exhibit typical volatility, the restrictive selling logic remains obscured unless the contract code itself is scrutinized. This underscores a critical limitation of on-chain analysis that focuses solely on observable market behaviors without delving into contract bytecode or source-level verification. Detecting honeypot mechanics necessitates direct inspection of transfer function conditions, especially those that impose selling constraints tied to dynamic whitelist controls.

The risk profile of a honeypot pattern hinges significantly on the mutability of the whitelist. If the whitelist is owner-modifiable after token deployment, the token’s creators or administrators retain the unilateral ability to grant or revoke selling rights at will. This dynamic control elevates the risk substantially, as it enables a soft honeypot configuration where exits can be selectively blocked in response to market conditions or holder identity. In these scenarios, the owner could permit purchases to continue, potentially inflating demand or price, while simultaneously freezing selling activity to trap funds. Conversely, if the whitelist is immutable or controlled through decentralized governance, or if ownership of whitelist management has been renounced, the honeypot mechanism may serve benign or compliance-focused functions. For instance, projects operating under regulatory frameworks may restrict sales to verified participants to satisfy Know Your Customer (KYC) or jurisdictional requirements. Thus, the mere presence of a whitelist does not ipso facto indicate malicious intent; it is the ongoing modifiability and lack of transparent governance that amplify concerns.

Additional contract-level features often interact with honeypot mechanics to compound risk. Adjustable sell tax parameters controlled by the owner can operate as economic barriers to exit. By arbitrarily increasing sell taxes post-launch, the owner can impose punitive costs on sellers, discouraging liquidation without explicitly blocking transfers. This functions as a stealth exit barrier, where the economic disincentive is embedded in contract logic rather than overt restrictions. Similarly, pause functions that halt all token transfers can freeze liquidity temporarily. While pause features may be justified during contract upgrades or emergency responses, their misuse enables forced exit blocks and market manipulation. The presence of active mint authorities further exacerbates structural risk by allowing arbitrary inflation of token supply, diluting holders’ value. Likewise, freeze authorities permit selective transfer halts, which can paralyze segments of the token holder base. In contrast, tokens with multisignature (multisig) or timelock protections on these sensitive functions provide a layer of checks and balances, limiting the potential for unilateral, arbitrary control and mitigating systemic risk.

The interaction of honeypot patterns with other contract controls such as blacklist functions, upgradeable proxy architectures lacking timelocks, and owner-managed tax or freeze parameters widens the spectrum of possible outcomes. In the most adverse cases, this confluence of controls can transform a seemingly standard token into a highly manipulative instrument capable of trapping holders, inflating supply unexpectedly, or freezing transfers indefinitely. Such configurations can precipitate irreversible liquidity loss or devaluation, particularly if combined with limited transparency and poor governance. Conversely, when these mechanisms are governed by clear, time-locked protocols or decentralized structures, the overall risk diminishes markedly. Robust governance frameworks and immutable contract states act as counterweights to the inherent dangers of centralized control, recalibrating the risk profile toward safer operational norms.

It is important to emphasize that the identification of a honeypot pattern or related control features does not by itself confirm malicious intent or fraudulent design. Some projects may implement similar mechanisms for legitimate purposes, including regulatory compliance, staged liquidity release, or controlled token distributions. The key analytical challenge lies in assessing the context and governance around these structural elements—whether owner privileges are exercised transparently and predictably, and whether appropriate safeguards exist to prevent abuse. Without such context, the mere presence of these patterns signals a higher risk tier but stops short of definitive judgment on project integrity.

In sum, understanding how risky a token is, especially one exhibiting honeypot-like contract features, requires an integrated examination of code logic, control architecture, and governance protocols. Market data alone—such as liquidity pool depth, market capitalization, and trading volume—cannot fully capture these complex risk vectors. Instead, analysts must engage in detailed contract audits and consider the interplay of multiple control points, weighing mutability, owner privileges, and protective mechanisms. Only through this comprehensive approach can the nuanced dynamics of token risk, including the often-hidden dangers of honeypot mechanics, be adequately appreciated.

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 →