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

At the core of any comprehensive web3 project checker lies a nuanced assessment of smart contract architecture and the control mechanisms embedded within. While a deployed contract may initially present itself as immutable and straightforward, the reality often reveals a more complex picture. Many projects employ proxy upgrade patterns that allow the underlying contract logic to be modified after deployment. This design introduces a fundamental tension between the initial code audit and the contract’s evolving state. The code inspected at launch might not represent the contract’s behavior weeks or months later, as upgradeability enables modifications ranging from benign feature additions to potentially harmful changes. This dynamic nature complicates risk assessment, as a project checker must go beyond static code analysis to consider the full lifecycle and governance of contract upgrades.

The proxy pattern itself is not inherently problematic. It can facilitate essential improvements, security patches, and adaptations to changing ecosystem requirements. However, it also opens a window for malicious actors to introduce vulnerabilities or backdoors after initial trust has been established. In some cases, upgrade mechanisms can be controlled by a single private key or a centralized authority, which amplifies the risk of sudden, unauthorized changes. Conversely, when upgrades are governed by decentralized multisignature wallets or on-chain governance protocols, the risk profile shifts. Yet, even multisig arrangements can sometimes concentrate power if the signers are not sufficiently diverse or independent. Therefore, a web3 project checker must evaluate not only the presence of upgradeability but also the governance structure overseeing it.

Among the various structural elements, the management of private keys and access control commands particular analytical attention. Private keys represent the ultimate authority over an address and any associated assets or contract privileges, including upgrade rights. If critical functions are controlled by a single key, the project is vulnerable to unilateral malicious actions, insider threats, or accidental key loss. This single point of failure can result in irreversible damage, such as unauthorized minting of tokens, draining of liquidity pools, or disabling of critical contract functions. On the other hand, multisignature wallets distribute control among multiple parties, thereby reducing the risk that any one actor can compromise the system. However, multisigs introduce operational complexity and potential delays in decision-making, which can impact responsiveness. The distribution, transparency, and reputation of key holders are essential factors that influence the overall security posture.

Transaction fees and the choice of blockchain network further interact with contract design to shape both user experience and the attack surface. High-fee blockchains impose an economic cost on every transaction, which can deter spam and low-value manipulative behaviors. This economic barrier can make certain attack vectors, such as repeated exploit attempts or rapid draining of liquidity, prohibitively expensive. Conversely, low-fee networks reduce the cost of on-chain activity, which can encourage experimentation but also increase susceptibility to spam and brute-force attacks. When combined with upgradeable contracts, this dynamic becomes more complex. For instance, a proxy upgrade exploit on a low-fee chain could be executed multiple times at minimal cost, amplifying potential damage. In contrast, on a high-fee chain, the same exploit might be economically unfeasible to repeat, limiting its impact. Hence, network economics must be factored into risk assessments alongside contract architecture.

It is important to emphasize that the presence of upgradeable contracts and key management structures alone does not confirm malicious intent or inherent vulnerability. Many reputable projects rely on proxy patterns to enable necessary feature enhancements or timely bug fixes. Similarly, multisig wallets often reflect thoughtful governance models designed to balance control and security. However, these patterns create a moving target that static analysis tools cannot fully capture, underscoring the importance of ongoing monitoring and transparency. The benign or malicious nature of these mechanisms depends heavily on factors such as the identities and trustworthiness of key holders, the rigor of the upgrade approval process, and the availability of audit trails for contract changes. Without these assurances, latent risks can remain hidden until exploited under specific conditions.

In addition to contract upgradeability and key management, other structural risk patterns warrant attention. Holder concentration is a notable factor; when a small number of addresses control a large percentage of tokens, the project can be vulnerable to coordinated sell-offs or price manipulation. Similarly, the status of liquidity pools—whether tokens are locked or can be withdrawn at will—affects the likelihood of a rug pull. Honeypot mechanics, where tokens can be bought but not sold, represent another sophisticated trap that can sometimes evade detection in cursory checks. A well-designed web3 project checker integrates analysis of these patterns alongside contract permissions to provide a more holistic view of risk.

Ultimately, the evaluation of web3 projects requires a layered approach that considers both static and dynamic factors. Structural patterns such as proxy upgradeability, private key control, network economics, and liquidity management interact in complex ways that shape the risk landscape. While no single pattern conclusively indicates malicious intent, their presence and configuration provide critical signals. A robust project checker synthesizes these elements, recognizing that transparency, governance, and operational practices are as important as the code itself in determining a project’s security and trustworthiness.

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 →