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

Security scanners designed for crypto assets primarily focus on a layered analysis that includes smart contract code inspection and transaction pattern recognition to uncover vulnerabilities or suspicious activity. Central to this analytical framework is the detailed assessment of contract immutability versus upgrade mechanisms embedded within the contract’s architecture. At first glance, a contract may appear fixed and immutable, lending a false sense of security to observers and investors alike. However, the incorporation of proxy upgrade patterns can introduce a form of hidden mutability that allows the underlying contract logic to be altered after deployment. This distinction is critical because a contract that initially passed an audit might still harbor latent risks if the upgrade pathways are not thoroughly examined. The surface-level code alone does not reveal this risk unless the scanner is specifically designed to trace and decode the upgrade mechanisms in play.

Upgrade mechanisms typically operate through a proxy pattern, where the actual business logic resides in an implementation contract separate from the proxy contract that holds state and delegates calls. This design enables developers to push updates or patches to the functioning contract without changing its address, which is essential for maintaining user experience and continuity. However, the persistence of upgrade authority creates an enduring attack vector: if the party controlling the upgrade rights acts maliciously or their keys are compromised, the contract’s behavior can be arbitrarily modified—potentially enabling unauthorized fund transfers, freezing functions, or introducing honeypot traps. The analytical challenge lies in identifying who controls these upgrade privileges and how tightly these rights are constrained. For instance, a contract with upgrade authority held by a single key or an opaque entity poses far greater risk than one governed by a well-structured multisignature (multisig) wallet with transparent governance.

Speaking of multisig configurations, the interplay between multisig governance and transaction fee structures frequently informs the security posture of a contract. Networks with high transaction fees naturally deter small-scale or spammy exploits because the economic outlay required to execute such attacks is prohibitive. Conversely, low-fee networks lower the barrier for malicious actors to attempt rapid, repeated exploits or governance attacks with minimal cost. When multisig wallets govern upgrade authority or treasury management, the number of signers and threshold for approval become pivotal metrics. A higher-signature multisig arrangement reduces the risk of a single compromised signer enacting harmful changes, but may also slow down timely responses to vulnerabilities or emergent threats. On the other hand, a low-threshold multisig on a low-fee network can encourage rapid decision-making but risks reckless or unauthorized contract modifications if governance processes lack rigor. This dynamic creates a nuanced trade-off that scanners should highlight, as neither configuration alone guarantees safety or risk.

Beyond upgrade permissions and multisig arrangements, security scanners also inspect liquidity pool (LP) lock status and holder concentration to surface additional structural risks. Liquidity pools that are locked for extended periods mitigate immediate rug-pull threats by preventing sudden withdrawal of liquidity. However, even locked pools do not eliminate risk entirely; sophisticated schemes can sometimes simulate lock mechanisms or implement delayed unlocks that enable gradual draining of funds. Likewise, extreme holder concentration—where a small number of addresses control a disproportionate share of tokens—can sometimes point to potential market manipulation or exit strategies by insiders, especially if combined with opaque upgrade control. While holder concentration alone does not confirm malicious intent, it demands closer scrutiny in concert with other patterns to assess the potential for pump-and-dump dynamics or sudden liquidity shocks.

Another pattern of acute interest emerges when examining honeypot mechanics, wherein contracts are intentionally coded to allow purchases but block sales, effectively trapping invested funds. Security scanners can identify such mechanics by analyzing transfer functions and detecting conditional restrictions on token sales. Honeypots manifest as a deceptive entrapment strategy and frequently coexist with upgrade mechanisms or multisig control that can evade detection by dynamic scanning. However, the mere presence of transfer restrictions or complex fee structures on sales does not necessarily confirm malicious design—some projects utilize these to discourage speculative dumping and stabilize token value. This contextual nuance illustrates how scanners must blend static code analysis with behavioral pattern recognition rather than rely on any single heuristic.

Taken together, the complexity of smart contract security demands that scanners provide insightful, layered analyses rather than binary risk labels. Upgrade mechanisms and multisig controls are important flags but do not inherently indicate malice; many reputable projects use these tools for legitimate governance flexibility and iterative improvement. Nonetheless, these features demand continuous vigilance, as control rights can shift over time or be misused by insiders. Economic factors such as fee structures and LP lock status further modulate the risk landscape, influencing the feasibility and impact of various attack vectors. Therefore, security scanners operate best as part of a holistic security framework that includes ongoing monitoring, transparent governance disclosures, and community oversight to maintain resilient ecosystems. This nuanced approach helps distinguish between benign patterns and those that may foreshadow emergent threats in the evolving landscape of decentralized finance.

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 →