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,069 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 63,516 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 on Solana often present an initial appearance of immutability once deployed, reflecting a foundational tenet of blockchain technology: code that cannot be changed after launch. However, a notable structural pattern complicates this assumption—many contracts incorporate proxy upgrade mechanisms, which enable the logic of the contract to be altered post-deployment. This introduces a critical tension between the outward perception of a fixed contract and the underlying potential for mutability. The proxy upgrade pattern, while technically elegant for enabling adaptability and resilience, complicates contract intelligence because the contract’s original bytecode and state may not reliably indicate its future functionality. Analysts must therefore look beyond the deployed code snapshot to understand the possible upgrade pathways embedded within the contract architecture, which are often obfuscated or not fully disclosed during initial audits.

At the heart of the proxy upgrade pattern lies a governance vector: control over the proxy upgrade authority. This is typically held by a private key or set of keys managed through multisignature (multisig) wallets. The possession of these keys effectively grants the power to alter the contract’s behavior, potentially adding new features, patching bugs, or, conversely, introducing malicious code or disabling critical functions. The analytical weight of this factor cannot be overstated, as the upgrade authority acts as a central point of control that can override the original contract’s immutability. The risk profile varies dramatically depending on how this authority is structured. Centralized control, where a single private key or a small number of keys held by a single entity can authorize upgrades, creates a concentration of power that can sometimes lead to exploitative or unauthorized modifications. In contrast, well-constructed multisig arrangements, requiring multiple independent approvals before upgrades are enacted, add layers of operational security and help distribute trust among several parties. Yet, multisigs introduce their own complexities, such as coordination overhead, potential delays in response times, and vulnerabilities if any authorized signers are compromised.

The economic environment of the Solana ecosystem further interacts with this structural pattern in nuanced ways. Solana’s low transaction fees, often fractions of a cent, reduce the financial friction for users and developers interacting with contracts, including those executing upgrades or governance actions. This dynamic encourages more frequent and agile contract maintenance and governance participation without the cost-prohibitive barriers seen on other chains with higher fees. However, this low-cost environment can sometimes be a double-edged sword. It lowers the threshold for adversaries to conduct spam transactions designed to congest upgrade windows or exploit governance voting periods. Additionally, the combination of low fees and multisig governance means that coordinated groups of signers can act quickly and cost-effectively to implement changes, but adversaries may also find it easier to attempt to overwhelm or manipulate the system through volume or timing attacks. This interplay demands a careful balance between operational security and the economic incentives that drive contract maintenance and governance.

Crucially, the presence of a proxy upgrade mechanism alone does not confirm malicious intent or an imminent threat. Many legitimate projects on Solana and other chains intentionally incorporate upgradeability to retain the flexibility to fix unforeseen bugs, respond to emerging security threats, or adapt to shifting regulatory frameworks. The key analytical distinction lies in the transparency and governance rigor surrounding the upgrade authority. Contracts that employ decentralized multisig controls with clearly documented procedures and publicly accessible upgrade logs demonstrate a higher standard of accountability and trustworthiness. These features allow analysts and users to monitor upgrade activity and verify that changes align with project goals and community expectations. Nevertheless, the structural vulnerability remains inherent in any upgradeable contract, as it permits modifications that can circumvent the original security guarantees provided by the initial contract audit. This vulnerability means contract intelligence must be an ongoing process, encompassing continuous scrutiny of upgrade transactions, control key custody, and governance activity rather than relying solely on a static assessment of deployed code.

The complexity of assessing Solana contract risk is further compounded by the diversity of upgrade patterns and governance models deployed across projects. Some contracts incorporate time-lock mechanisms that delay the activation of upgrades, providing a window for community review and response before changes take effect. Others may implement layered governance, where upgrades require approval not only from multisig signers but also from token-holder votes or external committees. Each additional layer of governance can sometimes improve security by distributing authority, but it also introduces operational friction and potential governance deadlocks. Conversely, contracts lacking such safeguards often represent higher risk, especially if upgrade keys are held by anonymous or centralized parties with limited accountability. In some cases, the existence of undisclosed or hidden upgrade authorities can signal a deliberate attempt to obfuscate control, warranting heightened scrutiny.

In summary, Solana contract intelligence must grapple with the subtle interplay between the proxy upgrade pattern’s technical capabilities, the governance structures that mediate control, and the economic realities of operating in a low-fee environment. The pattern itself neither confirms nor denies malicious intent but rather highlights a structural vector that can be leveraged for both beneficial adaptability and potentially exploitative changes. Analysts must therefore adopt a holistic approach that continuously evaluates upgrade governance transparency, multisig configurations, and activity patterns to provide meaningful risk assessments in this evolving landscape.

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 →