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

Smart contract evaluation tools primarily focus on analyzing deployed contracts to identify structural patterns, vulnerabilities, and behavioral risks. These tools typically provide a detailed static snapshot of the contract’s code at a specific point in time, which can give the impression that the contract’s behavior and logic are immutable and fixed. This surface-level view, however, can sometimes be misleading, especially when contracts employ sophisticated upgradeability mechanisms such as proxy patterns. In these cases, the code that users interact with is decoupled from the logic that actually executes transactions, meaning the underlying logic can be altered or swapped out post-deployment without changing the contract’s address. Such mutability introduces a significant layer of complexity to the evaluation process. A contract that appears secure during an initial audit might later be modified to introduce new functions, permissions, or vulnerabilities that were not previously visible.

The core of this complexity lies in the way these upgradeability patterns separate contract storage from logic, typically through proxy contracts that delegate calls to implementation contracts. This architectural choice offers developers the flexibility to patch bugs, add features, or improve performance after deployment, which can be incredibly useful in rapidly evolving decentralized finance ecosystems. Yet, this flexibility also opens a critical attack surface. If the keys or authorities responsible for managing upgrades are compromised, lost, or poorly controlled, a malicious actor could push harmful updates—such as backdoors, honeypot mechanics, or rug pull capabilities—after the fact. Smart contract evaluation tools must therefore extend beyond code analysis and probe governance controls, identifying who can execute upgrades, the process required to approve changes, and the transparency of those procedures. Often, these controls are implemented via multisig wallets or decentralized governance protocols, but their effectiveness can vary widely.

Governance design is especially crucial when considering the real-world security implications of upgradeable contracts. Multisig wallets, which require multiple private keys to authorize sensitive transactions such as upgrades, can reduce the risk of single-point failures and increase trust in the governance process. However, multisigs introduce operational complexities. Coordinating signers to respond promptly to critical vulnerabilities or urgent patches can be challenging, especially if signers are geographically dispersed or have conflicting incentives. Additionally, excessively high signer thresholds might impede rapid response during emergencies, while too low thresholds could render the contract vulnerable to collusion or insider threats. A smart contract evaluation tool, therefore, must not only flag the presence of multisig governance but also analyze its configuration to assess whether the balance between security and agility is well calibrated.

Transaction fee economics further influence how upgradeability mechanisms operate in practice. On networks with high transaction fees, governance actions such as contract upgrades or security patches might be delayed or deprioritized to avoid excessive costs, leaving contracts exposed to known issues for longer periods. In contrast, low-cost environments can foster rapid iteration and frequent upgrades. While this accelerates development and bug fixes, it also opens doors for potential governance spamming or denial-of-service attacks targeting the upgrade process, especially if multisig or governance mechanisms are not designed to handle excessive load. Evaluators must consider these economic trade-offs, recognizing that fee structures can either bolster or undermine the contract’s operational security depending on the broader network context.

Importantly, the presence of upgradeability mechanisms does not by itself confirm malicious intent or inherent insecurity. When managed transparently and responsibly—often through trusted multisig groups with clear upgrade protocols—upgradeable contracts can provide users with valuable flexibility and resilience. They enable developers to respond to unforeseen vulnerabilities in a timely manner and adapt to evolving market requirements. Conversely, upgrade mechanisms that are centralized under a single key or lack rigorous governance can mask latent vulnerabilities that remain hidden during initial audits, surfacing only when the upgrade authority is exercised. This ambiguity complicates the role of smart contract evaluation tools; they must navigate the fine line between flagging potentially risky patterns and acknowledging that these patterns, in isolation, do not necessarily constitute actionable threats.

In practice, evaluating a smart contract’s risk profile requires ongoing scrutiny beyond the initial audit or static analysis. The mutable nature of upgradeable contracts means their security posture can shift over time, reflecting changes in governance participants, transaction fee environments, or the introduction of new code via upgrades. Therefore, a snapshot provided by a smart contract evaluation tool is a starting point rather than a definitive verdict. Analysts must monitor upgrade event logs, governance proposals, and multisig activities to maintain an accurate picture of the contract’s evolving risk landscape. This continuous vigilance is critical for detecting subtle shifts that could precede exploit attempts or governance breakdowns.

Ultimately, the analytical challenge posed by upgradeable smart contracts underscores the necessity for evaluation tools to integrate code inspection with governance and network contextual analysis. The interplay between immutable storage, mutable logic, governance structures, and economic incentives creates a multidimensional risk surface that cannot be fully understood through code review alone. Recognizing this complexity, seasoned analysts approach smart contract evaluation with a nuanced perspective—acknowledging that upgradeability introduces both valuable flexibility and unique attack vectors, and that risk assessment must account for operational realities that extend well beyond the initial static snapshot.

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 →