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,493 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 43,691 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 inspection fundamentally revolves around discerning the underlying structural patterns that govern a contract’s behavior, with a particular focus on the dichotomy between immutability and mutability. At first glance, a contract’s source code might appear transparent and fixed, presenting an illusion of permanence and predictability. However, this surface-level clarity can be deceptive. Contracts that employ proxy upgrade patterns illustrate this complexity vividly; although the contract address remains constant, the underlying logic can be altered post-deployment. This architectural choice introduces a dynamic element that complicates traditional inspection methods. In such cases, the bytecode observed on-chain is essentially a facade, delegating execution to separate logic contracts that can be swapped out or modified. This creates a fundamental mismatch between what is visible during a standard code review and what the contract can actually do over time.

The implications of this mismatch are profound. Proxy upgradeability can sometimes serve legitimate purposes, such as patching vulnerabilities or adding features without requiring users to migrate assets to a new contract. Yet, it simultaneously opens avenues for risk that are not immediately apparent. The capacity to change contract logic post-launch means that trust assumptions based solely on initial audits may quickly become outdated. Inspectors must therefore adopt a forward-looking perspective, recognizing that the initial contract snapshot does not encapsulate all future behaviors. This necessitates monitoring upgrade events and verifying who holds the authority to initiate them, as these details critically influence the risk profile. The structural pattern of upgrade mechanisms, while not inherently malicious, demands continuous oversight to detect potential deviations from expected functionality.

Central to the inspection process is the analysis of private key control, which stands out as the most analytically significant factor in assessing contract risk. Private keys function as the ultimate gatekeepers, granting the ability to perform privileged operations such as contract upgrades, fund withdrawals, or parameter adjustments. Possession of these keys equates to control, with no inherent on-chain mechanism for recovery or revocation if the keys are lost, stolen, or misused. This reality underscores a critical vulnerability: even a contract with impeccable code can become compromised if the private key holder acts with malicious intent or falls victim to external threats. The inspection must therefore go beyond the code itself to scrutinize the governance structures surrounding key custody. The use of multisignature wallets, which require multiple independent approvals for sensitive actions, can sometimes mitigate risks by distributing control and reducing single points of failure. However, the presence of multisig configurations alone does not guarantee security; the composition of signers, their operational security, and the processes for emergency response all factor into the real-world resilience of the contract.

Transaction fee structures and wallet configurations further complicate the security landscape, influencing both the technical attack surface and user interaction patterns. Networks with high transaction fees tend to discourage frequent small-value transactions, which can limit spam attacks and reduce the feasibility of certain exploit strategies that rely on rapid transaction flooding or front-running. However, these high fees can also inadvertently suppress legitimate user engagement and slow down response times in situations requiring swift action. On the other hand, low-fee networks enable cheap, high-frequency interactions, increasing the potential for attack vectors that exploit transaction ordering or network congestion. Multisig wallets introduce additional operational complexity by requiring multiple parties to coordinate approvals, which can enhance security by preventing unilateral actions but may also delay critical interventions during emergencies. The interplay between fee economics and multisig governance creates a nuanced risk environment that demands careful evaluation during contract inspection.

When viewed through the lens of practical application, these structural patterns reveal a layered risk profile that is complex but not inherently negative. Proxy upgradeability, for instance, can be a powerful tool for projects that anticipate evolving requirements or the need for rapid bug fixes. Multisignature wallets can bolster security by ensuring that no single actor holds unchecked power. Fee structures reflect trade-offs between cost-efficiency and network security, shaping how users and potential attackers interact with the contract. Yet, these patterns also establish boundaries within which risk can manifest. The mere presence of upgrade mechanisms or centralized private key control does not by itself confirm malicious intent or imminent danger, but it does highlight areas where vigilance is paramount. Initial audits provide a crucial baseline but cannot encompass the full spectrum of future changes or governance decisions.

Therefore, crypto contract inspection must be understood as an ongoing, dynamic process rather than a static checkpoint. Inspectors and analysts must continuously monitor contract upgrades, key custody arrangements, and network conditions to maintain an accurate understanding of risk. This perspective acknowledges that structural patterns define the parameters for potential vulnerabilities but do not deterministically predict outcomes. The nuanced interplay of code architecture, key control, fee dynamics, and multisig governance forms a complex ecosystem that requires both technical expertise and contextual awareness to navigate effectively. Only through sustained scrutiny can stakeholders hope to manage the evolving risks inherent in smart contract 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 →