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,372 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 64,388 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 contracts deployed on Solana, much like those on other blockchain platforms, are often perceived as immutable entities—fixed code that cannot be altered once live. This assumption of immutability underpins much of the trust in decentralized protocols, as users expect the contract’s rules to remain consistent over time. However, this surface-level impression can sometimes be misleading. Many Solana contracts employ proxy upgrade patterns or other architectural designs that permit the underlying logic to be modified or entirely replaced after deployment. This creates a fundamental structural duality: while the contract’s address remains constant and familiar, the actual behavior it enforces can shift in ways that are not immediately transparent or easily detectable through on-chain inspection alone.

The concept of upgradeability means that a standard contract checker cannot simply rely on inspecting the current deployed bytecode. Instead, it must analyze whether upgrade mechanisms exist, what form they take, and who controls them. Proxy upgrade patterns, for instance, separate the contract’s storage from its executable logic, allowing the logic layer to be swapped out while preserving state. This modularity can sometimes facilitate essential maintenance, such as patching vulnerabilities or adding new features. Yet, it simultaneously introduces a potential attack vector, as the party holding upgrade authority can change the contract’s rules, possibly in ways harmful to token holders or users interacting with the contract.

Central to this dynamic is the control over upgrade authority—typically represented by a private key or a multisignature (multisig) wallet. The entity holding this authority wields significant power, as it can alter the contract’s logic post-deployment. The security of this private key is paramount because if compromised, the attacker gains the ability to inject malicious code, disable critical functions, or manipulate token balances. There is no automatic recovery mechanism if such a key is lost or stolen, making the management and distribution of this authority a crucial risk factor. Contracts controlled by a single private key present a single point of failure and are inherently riskier than those governed by multisig arrangements, where multiple independent signers must approve upgrades. However, multisig governance is not a panacea; it introduces operational complexity, potential delays in decision-making, and, if poorly configured, can still be vulnerable to collusion or social engineering attacks.

The interaction between transaction fees and multisig governance on Solana further shapes the security and practical usability of upgradeable contracts. Solana’s network is known for its low transaction fees, which reduce barriers for frequent contract upgrades or administrative actions. While this can be beneficial for maintaining and improving contracts, it can also facilitate spam transactions or rapid, repeated upgrades that could be leveraged by attackers if the upgrade process is not tightly controlled. When multisig wallets govern upgrade authority, low fees mean that an attacker who compromises one or more signers might attempt to execute a flurry of transactions in quick succession, seeking to exploit timing windows or governance weaknesses before other signers can react. This interplay requires a nuanced assessment of both fee economics and signer distribution when evaluating contract risk.

It is important to emphasize that the mere presence of upgradeable contracts on Solana does not inherently signal malicious intent or design flaws. Many legitimate projects rely on upgradeability to fix bugs, adapt to changing requirements, or enhance functionality. The pattern becomes problematic primarily when upgrade authority is overly centralized, opaque, or when the contract’s audit process fails to thoroughly examine the upgrade mechanism itself. Such blind spots can leave users exposed to future exploits that are not captured by initial security assessments. Conversely, contracts without upgrade paths tend to offer more predictable and stable behavior since their logic cannot change post-deployment. However, immutability also means that any bugs or vulnerabilities discovered after launch cannot be fixed, locking in potential risks.

Therefore, a comprehensive Solana contract checker must go beyond a superficial code review. It must identify structural features such as upgrade mechanisms, assess the distribution and security of upgrade authority, and consider the economic environment created by transaction fees. By analyzing how control, mutability, and operational costs interact, an analyst can better understand the contract’s long-term trustworthiness and resilience to attacks. This deeper analytical approach can sometimes reveal hidden fragilities or strengths that are not obvious from the contract’s outward appearance.

In sum, evaluating Solana smart contracts requires a layered perspective that balances the benefits of upgradeability against the risks posed by centralized control and low-cost operational environments. While upgrade patterns can enhance agility and responsiveness, they also necessitate rigorous governance and transparency to prevent abuse. Recognizing these nuanced structural risk patterns allows for a more informed and critical appraisal of Solana contracts, acknowledging that code immutability is not always absolute and that trust ultimately hinges on who controls the power to change it.

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 →