Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
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.

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 1,857 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 66,377 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

Wallet due diligence software plays a crucial role in identifying structural risk patterns embedded within smart contracts, particularly those that can restrict token transfers or sales. One of the more subtle yet impactful patterns observed involves the implementation of whitelist-only exit mechanisms. These mechanisms are typically coded as require() statements within the transfer() function, which enforce a condition that the recipient’s address must be explicitly authorized to execute the transaction. When such a condition is met, any attempt by a non-whitelisted address to sell or transfer tokens will revert, effectively preventing the transaction from proceeding. This technical design creates a one-way flow dynamic: tokens can be acquired by buyers, but their ability to exit the position or move tokens onward is obstructed by the contract’s logic itself, independent of market supply or demand factors.

The detectability of this pattern via static code analysis is a significant advantage for wallet due diligence software, as it does not require live trading or interaction to reveal potential exit restrictions. However, the mere presence of a whitelist check does not inherently confirm malicious intent or fraudulent design. For instance, some projects may implement whitelist restrictions as part of regulatory compliance frameworks or to enforce vesting schedules that are transparent and predetermined. The critical factor that elevates risk emerges when the whitelist is mutable—modifiable by the contract owner or a centralized authority after the token’s launch. In such scenarios, the owner gains the capability to selectively permit or deny token transfers on a case-by-case basis, effectively controlling exit liquidity. This control can be leveraged to facilitate honeypot schemes, where buyers are trapped because their wallets are not whitelisted for selling, or soft-rug pulls, where exit pathways become blocked without immediate token burn or withdrawal of liquidity pools.

The dynamic nature of a mutable whitelist introduces a layer of counterparty risk that is not obvious from surface-level token metrics like liquidity or market cap. Even tokens with seemingly healthy pool depths or trading volumes can harbor these hidden transfer restrictions that are enforced at the protocol level rather than through market forces. Therefore, wallet due diligence software aims to flag contracts where owner-controlled whitelist modifications are possible, highlighting an elevated exit risk that would not be discernible through traditional on-chain data analysis alone.

Further compounding the analytical complexity are ancillary contract permissions that can interact with whitelist mechanisms to increase risk. Adjustable sell taxes, for example, are parameters within the contract that the owner can modify post-launch to increase transaction fees selectively on token sales. When coupled with a whitelist-only exit pattern, the owner can both restrict who can sell and impose unpredictable cost barriers on those permitted to do so. This can further discourage or prevent token holders from liquidating positions, potentially trapping capital in the token. Similarly, active mint authorities—contract functions that allow the creation of new tokens—can dilute existing holders’ value if wielded irresponsibly or maliciously. When mint permissions are paired with restrictive whitelist controls, the owner can effectively expand supply while limiting holders’ ability to exit, exacerbating downside risks.

Freeze authorities represent another permission that can intensify the effect of whitelist-based restrictions. A freeze function allows the contract owner or designated authority to temporarily or permanently halt token transfers, sometimes targeting individual wallets. When freeze capabilities exist alongside whitelist exit controls, it enables a granular level of transfer censorship that can freeze out specific participants from selling or moving tokens. In contrast, the absence of such permissions or the presence of mitigating governance mechanisms—such as multisignature controls, timelocks on contract upgrades, or decentralized voting processes—can meaningfully reduce the risk associated with whitelist restrictions. These governance structures limit the ability of a single party to unilaterally alter whitelist status or other critical parameters, thereby enhancing transparency and predictability.

It is also important to consider how these structural patterns coexist with other contract features. For example, pause functionality can be triggered by the owner to temporarily suspend all transfers, which when combined with a mutable whitelist, can effectively freeze the entire token economy at the owner’s discretion. Blacklist mappings, which allow the exclusion of certain addresses from transfers, can amplify the exit barriers created by whitelist logic. Conversely, immutable whitelist contracts lacking upgrade paths or owner privileges significantly diminish the likelihood of exit restrictions being imposed arbitrarily after launch. In such cases, the whitelist may serve legitimate purposes such as regulatory compliance or controlled token distribution, rather than serving as a tool for entrapment.

Ultimately, the presence of whitelist-only exit mechanisms within wallet due diligence software analyses serves as a nuanced indicator rather than a definitive signal of bad faith. The risk profile depends heavily on the mutability of the whitelist, the existence of owner privileges that interact synergistically with those restrictions, and the governance frameworks that oversee contract modifications. By examining these elements in tandem, analysts can better understand whether the structural patterns represent potential liquidity traps, regulatory controls, or standard features of permissioned token environments. This layered approach acknowledges that contract code patterns do not operate in isolation but within a broader ecosystem of permissions, governance, and market context that collectively shape token risk.

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 →