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 2,733 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 66,027 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 assessment tools play a vital role in dissecting the underlying code and architectural patterns of deployed contracts to uncover vulnerabilities and structural risks. Central to these assessments is the delineation of upgradeability features, which are often implemented through proxy patterns or delegate calls. While upgradeable contracts can seem advantageous by offering flexibility for future fixes or enhancements, this very mutability introduces an inherent complexity. The blockchain’s foundational assumption of immutability—that once deployed, contract code remains unchanged—clashes directly with upgradeable architectures that enable contract behavior to evolve post-deployment. This divergence complicates security analyses because traditional static code audits may only capture a snapshot in time, leaving subsequent code changes outside the scope of initial vetting.

The presence of upgradeable contracts alone does not confirm malicious intent or inherent risk but does create an expanded attack surface. A contract that can be changed after deployment has the potential to morph its logic in unforeseen ways. This can sometimes be leveraged legitimately, for instance, to patch bugs discovered after launch or to add new functionality that benefits users. However, it also means that a contract’s security is not solely a function of its initial codebase but deeply tied to how tightly the upgrade mechanism is controlled and monitored. Identifying whether upgrade paths are restricted to trusted parties with appropriate governance protocols or left open is critical in the assessment of long-term risk.

One of the most analytically significant considerations in smart contract risk evaluation is the governance of private keys associated with critical contract functions, especially those that enable upgrades. Control over these keys effectively determines who can dictate contract logic and asset flows, representing a central point of vulnerability. Even the most rigorously audited and well-constructed contracts can be undermined if an adversary gains access to the private key governing upgrades. There is no on-chain mechanism for key recovery in such cases, placing the security of these keys outside the blockchain’s purview and squarely in the realm of operational security practices.

Understanding who holds these private keys, their custody methods, and whether multi-signature (multisig) or timelock protections guard them provides essential insight into the real-world risk profile of a contract. In some cases, keys may be held by a single individual or entity, which creates a single point of failure. In others, multisig wallets distribute authority among multiple parties, theoretically increasing resilience by necessitating multiple approvals for sensitive actions. However, multisig arrangements can sometimes introduce operational friction or delay responses during emergencies and are not foolproof against collusion or social engineering attacks. Timelocks add another protective layer by enforcing a mandatory waiting period before upgrades can take effect, allowing time for community review or intervention. The presence or absence of these controls profoundly influences the practical security of upgradeable contracts.

Transaction fee structures and network conditions also interplay with these governance mechanisms to shape overall security postures. On blockchains characterized by high transaction fees, the cost of performing frequent multisig signatures or emergency interventions can be prohibitive. This may discourage timely responses to threats or delays in coordination among signatories. Conversely, networks with low fees permit rapid multisig coordination but may expose contracts to cheap spam or denial-of-service tactics that can clog transaction queues, potentially stalling critical operations like upgrade delays or emergency freezes. Such network-level dynamics are often overlooked yet essential when evaluating how effectively governance mechanisms function under stress or adversarial conditions.

The pattern of upgradeable contracts controlled via private keys with multisig and timelock protections, operating within the context of particular network fee economics, cannot be simplistically categorized as safe or dangerous. Many projects that implement upgradeability do so responsibly, using these mechanisms to improve contract utility and responsiveness. However, this does not remove the need for vigilance. Weak key management, overly centralized control, or omission of upgrade logic from audits can leave projects exposed to latent risks. A key limitation of many assessment tools is that they may detect the presence of upgradeability but lack the contextual understanding of how keys are managed or how network conditions might impact operational security.

Therefore, advanced smart contract assessment tools must transcend mere detection of common upgrade patterns. They ought to incorporate deeper contextual analysis of control structures, including multisig configurations and timelock durations, and evaluate these within the framework of the underlying network’s transaction fee model and security trade-offs. This nuanced approach reduces false positives that might arise from flagging upgradeability itself as inherently dangerous, while simultaneously highlighting contracts where the balance between flexibility and immutability tilts toward risk. Ultimately, this expanded analytical lens allows stakeholders to better understand the subtle tension between the promise of upgradeability and the immutable trust assumptions upon which blockchain ecosystems rely.

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 →