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

At the core of a contract control tracker lies a fundamental structural pattern concerning ownership and mutability within smart contracts. While the deployed contract code often appears fixed and immutable, suggesting a sense of permanence and security, this assumption can be misleading. Many smart contracts employ proxy upgrade patterns, which enable the underlying contract logic to be modified or replaced after deployment. This introduces a subtle yet critical discrepancy between the apparent immutability of the deployed bytecode and the actual potential for change. In some cases, this upgrade mechanism is not immediately visible or comprehensively audited, allowing significant shifts in contract behavior to occur without clear on-chain indication. This duality between the surface permanence and the underlying mutability presents a nuanced risk vector that a contract control tracker aims to detect and analyze.

The most analytically significant element within this pattern is the ownership and control of private keys tied to the contract’s administrative or upgrade addresses. These keys act as the ultimate authority, granting their holder unilateral power to initiate upgrades, execute privileged functions, or even withdraw funds in some implementations. This control is profoundly consequential because, unlike the contract’s immutable code, the private keys themselves are off-chain secrets that can be transferred, lost, or compromised without any transparent record on the blockchain. This opacity means that even a contract with seemingly benign code can be rendered vulnerable if the administrative keys fall into malicious hands. The security posture of these keys, including whether they are managed by a single individual or safeguarded through multisignature arrangements, directly influences the operational integrity and trustworthiness of the contract.

Multisignature (multisig) wallet governance frequently intersects with this pattern as a mitigating factor. By requiring multiple independent signatures to authorize sensitive actions, multisig wallets distribute control and reduce the risk of a single compromised key leading to unauthorized contract modifications. However, multisig governance introduces its own complexities. It can slow down decision-making processes and increase operational overhead, potentially delaying critical updates or responses to emergent threats. Moreover, multisig arrangements are not foolproof; the security depends heavily on the distribution and trustworthiness of the signers, as well as the quality of the multisig implementation itself. In some cases, multisig contracts may be vulnerable to social engineering or collusion risks, complicating the security landscape further.

Network transaction fee structures also play a subtle but influential role in shaping the dynamics of contract control. On blockchains with high transaction fees, exercising administrative privileges or repeatedly interacting with the contract can be cost-prohibitive, thereby acting as a natural deterrent to frequent or frivolous upgrades. This can sometimes serve as a protective barrier, limiting rapid exploit attempts or governance attacks. Conversely, on low-fee networks, the barrier for performing contract interactions is significantly lower, potentially facilitating rapid cycles of upgrades, tests, or governance changes. While this can enable agile development and responsiveness, it also opens avenues for malicious actors to probe and exploit vulnerabilities with minimal cost. The interplay between fee economics and contract control thus informs the risk profile of upgradeable contracts beyond the code and keys alone.

From a broader perspective, the contract control tracker pattern encapsulates a fundamental tension in smart contract governance: the balance between flexibility and risk. Upgradeable contracts and key-based control systems provide crucial capabilities for patching bugs, adding features, or adapting to evolving market conditions. This flexibility is often necessary to maintain a secure and functional protocol over time. However, it simultaneously expands the attack surface by introducing mechanisms that can be manipulated if controls are weak or compromised. It is important to note that the presence of upgradeability or administrative control alone does not confirm malicious intent or inevitable failure. Many reputable projects rely on these patterns as standard governance tools, combined with transparency measures and robust key management protocols.

Critical to managing this risk is transparency and the implementation of rigorous control frameworks. Publicly accessible contract control trackers that reveal upgrade paths, administrative roles, and multisig configurations can help stakeholders assess the likelihood and potential impact of future changes. Without such visibility, latent vulnerabilities may remain hidden until triggered by an audit, an exploit, or a governance dispute. This underscores the importance of continuous monitoring rather than one-time inspections, as the control landscape can evolve dynamically over a contract’s lifespan. Furthermore, integrating off-chain governance processes, clear upgrade policies, and community oversight can strengthen trust, although these mechanisms themselves are subject to varying degrees of effectiveness and enforcement.

In summary, the contract control tracker pattern highlights a complex interplay of technical and governance factors that shape the security and adaptability of smart contracts. The existence of proxy upgrade mechanisms, the management of private keys, multisig governance structures, and network fee economics all contribute to a multifaceted risk environment. While none of these elements alone definitively indicate malicious intent or guaranteed failure, their combination and implementation quality greatly influence the vulnerability profile of a project. Analytical scrutiny of these factors provides deeper insight into the true nature of control and mutability within smart contracts, informing more nuanced assessments of risk and resilience in decentralized ecosystems.

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 →