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 2,564 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 69,711 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 central structural feature relevant to machine learning rug detection in token contracts is the imposition of transfer restrictions through require() statements that selectively revert sell transactions originating from non-whitelisted addresses. This pattern functions mechanically by allowing buy transactions to proceed unimpeded while causing sell attempts from unauthorized wallets to fail, consuming gas fees without transferring tokens. At the core of this mechanism is the contract’s transfer() function, which typically checks an internal whitelist or allowlist mapping to determine whether the sender is authorized to transfer tokens. If the sender’s address is not on this list, the function reverts the transaction, effectively trapping tokens within the wallet. Because this logic is explicitly encoded in the contract, it can be detected through static analysis without the need to simulate or execute trades, making it a focal point for automated machine learning models aiming to flag potential exit barriers. The resulting honeypot-like behavior emerges because token inflows are permitted, giving buyers a false sense of liquidity and exit opportunity, while outflows are selectively blocked, which can deceive participants unaware of such constraints.

The risk implications of this whitelist-enforced transfer restriction pattern depend heavily on the mutability and administrative scope of the whitelist itself. In cases where the whitelist is owner-modifiable after deployment, the contract retains a latent ability to arbitrarily revoke or grant sell permissions, which closely aligns with patterns commonly associated with rug pulls or exit scams. This mutable whitelist creates a structural capability that can be weaponized at the owner’s discretion, allowing them to trap holders’ funds by suddenly imposing transfer restrictions post-launch. Conversely, if the whitelist is immutable, frozen at deployment, or governed by decentralized mechanisms that prevent unilateral changes, the pattern’s risk profile can be significantly mitigated. Immutable whitelists may exist for legitimate reasons, such as regulatory compliance requirements, phased token release schedules, or controlled liquidity management, none of which necessarily imply malicious intent. Similarly, if the whitelist restrictions apply only temporarily—for instance, during an initial launch phase—or affect a narrowly defined group of addresses disclosed transparently, the pattern can serve benign operational or compliance functions. Therefore, the mere presence of whitelist-based transfer restrictions alone does not confirm exploitative intent but rather establishes a structural capability that might be abused under certain governance conditions.

A more nuanced risk assessment emerges when considering additional contract features that frequently co-occur with whitelist-based transfer restrictions. For example, contracts that include owner-controlled adjustable sell tax parameters can amplify risk substantially. The ability to impose punitive fees on sales post-launch, especially when combined with whitelist restrictions that block or disincentivize sales, often indicates a soft honeypot approach designed to extract value from sellers or trap liquidity. Such tax parameters can sometimes be adjusted dynamically, allowing owners to escalate exit costs arbitrarily. Conversely, if the contract’s governance incorporates transparent controls—such as multisig ownership, timelocked upgrades, or mechanisms that publicly revoke freeze or whitelist manipulation authorities—the risk of arbitrary or malicious whitelist changes diminishes. On-chain behavioral patterns also provide critical context. If sell transactions from whitelisted addresses consistently succeed and whitelist changes are publicly logged on-chain or through transparent governance forums, the risk associated with the pattern softens, as it suggests predictable and accountable management rather than covert entrapment. In the absence of owner privileges to modify the whitelist or adjust tax parameters, the potential for exit-block scenarios is meaningfully reduced, although not eliminated.

When this whitelist-enforced transfer restriction pattern is combined with other common contract conditions, it can produce a wide spectrum of outcomes, ranging from benign operational control to active exit mechanisms. For instance, if whitelist restrictions coexist with proxy upgradeability that lacks timelocks or multisig controls, the owner could replace or modify contract logic at will, introducing or tightening transfer restrictions dynamically. This adds a layer of risk by enabling the owner to circumvent initial controls and create exit barriers retroactively. Similarly, coupling whitelist restrictions with active mint authority or freeze functions can compound exit risk by allowing supply inflation or selective wallet freezing, effectively trapping or diluting holders. On the other hand, if whitelist restrictions coexist with robust pause mechanisms used transparently—such as during security incidents or contract upgrades—the pattern can function as a protective measure rather than an exploitative trap. The real-world implications of this pattern depend heavily on the interplay among owner privileges, governance transparency, and on-chain controls surrounding the whitelist mechanism.

From a machine learning perspective, detecting this pattern involves identifying code paths where transfer functions revert based on whitelist status, owner-settable whitelist mutability, and the presence of ancillary features like adjustable sell taxes or minting privileges. However, it is important to acknowledge that the pattern itself does not by itself confirm malicious intent or guarantee an exit scam. Instead, it represents a structural risk factor that should be interpreted in conjunction with owner governance models, transaction histories, and on-chain activity signals. Models trained to detect rug pulls can use whitelist-based transfer restrictions as a significant input but must consider the broader context to avoid false positives, especially given that some projects implement these mechanisms for legitimate operational or regulatory reasons. Thus, while whitelist-enforced transfer restrictions are a potent indicator within machine learning rug detection frameworks, they are best understood as one component within a multifaceted risk landscape.

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 →