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,732 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 74,520 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 intelligence platforms serve as crucial analytical tools designed to dissect the structural patterns inherent in deployed smart contracts, providing a lens through which risks, behaviors, and vulnerabilities can be assessed. At a superficial level, these platforms may appear to simply decode contract bytecode and trace transactional flows. Yet, the reality is far more complex, primarily due to the evolving nature of smart contract architecture within blockchain ecosystems. Many contracts are designed to be immutable; once deployed, their code remains fixed forever. However, a significant number employ proxy upgrade patterns or other forms of mutability, which allow the contract’s logic to change over time through authorized upgrades. This flexibility presents a profound challenge to static analysis because an audit conducted at one moment may fail to capture subsequent modifications, rendering initial findings incomplete or misleading.

This dynamic highlights a fundamental mismatch between static code reviews and actual runtime behavior. Static analysis tools may flag a contract as safe based on the bytecode at deployment, yet this safety is not guaranteed if the contract can be upgraded post-deployment. In some cases, the upgrade mechanism itself becomes an attack vector, enabling malicious actors or insiders to inject harmful code, disable functions such as withdrawals, or impose new constraints without the knowledge of token holders or observers. Therefore, a smart contract intelligence platform that neglects to probe the existence and configuration of proxy contracts, upgrade permissions, and owner privileges risks offering an overly optimistic or inaccurate risk profile. Surface-level inspection alone does not reveal the full governance landscape that governs the contract’s operational flexibility.

Delving deeper, control over private keys and upgrade authority represents a pivotal axis of analytical focus. Private keys are the cryptographic linchpins of blockchain control — anyone possessing the appropriate private keys wields significant power over the associated contract or address. In the context of upgradeable contracts, the entity controlling the upgrade proxy’s private keys can unilaterally alter contract logic and thereby influence tokenomics, permissions, or user balances. This level of control underscores the importance of governance structures such as multisignature wallets, timelocks, or decentralized autonomous organization (DAO) mechanisms that distribute key control across multiple parties to mitigate risks associated with centralization.

The existence of multisignature wallets adds layers of operational and security considerations. Requiring multiple independent signatories to approve transactions reduces the likelihood of single-point failures or rogue actions, potentially increasing trustworthiness. However, multisig arrangements can also introduce delays during critical moments if signatories are unresponsive or conflicted. Furthermore, the complexity of multisig setups varies widely — some may be tightly controlled within a small group of insiders, while others employ broader community governance. Thus, a smart contract intelligence platform must not only detect the presence of multisig controls but also evaluate their composition, quorum requirements, and historical patterns of use to assess resilience and transparency.

Additionally, the network context within which contracts operate cannot be overlooked. Transaction fee environments impact data integrity and noise levels in ways that intersect with intelligence gathering. High-fee networks tend to discourage low-value or spam transactions, effectively filtering out background noise and allowing genuine activity patterns to emerge more clearly. Conversely, low-fee or zero-fee networks may attract spammy or manipulative transaction volumes, obscuring meaningful signals and inflating metrics such as trade volume or token transfers. This noise complicates the intelligence platform’s task, as distinguishing between organic activity and artificial inflation requires nuanced analysis of transaction patterns, addresses involved, and timing. Therefore, understanding fee economics alongside contract structure enriches the contextual backdrop against which risk assessments are made.

It is essential to recognize that the mere presence of upgrade mechanisms or owner-controlled keys does not by itself confirm malicious intent or vulnerability. Many legitimate projects incorporate upgradeable contracts to facilitate compliance with regulatory changes, patch bugs, or introduce feature enhancements without disrupting user experience. Yet, if these capabilities exist without transparent governance or are held by unknown or anonymous entities, the risk profile may escalate significantly. Ignoring these structural features altogether can result in underestimating the potential for adverse events, such as rug pulls or contract freezes. Consequently, smart contract intelligence platforms must balance static code analysis with active, real-time monitoring of contract state changes, governance decisions, and transaction flows to provide a nuanced and practical risk assessment.

In this light, smart contract intelligence platforms operate as more than simple code scanners; they are sophisticated analytical instruments that synthesize a variety of data layers including contract code, on-chain transactions, governance structures, and network context. Their value lies in their ability to detect and interpret structural risk patterns such as contract permissions, liquidity pool lock status, holder concentration, honeypot mechanics, and rug-pull indicators. Each pattern can sometimes signal potential vulnerabilities or exploit vectors but must be interpreted in aggregate and in context to avoid false positives or undue alarm. Ultimately, such platforms serve to empower stakeholders with deeper insights into the complex and evolving security landscape of decentralized finance and token 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 →