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,137 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 57,076 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 analyzers serve a vital role in dissecting the underlying architecture of deployed contracts, particularly focusing on the nuanced balance between immutability and mutability embedded within their code. At first glance, smart contracts often project an aura of permanence; their code is typically perceived as fixed and unchangeable once deployed on the blockchain. This perception stems from the foundational principle that blockchain transactions are immutable and transparent. However, a deeper structural analysis reveals that many contracts employ sophisticated proxy upgrade patterns, which fundamentally alter this assumed immutability. These proxies delegate functional calls to separate logic contracts, effectively allowing the contract’s operational behavior to be updated or swapped post-deployment without altering the proxy’s address. This design introduces a complex duality: the contract’s interface remains constant, yet its internal logic can be fluid and dynamic, sometimes without clear visibility to the average observer.

The implications of this design choice stretch far beyond mere technical curiosity; they strike at the heart of trust models in decentralized systems. Users and investors often base their confidence on the notion that once a contract is audited and deployed, its behavior will remain consistent, fostering predictability and security. Proxy upgrade patterns disrupt this assumption by enabling privileged actors—typically those controlling the upgrade mechanism—to modify contract logic after audits have concluded. This potential for post-deployment modification can sometimes be exploited to introduce malicious functionalities, backdoors, or altered economic parameters without immediate detection. Consequently, understanding the architecture of upgrade mechanisms within proxy contracts is crucial for accurately assessing risk.

Central to this pattern is the presence and governance of the upgrade mechanism itself. This usually manifests as an admin or owner address endowed with the authority to replace the logic contract that the proxy delegates calls to. The identity and control structure surrounding this upgrade authority form one of the most analytically significant factors in risk assessment. If the upgrade rights are concentrated in a single key or address without additional safeguards, the system is vulnerable to unilateral changes, potentially undermining user confidence and security even after initial audits. In contrast, upgrade mechanisms governed by multisignature wallets or time-locked contracts introduce additional barriers to abrupt or unauthorized modifications. These controls can sometimes deter bad actors by requiring consensus among multiple parties or by imposing delay periods that allow users to react to proposed changes. However, even these mechanisms are not foolproof; complexities in multisig coordination or vulnerabilities in timelock implementations can themselves become vectors for compromise.

The interplay between transaction fee structures and multisig configurations further complicates the security landscape of these upgrade mechanisms. Networks with high transaction fees inherently raise the cost of conducting repeated exploit attempts or probing transactions, thus acting as a deterrent for attackers targeting upgrade authority. Conversely, low-fee environments can lower the economic barriers to frequent, iterative attacks aimed at discovering vulnerabilities or coercing multisig participants. While multisig wallets reduce the risk associated with single-key compromise by distributing authority across multiple signers, this distribution can introduce operational challenges, such as delayed decision-making or the risk of signers becoming unavailable. These factors together create a complex security posture that cannot be reduced to simple binaries; neither high fees nor multisig governance alone guarantee safety, but their interaction shapes the likelihood and potential impact of exploit attempts.

It is important to emphasize that the proxy upgrade pattern itself is not inherently malicious or indicative of ill intent. Rather, it represents a design trade-off, balancing the need for adaptability and bug fixes against the risks of centralized control and opacity. In dynamic environments, where protocols must evolve rapidly in response to emerging threats or changing user requirements, the ability to upgrade contracts can be advantageous. This flexibility allows developers to patch vulnerabilities, optimize functionality, and introduce new features without requiring users to migrate to entirely new contracts. Nevertheless, this same flexibility opens a latent risk window during which privileged actors can enact changes that diverge from the original contract intent or governance promises. The benign or malicious nature of this pattern thus hinges heavily on governance transparency, how upgrade authority is distributed, and whether robust safeguards such as multisig arrangements or timelocks are implemented and enforced.

Analysts examining smart contract risk must therefore approach upgrade mechanisms with a nuanced perspective. Surface-level indicators such as a clean audit report or claims of immutability do not alone confirm the absence of upgrade-related risks. Instead, detailed scrutiny of the contract’s underlying proxy architecture, the identities and governance models controlling upgrade rights, and the operational safeguards in place is essential. This analysis must also consider the broader ecosystem context, including the network’s fee environment and the practicalities of multisig coordination. Only through a comprehensive understanding of these factors can one accurately assess the latent risk embedded in seemingly immutable smart contracts.

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 →