Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
Swap on Verixia
[ on-chain  ·  solana + evm ]

Rug Pull Risk Check

Review the liquidity lock status, holder concentration, and contract permissions before committing to a position.

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.7 / 5 from 2,576 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 77,357 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

Contracts that implement a honeypot pattern often include a require() check within the transfer() function that restricts selling to whitelisted addresses only. Mechanically, this means buy transactions from non-whitelisted wallets can succeed, while sell attempts revert and consume gas, effectively blocking exits. This structural condition can be detected through direct code inspection without executing trades. The price chart may appear normal since buys clear and liquidity remains visible, masking the inability to sell. Such a pattern creates a one-way transfer flow that traps funds unless the seller is on the whitelist, which is often controlled by the contract owner or deployer.

This pattern becomes risk-relevant primarily when the whitelist is owner-modifiable after launch, enabling the owner to selectively block sells from certain addresses, including new buyers. This dynamic control can be exploited to trap investors, constituting a soft honeypot or rug pull mechanism. Conversely, the pattern can be benign if the whitelist is immutable post-deployment or if it exists for compliance or regulatory reasons, such as restricting transfers to approved jurisdictions. The key factor is whether the whitelist can be changed arbitrarily, as static allowlists do not permit exit blocking once the token is in circulation.

Additional signals that would shift the risk assessment include the presence of owner-controlled adjustable sell taxes, which can be raised suddenly to discourage or block sells without outright transfer reverts. The existence of a blacklist function callable by the owner, or an active freeze authority capable of pausing individual wallets, would also heighten concern by adding layers of exit control. On the other hand, transparent governance mechanisms, multisignature controls, or timelocks on owner permissions can mitigate risk by limiting unilateral changes to these parameters. Publicly stated operational reasons for retaining certain authorities, like mint or freeze, can also contextualize their presence as less suspicious.

When combined with other common conditions such as upgradeable proxy patterns without timelocks or pause functions that can halt all transfers, the honeypot pattern’s potential impact escalates. For instance, an owner able to upgrade contract logic instantly could introduce or remove whitelist restrictions at will, amplifying exit risk. Likewise, pause functions provide a blunt instrument to freeze all trading, which can be used in tandem with whitelist controls to trap liquidity. These compound permissions create a spectrum of outcomes ranging from temporary trading interruptions to permanent loss of exit options, underscoring the importance of evaluating the full permission set rather than isolated patterns.

A crucial dimension often overlooked is the liquidity pool’s lock status. Liquidity locked for a meaningful duration can sometimes reduce the risk of a classic rug pull, where the owner drains the pool. However, locked liquidity alone does not eliminate risk when honeypot mechanisms are present. Even with locked pools, if selling is restricted or effectively blocked to certain addresses, token holders remain trapped despite visible liquidity. Conversely, unlocked liquidity paired with honeypot mechanics dramatically increases vulnerability since the owner can both block sells and drain the pool at will.

Holder concentration metrics also contribute to risk detection but do not alone confirm malicious intent. For example, a token where a large share of supply is held by a few addresses can sometimes suggest potential for price manipulation or exit scams. Yet, in some cases, early project teams or legitimate institutions hold significant stakes for operational purposes. When a honeypot pattern aligns with high holder concentration, especially in addresses controlled by the deployer or known insiders, the risk profile intensifies as it facilitates coordinated blocking of exits and liquidity extraction.

Beyond these structural and permission-based factors, the presence of code that dynamically adjusts transfer fees or taxes based on transaction type or volume can sometimes signal hidden exit barriers. Sudden spikes in sell tax can discourage or economically punish selling, effectively acting as a soft barrier without the bluntness of transfer reverts. These mechanisms can sometimes be toggled by owner authority, which again can be weaponized to trap liquidity. However, dynamic fee adjustments can also serve legitimate purposes such as funding development, marketing, or liquidity incentives, underscoring the importance of assessing their governance and transparency.

In sum, detecting a rug pull or honeypot mechanism often requires a holistic analysis of contract permissions, liquidity conditions, and holder distribution. No single pattern confirms malicious intent by itself. Instead, risk emerges from the interplay of owner controls, liquidity accessibility, and transfer restrictions. Honeypot code that restricts sells through whitelists can sometimes be a deliberate trap, but its impact depends greatly on whether those whitelists are static or mutable, whether liquidity is locked, and whether additional exit controls are layered in. Analytical depth comes from evaluating these patterns collectively rather than in isolation, recognizing that each factor modulates the potential for investor entrapment or exit denial.

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 →