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

Crypto security evaluation fundamentally hinges on understanding the nuanced interplay between control mechanisms and the mutability of both assets and code within decentralized environments. At first glance, smart contracts present an image of immutability once deployed on a blockchain, implying a static, tamper-resistant state that should theoretically guarantee unalterable execution logic. This perceived permanence is often cited as a cornerstone of blockchain security. However, the reality is more complex. Many contracts employ proxy upgrade patterns, allowing the underlying logic to be swapped or modified after deployment. This structural design introduces a significant layer of complexity: a contract that appears fixed and immutable on the surface may, in fact, be dynamically mutable behind the scenes. This mutability can sometimes remain hidden from cursory inspections or static code analysis tools that focus exclusively on the deployed bytecode, creating a latent risk vector that is not always immediately evident.

The implications of this mutability are profound. Proxy upgradeability enables developers to patch bugs, introduce new features, or adapt to changing conditions without redeploying entirely new contracts. While this flexibility is operationally advantageous, it simultaneously expands the attack surface. Malicious actors who gain control over the upgrade mechanism can alter contract behavior in ways that were never anticipated by users or auditors. In some cases, this can facilitate fraudulent activities such as unauthorized minting, fund redirection, or disabling critical functions. Therefore, an essential facet of security evaluation involves scrutinizing the governance and access controls surrounding upgrade permissions. Understanding who holds the authority to initiate upgrades, under what conditions, and how these actions are logged or constrained is critical. Without this insight, the mere presence of upgrade mechanisms can sometimes be a harbinger of hidden vulnerabilities rather than a benign feature.

Central to this evaluation is the role of private key control. The private key represents the cryptographic linchpin that authorizes all transactions and administrative actions associated with a given address. Whoever possesses this key wields absolute control over the assets or contract functions linked to that address. This control is definitive; there is no fallback or override if the key is lost or compromised. As such, private key security forms the bedrock of trust in blockchain systems. Even the most rigorously audited contract code can be rendered moot if the private keys controlling critical functions are mishandled. The security evaluation process must therefore extend beyond code inspection to encompass the management and custodianship of private keys. Factors such as key storage methods, access limitations, multisig setups, and rotation policies all contribute to the overall risk profile.

Transaction fee structures and multisignature wallet configurations introduce additional layers of complexity to the security landscape. On networks with high transaction fees, the economic cost of executing malicious or spam transactions is elevated, which can act as a deterrent against low-effort attacks. Conversely, chains with minimal fees lower this barrier, potentially enabling adversaries to mount more frequent or sophisticated micro-exploit attempts. Multisignature wallets, which require multiple parties to approve transactions, can mitigate risks associated with single-key compromises by distributing control. However, multisigs also introduce operational challenges, including coordination overhead, potential delays in executing legitimate transactions, and the risk of keyholder collusion or unavailability. The interaction between fee economics and multisig complexity influences not only the attack surface but also the resilience and usability of security controls. Evaluators must weigh these trade-offs carefully, recognizing that no configuration is universally optimal.

It is crucial to emphasize that the mere existence of upgradeable contracts and centralized private key control does not inherently signal insecurity. Proxy upgrades can be vital for maintaining contract integrity over time, allowing developers to respond to unforeseen issues or evolving requirements. Similarly, multisig wallets, when correctly implemented with transparent governance and robust key management, can significantly enhance security by reducing single points of failure. The challenge lies in the context and implementation details. Upgrade mechanisms that fall outside the scope of comprehensive audits or lack transparent governance can become vectors for exploitation. Likewise, private keys managed without stringent security protocols or distributed controls can expose contracts to catastrophic compromise. Security evaluations must therefore balance acknowledging legitimate operational needs with vigilance for potential latent vulnerabilities.

In cases that match these patterns, transparency and comprehensive audit coverage are essential mitigators. When all mutable components and key custodianship arrangements are clearly documented, subject to continuous review, and enforced with strong access controls, the risks associated with contract mutability and key control are substantially reduced. Conversely, opacity in upgrade procedures, lack of multisig enforcement, or poor key management practices can serve as early warning signs of elevated risk, even if no immediate exploit has occurred. The structural risk patterns identified through these lenses—contract permissions, liquidity pool lock status, holder concentration, honeypot mechanics, and rug-pull patterns—each contribute to a more holistic understanding of crypto security. However, it is important to recognize that these patterns alone do not confirm malicious intent or inevitable failure. They function as indicators that warrant deeper investigation and contextual analysis to discern their true implications within the broader ecosystem.

Ultimately, effective crypto security evaluation demands a multidisciplinary approach that integrates technical code analysis, cryptographic key management scrutiny, economic incentive evaluation, and governance transparency assessment. Only by synthesizing these dimensions can evaluators form a nuanced view of risk that goes beyond surface-level assumptions and static snapshots. This depth of analysis is essential for navigating the evolving and often opaque terrain of decentralized finance and blockchain-based assets.

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 →