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.8 / 5 from 3,475 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 75,695 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 incorporate a require() check within their transfer() function to enforce a whitelist of addresses introduce a structural constraint that can have profound implications for token liquidity and holder autonomy. This mechanism typically allows buy transactions to succeed for anyone, while sell transactions initiated by non-whitelisted addresses are reverted at the contract level. In practical terms, this means that a buyer may be able to acquire tokens but find themselves unable to sell them unless their address is explicitly approved on the whitelist. This dynamic creates what is often described as a honeypot scenario, where exit liquidity is artificially blocked for a subset of holders.

The technical operation of this pattern hinges on the contract validating either the sender or recipient against an internally maintained allowlist, reverting the transaction if the participant is not present. Because this check occurs at the smart contract level, every sell attempt by an unapproved address fails and consumes gas fees without transferring tokens. Importantly, this pattern can be identified through static code analysis without any on-chain transactional interaction, as the require() statements and whitelist logic are visible in the contract’s source code or bytecode. This capability enables proactive detection of potential liquidity traps before token acquisition.

The risk implications of this whitelist transfer restriction depend heavily on the mutability and control mechanisms around the whitelist itself. If the whitelist is owner-modifiable after deployment, the contract owner retains the ability to dynamically restrict selling access to specific addresses post-launch. This dynamic control can be exploited to trap investors by selectively removing their addresses from the whitelist, effectively immobilizing their holdings. Conversely, if the whitelist is immutable or fixed at launch, this pattern may serve a legitimate purpose such as regulatory compliance or controlled access, where only pre-approved participants are permitted to trade. In such cases, the whitelist alone does not necessarily indicate malicious intent but rather a governance or compliance design choice.

Beyond the whitelist’s static or dynamic nature, supplemental contract features materially influence the risk profile. Owner-controlled functions that can add or remove addresses from the whitelist introduce an ongoing vector for intervention and potential abuse. Similarly, the presence of a pause or freeze function that can halt all token transfers adds another layer of control that can be wielded to restrict liquidity. A contract that also implements an adjustable sell tax parameter under owner control compounds exit risk by potentially increasing the cost of selling tokens after launch, further disincentivizing liquidity. On the other hand, if the contract’s ownership has been renounced or transferred to a multisignature wallet with enforced delays on administrative changes, the likelihood of sudden whitelist manipulation diminishes, providing a more stable environment for token holders.

Empirical on-chain evidence can further inform the risk assessment. Observations of whitelist modifications, especially those coinciding with failed sell attempts, strengthen the case for elevated risk to investors. Conversely, transparent governance processes, public disclosure of whitelist management policies, and immutable whitelist data stored on-chain reduce uncertainty and potential for abuse. However, it is important to note that the presence of a whitelist or transfer restriction pattern alone does not confirm malicious intent or guaranteed loss. The context of the project’s stated goals, regulatory environment, and governance transparency are critical for full interpretation.

When this whitelist-based transfer restriction is combined with other common control mechanisms, the overall risk framework becomes more complex and potentially more perilous. For instance, contracts that are proxy upgradeable without enforced timelocks can be modified post-deployment to introduce new restrictions or remove whitelist exemptions at any time, undermining initial assurances. Active mint authority held by the owner allows for arbitrary issuance of additional tokens, which can dilute existing holders’ value and exacerbate exit difficulties. Freeze authority can selectively pause transfers for specific addresses or the entire contract, and blacklisting functions enable targeted blocking of sell transactions. These layered controls can create a multi-faceted exit barrier that goes far beyond the initial whitelist restriction, elevating the risk of loss for token holders substantially.

In sum, the whitelist restriction pattern on transfers is a significant structural feature that can impact token liquidity in meaningful ways. While it can sometimes serve legitimate purposes such as compliance or phased distribution, when combined with mutable owner controls, upgradeable contract architectures, and other restrictive mechanisms, it can create a scenario where holders face severe limitations on their ability to exit positions. This layered approach to liquidity control necessitates careful analytical scrutiny to understand the full extent of potential risk, recognizing that the presence of these patterns alone does not definitively prove malicious intent but does warrant heightened attention within broader governance and contract design contexts.

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 →