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,969 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 77,288 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 concept in decentralized exchange (DEX) tools lies the structural pattern of smart contract upgradeability, which is often implemented through proxy contracts. These proxy contracts separate the contract’s address and interface from its underlying logic, allowing developers to modify the executable code without changing the contract address itself. On the surface, this design appears to offer significant flexibility. It enables developers to patch bugs, add features, or respond to newly discovered vulnerabilities after deployment, which is particularly valuable given the immutable nature of blockchain contracts. Yet, this mutability introduces a fundamental tension: while users may perceive the contract as stable due to its consistent address, the logic it executes can change at any time, sometimes without transparent notice or sufficient communication.

This dynamic can mask risks in important ways. For instance, an audit performed on a contract’s logic at a specific point only reflects the code that was live at that time. Subsequent upgrades can introduce new code paths, potentially including vulnerabilities or even malicious functionality that was not present or considered during the original audit. The upgrade mechanism itself can become a vector for risk if the controls over it are inadequate or centralized. Thus, the apparent stability of a contract address does not necessarily imply security or immutability when the upgrade mechanism is active. Users interacting with tokens or liquidity pools governed by such contracts may be exposed to unforeseen changes that could impact token behavior, liquidity, or fund safety.

The most analytically significant factor in assessing this upgradeability pattern lies in the scope and control of the upgrade authority. Typically, a single private key or a multisignature (multisig) wallet holds the power to push upgrades to the proxy contract. This control setup is crucial because whoever holds the upgrade key effectively controls the contract’s behavior and can introduce or enable functions that may drain funds, freeze transactions, or restrict user actions. While having a multisig wallet can mitigate single-point-of-failure risk by requiring multiple signers to approve upgrades, it introduces operational complexity and potential delays in executing necessary changes or responding to security incidents. In some cases, multisigs can be configured with a small number of signers who may not be independent, which reduces the effectiveness of this safeguard.

Understanding who controls the upgrade power and how it is governed is critical. If upgrade authority rests with a centralized entity or an unknown party, the risk of abuse or error increases substantially. Conversely, decentralized governance models that require broad consensus before upgrades can be applied tend to reduce this risk but may slow down response times. It is important to note, however, that the mere presence of an upgrade mechanism or centralized control does not by itself confirm malicious intent or inevitable exploitation. Many legitimate projects use upgradeability responsibly to maintain and improve their codebase post-launch, which can be vital for adapting to evolving security landscapes and user needs.

Interaction between transaction fee structures on the underlying blockchain and multisig governance further complicates this risk assessment. Blockchains with high transaction fees tend to discourage frequent contract interactions or small trades, limiting the economic viability of spam attacks or rapid exploit attempts. On such networks, the cost to an attacker for probing upgrade mechanisms or executing rapid exploit sequences is often prohibitive. Conversely, on low-fee networks, executing numerous transactions is economically feasible, enabling attackers to probe upgrade paths, test for vulnerabilities, or exploit timing windows when multisig signers may be slow to respond. This creates a tension between security and agility: multisig governance may slow decision-making and upgrade execution, which is prudent for security but problematic during fast-moving attacks, especially on low-fee chains where attackers can act quickly.

This tension implies that the security of upgradeable contracts cannot be judged in isolation but must be considered in the context of blockchain economics, multisig configuration, and project governance transparency. For instance, a multisig wallet requiring multiple independent signers who are geographically distributed and operate with clear protocols can provide strong security assurances, but only if those signers are active and responsive. If signers are slow or unavailable, an attacker who gains temporary control of one key could exploit the delay in multisig consensus. Moreover, if the multisig configuration is opaque, users cannot reliably assess the robustness of upgrade governance.

In generalized terms, the presence of an upgradeable proxy contract within a DEX tool’s risk overlay is not inherently malicious or unsafe. Many reputable projects employ upgradeability to maintain their codebases, fix bugs, and improve security over time. This flexibility can be vital for maintaining resilience in a rapidly evolving threat environment. However, the pattern demands careful scrutiny of the governance model controlling upgrades, the transparency of the upgrade process, and the technical safeguards in place. When these controls are weak, opaque, or centralized, the risk of post-audit exploitation rises significantly. Therefore, while upgradeability can enhance a project’s capacity to adapt and secure its platform, it simultaneously introduces a structural risk that must be managed through robust multisig governance, transparent communication, and ongoing security reviews. Understanding this nuanced balance is essential for interpreting risk overlays in DEX tools and making informed assessments of token risk profiles.

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 →