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

Tokens that incorporate transfer restrictions based on whitelist checks represent a critical structural pattern when evaluating token safety. At a technical level, these contracts embed require() statements within their transfer functions that halt transaction execution if the sender or recipient is not included on an approved list. This mechanism can create a scenario where buy orders are processed normally, but sell orders fail because the seller’s address is not on the whitelist. Such an arrangement results in an asymmetry in trade execution: outward liquidity becomes artificially constrained while inbound liquidity remains unrestricted. Price charts might not immediately reveal this imbalance, as buys continue to clear and appear as normal market activity, but the inability to sell traps holders, effectively creating a form of soft honeypot. The key advantage of this pattern is that it is directly observable through contract code inspection, making it a fundamental check for assessing exit risk without needing to perform any actual trades.

The risk implications of whitelist-based transfer restrictions become particularly pronounced when the whitelist can be modified by the contract owner or another centralized authority after launch. In cases where owner permissions allow for arbitrary addition or removal of addresses from the whitelist, there exists a structural capability to selectively block sells by removing specific holders from the approved list. This selective exclusion can enable the owner to freeze liquidity for targeted users, which is especially concerning if done without transparent governance or community oversight. However, it is important to acknowledge that whitelist restrictions are not inherently malicious. They can serve legitimate compliance or regulatory objectives, such as limiting transfers to KYC-verified participants or ensuring adherence to jurisdictional restrictions. The critical factor is whether the whitelist is immutable or controlled by transparent, consensus-driven rules. The mere presence of whitelist checks alone does not confirm malicious intent; rather, the flexibility and control over the whitelist after deployment is what determines risk level.

Additional contract features interacting with whitelist mechanics can further impact risk assessments. Contracts that grant the owner the authority to adjust sell taxes dynamically can exacerbate exit friction beyond whitelist constraints. For instance, if sell taxes can be increased arbitrarily, token holders attempting to exit may face sudden, significant penalties that reduce realized value. Similarly, contracts with active mint authority without renouncement allow owners to inflate token supply at will, diluting existing holders and potentially depressing price. These supply-side risks compound the liquidity risks introduced by transfer restrictions. Moreover, the presence of upgradeable proxy patterns without protective measures like multisignature controls or timelocks heightens the threat landscape. Upgradeable contracts can have their logic changed post-launch, enabling the introduction or removal of transfer restrictions, taxes, or minting capabilities unexpectedly. This dynamic makes static code analysis a snapshot rather than a guarantee of future behavior, underscoring the need to evaluate governance and upgrade mechanisms alongside permission structures.

When whitelist-based transfer restrictions coexist with other contract controls such as blacklist functions, pause capabilities, or proxy upgradeability, the complexity and potential for layered exit barriers increase substantially. For example, an owner-enabled blacklist function can selectively freeze or ban individual wallets, adding a granular level of control that compounds whitelist restrictions. Pause functions allow the contract owner to suspend all transfers temporarily, which in some cases can lock liquidity during disputes, audits, or attacks. While these mechanisms may be justified in some governance frameworks as emergency controls, they also introduce risk vectors that can be exploited to trap funds. Upgradeable proxy designs without transparent timelocks or multisig oversight allow the rapid introduction of such controls after deployment, potentially catching holders off guard. These multi-condition scenarios are often invisible from surface-level price behavior, as trading may continue under normal conditions until restrictions are activated.

A nuanced understanding of these structural patterns requires acknowledging that no single factor alone definitively signals malicious intent or safety. For instance, a whitelist that is owner-modifiable can sometimes be part of a governance process with community approval, mitigating concerns. Similarly, active mint authority might be used for legitimate scaling or incentivization strategies if transparently communicated and constrained by governance. Therefore, evaluating token safety involves synthesizing multiple structural indicators—whitelist dynamics, tax adjustability, mint authority, upgrade patterns, and additional control functions—and situating them within the broader governance model and transparency practices. This holistic approach helps distinguish between tokens with genuine utility and risk-managed controls, versus those with structural designs that enable exit traps or value extraction.

In sum, assessing token safety through the lens of transfer restriction patterns demands a thorough examination of contract permissions and upgradeability, as well as their interplay with liquidity and market dynamics. Recognizing that whitelist restrictions can create asymmetrical trade execution and potential exit barriers is a starting point, but understanding the degree of owner control over these restrictions and the presence of compounding permissions is essential to forming a comprehensive risk profile. This structural analysis, combined with transparency and governance insights, forms the foundation for evaluating how safe a token may be relative to its peers in the market.

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 →