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 2,384 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 55,518 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 exploits often hinge on the fundamental structural pattern of code immutability combined with privileged access controls. On the surface, a deployed contract appears fixed and secure, as its bytecode cannot be altered without explicit upgrade mechanisms. This apparent immutability is a core tenet of blockchain technology, providing users and investors with confidence that the contract’s rules cannot be arbitrarily changed after deployment. However, this can sometimes be misleading. Contracts designed with proxy upgrade patterns introduce a layer of mutability that, if mismanaged or maliciously controlled, can enable exploits by changing logic post-deployment. This mismatch between perceived permanence and potential mutability complicates risk assessment, as the presence of upgradeability features can covertly introduce vulnerabilities that are not visible through static code inspection alone.

The proxy pattern typically involves separating contract logic from contract data storage, allowing the logic contract to be swapped out while preserving state. While this design facilitates bug fixes and feature enhancements without requiring users to migrate funds or tokens, it also opens the door to potential abuse. If the authority to upgrade the logic contract is concentrated in a single key or a small group of privileged roles, those actors can effectively rewrite the contract’s behavior at will. This means that a contract initially deemed secure can be transformed into one with malicious capabilities, such as draining funds or freezing assets. It is important to note, however, that the presence of upgradeability alone does not confirm exploit intent. Many projects implement upgrade patterns as a pragmatic solution to the challenges of immutable code, especially in rapidly evolving ecosystems.

The most analytically significant factor in smart contract exploit analysis is control over private keys or privileged roles within the contract’s governance model. Private keys serve as the ultimate authority, enabling the execution of any transaction from the associated address, including administrative functions or fund transfers. In cases that match this pattern, possession of these keys or roles effectively grants unilateral control over contract assets, bypassing any on-chain safeguards. This centralization of power can sometimes become a critical vulnerability if keys are compromised, lost, or misused. Beyond the risk of external hacks, insider threats or errors in key management can also precipitate exploits. Consequently, understanding the distribution and security of privileged keys is crucial to assessing exploit risk.

Multisignature wallets are often employed to mitigate the risks inherent in single-key control by distributing authority among multiple signers. This approach introduces checks and balances, requiring a predefined number of approvals before sensitive transactions can be executed. While multisigs can reduce the likelihood of unilateral malicious actions, they introduce operational complexity and potential delays. Coordination among signers can become a bottleneck, especially in urgent scenarios such as responding to an ongoing exploit. Additionally, the security of a multisig depends heavily on the security practices of each individual signer, meaning that a compromise of a subset of signers can still enable unauthorized actions. Therefore, while multisigs enhance security posture, they are not infallible and must be evaluated in the context of signer selection, key storage practices, and governance procedures.

Transaction fee structures across different blockchain networks also influence exploit feasibility and response dynamics. On low-fee networks, attackers can cheaply execute numerous small transactions to probe or drain contracts, increasing exploit risk through the economic viability of spam or rapid attack sequences. This can sometimes lead to flash loan attacks or front-running scenarios where the cost of executing complex exploit strategies is outweighed by potential gains. Conversely, high-fee networks impose a natural economic barrier against such tactics by making rapid or repeated transactions costly. However, this fee environment can also slow legitimate multisig governance actions due to cost sensitivity, potentially delaying critical interventions. The interplay between fee economics and multisig operational constraints shapes both attacker incentives and defender agility, creating a nuanced landscape where neither low nor high fees are unequivocally advantageous or disadvantageous.

In realistic terms, the pattern of smart contract exploits underscores the critical importance of key management and contract design choices, but it does not inherently imply malicious intent or inevitable failure. Contracts with upgradeability can serve legitimate purposes such as bug fixes or feature enhancements, and multisig wallets reflect prudent security practices rather than vulnerabilities. Similarly, fee structures vary by chain and use case, influencing but not dictating exploit risk. The pattern becomes problematic primarily when private keys or privileged roles are compromised, or when upgrade mechanisms are abused. Therefore, exploit analysis must weigh structural capabilities alongside governance transparency and operational context to avoid conflating benign design features with exploit indicators.

A deeper analytical layer involves examining the interaction between contract design and ecosystem-specific factors such as liquidity pool depth, holder concentration, and token distribution. For instance, contracts governing tokens with shallow liquidity pools relative to market capitalization can sometimes be more susceptible to price manipulation or rug-pull scenarios, especially if combined with upgradeable contracts controlled by a small group. Similarly, high holder concentration can amplify the impact of privileged key compromise, as a single actor or coordinated group can exert outsized influence. While these factors extend beyond pure code analysis, they are integral to understanding the broader exploit risk profile. Smart contract exploit analysis, therefore, benefits from a holistic approach that integrates on-chain governance mechanisms, code architecture, and market dynamics to produce nuanced risk assessments rather than simplistic binary judgments.

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 →