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

At the core of malicious contract intelligence lies the nuanced interplay between smart contract immutability and mutability, particularly as implemented through proxy upgrade mechanisms. Traditional perceptions frame deployed contracts as immutable entities: once deployed, their code is fixed and unalterable, instilling a degree of confidence in their stability and predictability. However, this surface-level assumption can be misleading in contracts architected with proxy upgrade patterns. These designs introduce an additional layer of mutability by separating the contract’s logic from its storage, enabling the underlying logic to be swapped or modified after deployment. This fundamental architectural choice complicates risk assessment because a contract’s behavior can shift significantly post-audit or during its operational lifespan, undermining prior security assurances.

The crux of the analytical challenge lies in the control over the upgrade mechanism itself. Typically, this mechanism is governed by an owner or administrator key that holds the authority to authorize and enact changes to the contract’s logic through the proxy. This single point of control acts as a gatekeeper, enabling whoever possesses the key to alter contract behavior at will, including the injection of malicious code or the disabling of critical functions. The control structure is thus a critical vector in the contract’s security posture. Private key security and the governance model surrounding upgrade authority are pivotal; if the key is lost, compromised, or wielded maliciously, the contract’s integrity can be weaponized against its users. On the other hand, if upgrade authority is decentralized, time-locked, or constrained by robust governance mechanisms, the risk associated with mutability diminishes, though the mere presence of a centralized upgrade key remains an inherent point of vulnerability.

Transaction fee structures and governance mechanisms, particularly multisignature (multisig) wallets, further influence the operational security dynamics of upgradeable contracts. Networks with high transaction fees create economic friction that can act as a deterrent against frivolous or malicious upgrade attempts, such as repeated calls to the upgrade function or denial-of-service actions aimed at paralyzing contract operations. Conversely, low-fee networks reduce this economic barrier, potentially enabling adversaries to mount cost-effective assault vectors. Multisig governance adds a layer of complexity by distributing upgrade approval authority across multiple parties, thereby mitigating the risk of unilateral malicious changes. However, multisigs also introduce their own operational risks; the need for coordination among signatories can result in delays or deadlocks that adversaries might exploit, especially in scenarios requiring rapid response. This interaction between fee economics and multisig governance shapes the practical security landscape, balancing deterrence, flexibility, and operational resilience.

It is important to underscore that the mere existence of a proxy upgrade pattern does not, by itself, confirm malicious intent or signal an imminent threat. Many legitimate projects adopt upgradeability precisely to maintain adaptability—enabling bug fixes, feature enhancements, or regulatory compliance adjustments after deployment. The critical concern arises when upgrade authority is concentrated in the hands of a single, opaque entity without transparent governance or accountability. In such cases, the risk of adversarial exploitation escalates, particularly if upgrade mechanisms are insufficiently scrutinized during audits or if private keys associated with upgrade control are vulnerable to compromise. This pattern of latent risk highlights the necessity of a granular risk assessment approach, one that considers not just the technical architecture but also the governance frameworks, key management practices, and the broader network environment.

Moreover, the complexity of upgradeability patterns can sometimes obscure the true risk profile of a contract. Audit processes often focus on the static logic of the contract’s current implementation but may overlook or inadequately assess the upgrade mechanism’s code and governance controls. This gap creates a latent vulnerability window, where malicious actors might exploit the upgrade function long after initial review, altering contract behavior in ways that were not anticipated or detected. Therefore, an effective malicious contract intelligence framework must integrate continuous monitoring of upgrade authority usage, key custody practices, and governance changes over time, rather than relying solely on snapshot audits at deployment.

The interplay between proxy upgrade mechanisms and external factors such as network fee economics and governance structures underscores the multidimensional nature of contract risk. For instance, a proxy contract with centralized upgrade authority on a low-fee network without multisig safeguards presents a significantly higher risk profile than a similar contract operating under decentralized governance on a high-fee blockchain with multisig controls. This context-dependent risk gradient means that assessments must weigh architectural patterns alongside operational environment variables to accurately gauge potential threat vectors.

In summary, understanding malicious contract intelligence requires moving beyond simplistic dichotomies of immutable versus mutable contracts and embracing a more sophisticated analysis of proxy upgrade patterns, governance models, and network conditions. While upgradeability itself can be a legitimate and valuable feature, the central control it entails—especially when concentrated and opaque—can become a powerful tool for adversarial actors if not rigorously managed. Recognizing these structural risk patterns without conflating them with inherent malice allows for more nuanced, effective security evaluations and more resilient smart contract ecosystems.

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 →