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

Malicious decentralized applications (dapps) often revolve around the nuanced structural pattern of smart contract mutability, particularly when implemented through proxy upgrade mechanisms. This architectural choice, while enabling flexibility and adaptability, introduces a subtle but profound risk vector that can sometimes escape immediate detection. At first glance, a dapp might present itself as immutable and secure, especially following an initial audit that confirms the integrity of its deployed logic contract. Yet, if the dapp employs a proxy pattern, the critical logic contract—the one that governs all operational behavior—can be swapped out or replaced at a later time. This means the contract’s functionality can evolve after deployment without redeploying the entire contract or changing its address, effectively creating latent mutability beneath an immutable facade.

This disparity between apparent immutability and concealed mutability is a key point of vulnerability. Standard code reviews or initial audits typically focus on the logic contract’s source code at a fixed point in time. However, they can sometimes overlook or underestimate the implications of the proxy upgrade mechanism itself, especially if that mechanism is deliberately obscured or excluded from the audit scope. In such cases, malicious actors or insiders can introduce harmful, unauthorized code post-launch, while maintaining the illusion of a stable and secure contract. The risk here is layered: users and observers may trust the dapp based on its initial audit and on-chain behavior, unaware that the contract’s logic can be surreptitiously altered to facilitate exploits, drains, or other malicious outcomes.

Central to the assessment of malicious dapps is the determination of control over the upgrade mechanism or the private keys linked to the contract’s administrative functions. Control over these keys or multisig wallets that govern upgrades effectively grants the holder the power to modify contract behavior or even to siphon funds. This creates a single point of authority that can override user expectations of immutability and security. The existence of this authority is analytically significant because it concentrates risk in a way that is not always transparent. Without clear, decentralized governance or robust multisig controls, the risk of sudden, unauthorized contract changes increases substantially. Yet, even in cases where the upgrade authority is distributed among multiple trusted parties via multisignature wallets, the risk is mitigated but not entirely eliminated. Multisig setups can introduce operational complexity, which might delay necessary upgrades or inadvertently create vulnerabilities through human error or social engineering attacks.

It is important to recognize that the presence of an upgrade mechanism alone does not confirm malicious intent. Many legitimate projects adopt proxy upgrade patterns to patch bugs, introduce new features, or respond to evolving regulatory requirements. The key determinant of risk is how the upgrade authority is governed and how transparent this process is to the community and users. When upgrades require multisig approval from reputable, accountable parties and are subject to community oversight or public discussion, this pattern supports a flexible yet secure approach to contract management. Conversely, upgrade mechanisms that are centralized, opaque, or lack sufficient audit coverage of the upgrade path elevate the probability of malicious activity. This distinction is crucial to avoid conflating the mere structural capability for upgrades with actual exploitation or fraud.

Furthermore, transaction fee structures and network characteristics interact with malicious dapp risk in more subtle ways. On low-fee networks, attackers can cheaply execute a large number of probing transactions, testing contract responses and potentially triggering malicious functions without incurring significant costs. This can facilitate reconnaissance activities that precede larger exploit attempts. On the other hand, high-fee networks impose economic friction that can deter frequent probing, but this same friction may also limit legitimate user interactions, thereby masking exploit attempts as routine activity. These dynamics influence attacker behavior and the timing of potential exploits, making fee environments an important contextual factor in risk assessment.

Additionally, the role of multisignature wallets in controlling upgrade authority deserves further scrutiny. While multisigs can complicate or delay malicious upgrades by requiring multiple parties to approve changes, they are not infallible. If multisig signers collude, become compromised, or fail to exercise due diligence, the intended protective effect disappears. This highlights the interplay between technical controls and human factors in shaping risk profiles. The procedural security around key management, signer vetting, and approval mechanisms can be as critical as the underlying code in determining whether an upgrade path represents a secure flexibility or a latent attack vector.

In sum, while upgradeable proxy patterns are a common and often necessary feature in modern dapp design, their presence introduces a structural risk pattern that demands careful, nuanced analysis. The mere capability to upgrade a contract does not constitute maliciousness by itself but represents a point of control that, if mismanaged or abused, can enable harmful outcomes. Evaluating malicious dapp risk therefore requires a holistic approach that considers governance transparency, administrative key control, network fee dynamics, and multisig robustness. Only by examining these interrelated factors can one begin to delineate the boundary between legitimate upgradeability and potential for malfeasance.

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 →