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.6 / 5 from 3,989 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 50,428 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 attack detection fundamentally revolves around uncovering vulnerabilities that may be embedded in a contract’s code or arise from its deployment environment. While at first glance a contract might appear robust due to its immutability or compliance with well-established interface standards, this facade can sometimes conceal latent risks. These risks often stem from design patterns like upgradeable proxies, which introduce an additional layer of complexity. A contract that appears immutable on surface-level inspection can still permit owner-controlled upgrades, enabling modification of logic after deployment in ways not immediately visible. This mismatch between apparent static behavior and underlying mutability complicates detection efforts significantly because it requires analysts to move beyond superficial code reviews and consider the potential for dynamic state changes that can alter the contract’s functionality over time.

One critical dimension of smart contract attack detection is the extent of control retained by private key holders who are authorized to initiate transactions or execute sensitive functions within the contract. Possession of private keys essentially grants unfettered access to the assets controlled by the contract, making key compromise the ultimate vulnerability that can render even the most securely coded contracts ineffective. Attackers who gain access to these keys can circumvent logic-based protections entirely and carry out unauthorized transfers or upgrades. Thus, detection methodologies that focus solely on static code analysis without accounting for operational security risks and key management practices may overlook the most direct attack vectors. Multisignature wallets offer a means to distribute control among multiple parties, thereby raising the threshold for exploit but also adding complexity. Multisigs can sometimes introduce their own failure modes, such as quorum deadlocks or social engineering vulnerabilities targeting authorized signers, which detection frameworks need to consider as part of the broader attack surface.

Another nuanced factor influencing the smart contract attack surface is the interplay between transaction fee economics and contract mutability. On blockchain networks where transaction fees are relatively high, economic incentives discourage attackers from launching frequent, low-value exploit attempts because the cost of repeatedly probing contracts can quickly become prohibitive. This dynamic effectively raises the barrier to entry for spam attacks or denial-of-service strategies aimed at draining resources or causing temporary disruptions. Conversely, low-fee environments reduce this economic friction, enabling attackers to conduct rapid-fire testing of contract behavior or to deploy malicious upgrades with minimal cost. When combined with upgradeable proxy architectures, networks with low transaction fees can inadvertently lower the threshold for executing swift, damaging code changes post-deployment. Recognizing how fee structures intersect with contract upgrade capabilities is essential in constructing comprehensive attack detection heuristics that incorporate both technical and economic parameters.

From an analytical perspective, the pattern of vulnerabilities observable in smart contract attack detection emerges as a delicate balance between inherent technical weaknesses and external operational realities. Immutable contracts that forgo upgrade paths reduce exposure to certain classes of exploits involving code changes, but they remain vulnerable to attacks rooted in private key compromise or external factors such as social engineering. It is important to note that the presence of upgradeability and key management features alone does not necessarily indicate malicious intent, as these capabilities often serve legitimate business or governance functions, including critical bug fixes and protocol enhancements. False positives may arise if detection systems fail to distinguish between benign and nefarious upgrade activities. This complexity demands a nuanced approach that weighs structural indicators against contextual factors such as transaction patterns, governance proposals, and keyholder behavior.

Moreover, detection efforts need to encompass the full spectrum of attack vectors, extending beyond on-chain code inspection to include off-chain threats like phishing attacks, which frequently lead to private key compromise. Such attacks have historically resulted in substantial asset losses despite contracts that are theoretically secure. A smart contract detection framework that does not factor in the human element, such as the susceptibility of keyholders to social engineering, risks underestimating the overall risk profile. Conversely, purely operational security-focused detection without technical contract scrutiny may miss subtle code-level vulnerabilities that could be exploited independently of key compromise.

In summary, the effective detection of smart contract attacks requires a holistic analysis framework that integrates contract design patterns, private key management, economic incentives shaped by transaction fees, and broader operational contexts. While upgradeable proxies and mutable contracts introduce notable risks, immutable contracts are not invulnerable, and neither are detection methods that rely on static snapshots of code or permissions. The capacity for private keys to override contract logic elevates the importance of comprehensive monitoring that looks beyond code to include key custody practices and network conditions. Understanding these interconnected factors and their implications for attack surfaces allows analysts to develop more sophisticated frameworks capable of discerning genuine threats from benign contract features, thus improving the precision and trustworthiness of smart contract attack detection systems.

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 →