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,329 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 honeypot patterns often rely on specific coding structures within their smart contracts, particularly involving the transfer function. A common technical implementation involves a require() statement that restricts token transfers based on a whitelist mechanism. In practice, this means that while buy transactions from addresses included in the whitelist can successfully clear, sell transactions from non-whitelisted addresses will revert. Importantly, these failed sell attempts consume gas and do not complete, effectively trapping holders who are unable to exit their positions through conventional trading channels. This asymmetry between buy and sell capabilities creates a deceptive trading environment that can sometimes appear perfectly normal on price charts, as buy-side liquidity still flows and token prices may exhibit typical volatility. However, the underlying transfer restrictions remain invisible without direct inspection of the contract code, since trading history alone rarely reveals these transfer constraints.

The risk relevance of this honeypot pattern becomes more pronounced when the whitelist is controlled by the token owner or a centralized authority and can be modified after the token launch. This dynamic control enables the owner to selectively block sell transactions by removing or excluding specific addresses from the whitelist. In such scenarios, the owner holds the power to arbitrarily lock out investor funds, effectively preventing token holders from liquidating their positions when desired. This creates a serious exit risk, as liquidity appears superficially intact but is functionally impaired. However, it is critical to acknowledge that the presence of a whitelist alone does not necessarily confirm malicious intent or a honeypot. In some cases, whitelists serve legitimate purposes such as regulatory compliance, phased token releases during vesting schedules, or governance-driven access controls. These legitimate use cases often involve a fixed whitelist or one that is governed by transparent, community-approved mechanisms, which reduces the likelihood of abuse.

Additional contract features can meaningfully influence the risk profile surrounding this honeypot pattern. For example, tokens that include an adjustable sell tax parameter under owner control introduce a layer of economic disincentive rather than an outright transfer block. Post-launch, the owner could raise the sell tax significantly, making selling prohibitively expensive without technically forbidding it. This creates a “soft” honeypot effect that, while less overt than a transfer revert, still impairs liquidity and exit opportunities. Similarly, the presence of active minting privileges or freeze authorities on the token contract increases risk by enabling the owner to inflate supply arbitrarily or freeze transfers altogether. Minting authority can dilute existing holders and destabilize token economics, while freeze functions can temporarily or indefinitely prevent sales. Conversely, risk diminishes when owner privileges are constrained by timelocks or multisignature governance setups, particularly regarding whitelist modifications, minting, or freezing. These controls introduce friction and transparency, making sudden, unilateral exit barriers less likely.

When the honeypot pattern intersects with proxy upgradeability features lacking timelocks or robust governance, exit risk escalates further. Proxy contracts allow the logic of the token contract to be replaced or upgraded after deployment, which can be exploited to introduce new transfer restrictions, honeypot mechanics, or malicious code in a single transaction. Without timelocks or multisig controls, these upgrades can be executed instantly and without community oversight, potentially transforming a previously benign token into a highly restrictive or dangerous asset overnight. Pause functions add yet another dimension of risk. These functions enable the owner to suspend all token transfers temporarily, creating a hard barrier to liquidity during critical moments such as market downturns or coordinated sell-offs. The cumulative effect of these layered mechanisms—whitelist restrictions, adjustable sell taxes, mint and freeze authorities, proxy upgrades, and pause functions—can create a complex web of exit barriers that severely impair holders’ ability to liquidate, often without clear signals visible in market data or price action.

It is also worth noting that the market context surrounding such tokens can influence how these risks manifest in practice. Tokens with thin liquidity pools relative to market capitalization or low total pool depth, especially under threshold levels like $50,000, may exacerbate the impact of these contract-level restrictions. In such low-liquidity environments, even modest transfer limitations or tax hikes can significantly impair market functioning and price stability. Conversely, tokens operating on top-tier chains with active decentralized exchanges and substantial trading volume may see these patterns mitigated by higher market scrutiny and more robust decentralized governance mechanisms. However, the presence of these technical risk factors should always be viewed through the lens of the broader ecosystem and tokenomics, recognizing that structural contract risks alone do not definitively indicate malicious intent but rather highlight potential vulnerabilities that can be exploited if not properly managed.

In sum, while honeypot patterns and related contract permissions represent a critical structural risk class in token contracts, their presence alone does not confirm fraudulent behavior or guarantee investor losses. Instead, these patterns serve as important indicators that, when combined with other features such as owner-controlled whitelist adjustments, minting, freezing, upgradeability, and economic disincentives, can significantly elevate the difficulty of exiting a position. The interplay between these factors and market conditions ultimately shapes the practical risk exposure for token holders. Therefore, understanding the technical underpinnings and governance structures behind these mechanisms is essential for assessing the true liquidity and exit risk profile of tokens exhibiting such patterns.

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 →