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,210 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 69,018 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 vulnerability scanners serve as critical tools in the blockchain ecosystem by systematically analyzing deployed code to identify potential security weaknesses before they can be exploited. These scanners typically parse through contract bytecode and source code, flagging patterns that have historically been associated with vulnerabilities such as reentrancy, integer overflows, or improper access controls. While their reports may initially present a seemingly definitive list of risks, the interpretation of these results requires careful contextual analysis. A flagged vulnerability does not necessarily equate to an exploitable flaw; rather, it signals a structural pattern that could, under certain conditions, be leveraged maliciously. This nuance is essential to avoid false positives and overly alarmist conclusions.

A significant dimension of vulnerability scanning revolves around contract upgradeability patterns, which introduce a complex dynamic to smart contract security. Upgradeable contracts typically employ proxy patterns, allowing developers to change contract logic after deployment without altering the contract address. While this provides flexibility for feature enhancements and bug fixes, it also expands the attack surface by enabling changes to contract behavior post-audit. This mutability means that a contract audited as secure at launch can become insecure if the upgrade mechanisms are compromised or misused. The risk lies in the concentration of upgrade privileges: if a single party or a small group controls the upgrade key, they could introduce malicious code, backdoors, or remove safeguards at will. Therefore, vulnerability scanners that detect the presence of upgrade patterns highlight an area that demands scrutiny of governance structures and upgrade control policies, not just code correctness.

Examining the permissions architecture within a contract also reveals significant insights into risk exposure. Many smart contracts grant certain addresses elevated privileges, such as minting tokens, pausing contract functions, or modifying critical parameters. Vulnerability scanners often flag broad or improperly restricted permissions as potential threats. However, these permissions can sometimes be intentional design choices that underpin governance or compliance frameworks. For instance, a contract may assign minting authority to a timelocked multisig wallet managed by a decentralized community or regulatory body. In such cases, the presence of powerful permissions alone does not confirm malicious intent. The focus shifts to how these permissions are controlled: Are they subject to multi-party approval thresholds? Is there transparency and accountability in key management? Are there automated safeguards or timelocks to prevent hasty or unilateral actions? Without this governance context, vulnerability signals remain incomplete indicators.

Liquidity pool (LP) lock status and holder concentration further influence the practical risk profile of tokens associated with smart contracts. Vulnerability scanners can identify whether LP tokens are locked, indicating that liquidity cannot be withdrawn easily by insiders. Locked liquidity can sometimes mitigate the threat of rug pulls, where developers drain the pool and vanish with investor funds. However, the mere presence of locked LP tokens is not a guarantee of safety; the duration and conditions of the lock are crucial. Short-term locks or locks controlled by centralized parties with override capabilities can still expose investors to risk. Additionally, high concentration of token holdings in a few wallets can exacerbate vulnerabilities, as large holders wield disproportionate influence over market dynamics and governance decisions. Scanners that detect these patterns highlight structural risks that, while not vulnerabilities in the code itself, affect the economic security of the token ecosystem.

Honeypot mechanics represent another category of patterns that vulnerability scanners aim to detect. Honeypots are contracts designed to appear vulnerable or lucrative but trap users attempting certain actions, such as selling tokens. Scanners flag suspicious transaction restrictions, such as blacklisted addresses or transfer functions that revert under specific conditions. This is a subtle area because some tokenomics models legitimately implement anti-bot or anti-whale measures, which can resemble honeypots in their restrictions. Thus, while flagged, these mechanics require further manual inspection to distinguish malicious traps from intended protective features. The pattern alone does not confirm nefarious intent but serves as an alert for deeper behavioral analysis.

Finally, the economic environment and network conditions play a pivotal role in determining whether identified vulnerabilities are exploitable in practice. Factors such as network transaction fees can raise or lower the cost of attack attempts. On high-fee chains, exploiting small vulnerabilities may be economically unfeasible, reducing the threat level despite scanner warnings. Conversely, low-fee environments can lower barriers for attackers to probe and exploit weaknesses rapidly. Multisig wallet configurations also matter, as requiring multiple approvals for sensitive operations can prevent single-point failures but may introduce operational delays or coordination complexities that affect response to emergent threats. Thus, vulnerability scanner outputs must be interpreted through the lens of network economics and governance sophistication to assess real-world risk accurately.

In summary, smart contract vulnerability scanners provide indispensable initial assessments of structural security risks, highlighting areas of potential concern across permissions, upgrade mechanisms, liquidity configurations, and transactional behaviors. Yet, these tools do not operate in isolation; their flagged patterns require integration with governance analysis, economic context, and manual code review to form a comprehensive risk evaluation. By understanding the interplay between code structures and their operational environments, analysts can better differentiate between theoretical vulnerabilities and those with genuine exploit potential, guiding more informed decision-making in the complex 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 →