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

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 3,476 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 46,273 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 flagged by automated tools such as a "GitHub rug checker" often hinge on detecting structural code patterns that grant token owners disproportionate control over exit mechanics, specifically mechanisms that restrict or outright prevent token holders from selling. These restrictions are typically implemented through conditional logic embedded within the contract’s transfer or approval functions. More precisely, require() statements or similar conditional checks enforce whitelist-only sell restrictions or blacklist functions. This means that while buying tokens may proceed without obstruction, attempts to sell can revert silently or throw exceptions, effectively trapping holders’ assets within the contract. Since these patterns manifest as explicit permission mappings or boolean flags in the code, they can often be identified through static analysis without needing to simulate or execute trade transactions.

This pattern is particularly risk-relevant when the whitelist or blacklist is mutable and controlled by a centralized owner or administrator post-launch. In such cases, the controlling party can dynamically adjust which addresses are permitted to sell, potentially locking out specific holders at will. This dynamic control is especially concerning when exercised after liquidity has been established and investors have entered positions, since it can be used to selectively prevent exits, leaving holders exposed to forced illiquidity. However, it is important to note that the presence of whitelist or blacklist mechanics alone does not confirm malicious intent. Certain projects implement these controls for legitimate operational reasons such as regulatory compliance, phased token distributions, or to mitigate bot activity during launch. The critical factor is whether the owner’s ability to modify these lists is governed transparently and with accountability, or if it remains a centralized and opaque power that can be wielded arbitrarily.

Further complicating this risk landscape are ancillary contract features that often coexist with whitelist or blacklist sell restrictions. For instance, contracts may grant the owner authority to adjust sell tax parameters dynamically. This feature can function as a softer form of a honeypot: rather than outright preventing a sale, the contract imposes prohibitively high fees on selling, which can disincentivize or economically trap sellers without triggering transactional reverts. Similarly, active minting authority concentrated in the owner’s hands introduces inflationary risk. If the contract allows unfettered minting of new tokens post-launch without clear operational justification or governance constraints, this can dilute existing holders and undermine token value. On the other hand, evidence that ownership has been renounced, or that whitelist/blacklist states are immutable, or that sensitive functions are secured behind multisignature wallets or time locks, tends to mitigate these concerns by reducing the likelihood of exploitative owner intervention.

Liquidity context plays a pivotal role in amplifying or attenuating the risks posed by these structural permission patterns. Tokens paired with thin liquidity pools—those with depths significantly below median market caps or 24-hour trading volumes—are particularly vulnerable. In shallow pools, even modest sell orders can cause outsized price slippage, magnifying the economic consequences of failed or restricted exits. When combined with dynamic sell restrictions, this can create a fragile market environment. The token price may appear stable or even rising until a holder attempts to sell and encounters reverts or excessive taxes, triggering panic or forced holding. These failed transactions cascade as holders become trapped, potentially precipitating volatile price swings and undermining market confidence. This interplay highlights the necessity of evaluating contract-level permission structures in conjunction with liquidity metrics to gain a nuanced understanding of actual risk exposure rather than relying on code patterns alone.

Importantly, the detection of these patterns through automated tools, including GitHub-based rug checkers, should be treated as an initial risk indicator rather than a definitive proof of malicious intent or fraudulent design. The presence of whitelist or blacklist sell restrictions, adjustable sell taxes, or minting privileges can sometimes be part of legitimate project frameworks or governance models. Without context regarding how these powers are exercised, governed, or constrained, one cannot conclusively label a contract as exploitable or malicious. For instance, some projects implement phased unlock schedules to protect early investors or comply with legal mandates, resulting in similar code constructs. Thus, while the detection of these patterns signals the need for deeper scrutiny, it does not alone confirm intent to defraud or trap investors.

From an analytical perspective, integrating code-level permission analysis with on-chain liquidity data and ownership metadata offers a more comprehensive risk profile. Tokens with mutable sell restrictions, active mint authority, and owner-controlled tax parameters paired with low liquidity pools and high holder concentration represent a constellation of risk factors that, in combination, can sometimes portend exit impediments or value dilution. Conversely, tokens with immutable or renounced ownership, robust liquidity depths relative to market cap, and decentralized governance structures exhibit a more resilient posture against the risks these code patterns imply. This complexity underscores the importance of adopting a multi-dimensional analytical approach rather than relying solely on isolated indicators derived from code scanning tools.

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 →