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,168 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 76,203 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:
No signup required · Results in seconds
Unlimited checks from 0.15 SOL · One-time, no auto-renew
Access is saved on this device the moment your payment confirms on-chain
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
1.5 SOL / year
Popular
Monthly Access
0.5 SOL / month
Try it -- no commitment
Weekly Access
0.15 SOL / week · no auto-renew
On-chain Solana Pay Any wallet No auto-renew
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 the "risk overlay dexscreener" query lies the structural pattern of smart contract mutability via proxy upgrade mechanisms. On the surface, a contract that appears immutable may actually be designed with an upgradeable proxy, allowing the contract logic to be swapped or modified post-deployment. This design choice creates a fundamental tension between perceived immutability and actual mutability, which can sometimes lead to a false sense of security among users and investors. The proxy pattern effectively separates the contract's state storage from its logic, and the upgrade authority can redirect function calls to new implementations, enabling changes that were not anticipated at launch.

The implications of this architecture extend deeply into risk analysis. Contracts with active mint authority or the ability to modify core logic through upgrades can sometimes introduce new code paths or permissions that were not present or reviewed initially. This complexity makes static code audits insufficient on their own, as the contract’s behavior can materially change after the audit if the upgrade mechanism is exercised. In some cases, the upgrade function might be used to patch vulnerabilities or improve features, but it can also be leveraged to introduce malicious behaviors such as hidden minting, draining funds, or disabling critical functions. This duality means that identifying the presence of a proxy upgrade is only the first step; understanding the governance and controls around the upgrade authority is equally vital.

The single most analytically significant factor in this pattern is the presence and control of the upgrade authority within the proxy architecture. Typically, this authority resides with an admin or owner address authorized to execute upgrades, effectively changing the contract’s logic or state management. This centralized power introduces a critical single point of failure that can sometimes be exploited if compromised or maliciously used. For instance, if the upgrade key is held by a single individual or a poorly secured hot wallet, the risk of unauthorized or malicious upgrades increases substantially. Conversely, if the upgrade authority is distributed across a multisignature wallet requiring multiple independent approvals, the risk profile is generally mitigated but not eliminated.

It is important to note that the mere existence of an upgrade function or proxy contract alone does not confirm malicious intent or negligence. Many projects adopt upgradeable contracts precisely because they acknowledge the necessity of adapting to evolving security landscapes or user needs. However, the risk overlay must consider the governance structure around the upgrade authority, including whether it is time-locked, requires multisig approval, or is subject to community oversight. Contracts with unrestricted upgrade permissions held by a single entity typically present a higher risk threshold than those employing robust decentralized governance or transparent upgrade processes.

Transaction fee structures and multisig wallet governance often interact in ways that influence the operational security of contracts using proxy upgrades. On networks with high transaction fees, such as certain Ethereum Layer 1 environments, the cost of executing frequent or malicious upgrades can act as a natural deterrent. This economic friction raises the barrier for bad actors attempting to exploit upgrade mechanisms through rapid or multiple modifications. On the other hand, networks with low transaction fees, such as Solana or Binance Smart Chain, make it cheaper and easier to test exploit strategies or perform spam upgrades, potentially increasing risk exposure. This fee dynamic is a subtle but important modifier when assessing the practical likelihood of upgrade-related exploits.

Multisignature wallets add another layer of complexity, often requiring multiple stakeholders to approve upgrades before they are enacted. While this approach reduces the risk of a single compromised key causing damage, it introduces operational challenges such as coordination delays and potential governance disputes. The effectiveness of multisig governance depends heavily on the distribution and independence of signers. If the multisig participants are closely aligned or controlled by a single entity, the protection is diminished. Moreover, the absence of clear upgrade policies or community transparency can complicate trust assumptions, even when multisig wallets are employed.

In generalized terms, proxy upgrade patterns represent a double-edged sword. They enable necessary flexibility for bug fixes, protocol enhancements, and adaptation to unforeseen vulnerabilities, which can sometimes be critical to the long-term viability of a token ecosystem. However, they also introduce persistent trust assumptions and centralized control points that may not be immediately visible to casual observers or token holders. Risk overlays that incorporate these factors can better contextualize potential vulnerabilities by considering not only the presence of upgrade mechanisms but also the governance, fee economics, and transparency surrounding them.

It is essential to emphasize that identifying a proxy upgrade pattern alone does not suffice to declare a contract high risk or potentially malicious. Rather, a nuanced analysis must weigh the structural design against operational controls and community governance. Projects with transparent upgrade paths, multisig protections, and economic disincentives to abuse are structurally different from those with opaque or unrestricted control. Understanding these distinctions helps form a more accurate risk profile that can sometimes reveal hidden risks or confirm prudent design choices. This analytical depth is crucial in environments where the median liquidity pool depths hover around moderate levels, market caps are in the low millions, and tokens often reside on chains with varying fee models and governance cultures. In such contexts, the risk overlay provided by tools like DexScreener adds valuable insight into the complex interplay between contract architecture and real-world operational security.

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 →