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 3,758 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 48,753 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 the self-hosted risk checker concept lies the structural pattern of decentralized control over private keys and local execution environments. This approach fundamentally shifts the locus of authority and trust from centralized services to the individual user, who maintains exclusive access to their cryptographic credentials and the software that evaluates risk. On the surface, self-hosting suggests an enhanced security posture and greater autonomy, since users do not have to expose sensitive information or rely on external providers for crucial security insights. However, this apparent control can mask hidden vulnerabilities that arise from the complexity of maintaining both secure key management and a robust, up-to-date analytical environment. User error in key handling or gaps in the checker’s codebase can introduce risks that are less obvious but no less significant. The mismatch emerges because self-hosting transfers responsibility from external custodians to the individual, which can simultaneously reduce certain attack vectors—such as third-party data breaches—and introduce others that are subtler yet equally critical to address.

The single most analytically significant factor in this pattern is the private key’s role as the ultimate authority over asset control. Possession of the private key enables signing transactions and executing commands on-chain, making it the linchpin of security. This simple but powerful mechanism means that any compromise of the key—whether through malware infections, targeted phishing attacks, or vulnerabilities in the local device environment—can immediately nullify the benefits of a self-hosted risk checker. Even the most sophisticated and well-constructed checker is rendered ineffective if the private key is exposed or stolen. Therefore, the presence of a secure, isolated environment for both key storage and checker execution is essential. This may include hardware wallets, air-gapped devices, or secure enclaves, although each approach carries its own trade-offs in usability and complexity. Without such safeguards, the checker’s insights risk being irrelevant, as the critical security boundary is breached. This factor outweighs others in importance because no amount of analytical rigor can substitute for compromised key custody, which remains the single point of failure in decentralized asset control.

Two reference factors that often interact to influence the effectiveness of self-hosted risk checkers are smart contract mutability via proxy upgrade patterns and network transaction fee structures. Proxy upgrade designs allow deployed contracts to alter their code or logic post-deployment, which can invalidate prior risk assessments if the checker does not continuously monitor upgrade calls or new implementations. In practice, this means that a risk model built on a contract’s initial state can quickly become obsolete or misleading if the contract owner executes an upgrade that introduces new permissions, backdoors, or altered tokenomics. Some self-hosted checkers can sometimes incorporate real-time blockchain event monitoring or automated alerts for upgrade calls, but this requires technical sophistication and constant maintenance. Meanwhile, network transaction fees impact the feasibility and frequency of attack vectors such as spam transactions, front-running, or flash loan exploits. Networks with low transaction fees can enable attackers to execute rapid-fire manipulations at minimal cost, potentially circumventing static risk models that do not account for evolving on-chain conditions. When combined, these factors create a dynamic and fluid environment where traditional, static risk assessments may fail to capture emergent threats. Real-time monitoring of contract changes and network states thus becomes critical for maintaining accurate and actionable risk evaluations in a self-hosted context.

In generalized terms, the self-hosted risk checker pattern embodies a trade-off between control and complexity. It can be benign and even preferable in scenarios where users are technically proficient and maintain rigorous operational security protocols. Such users can leverage self-hosting to avoid reliance on third-party services that might be compromised, censored, or subject to regulatory pressure. However, this pattern also carries inherent risks when users overestimate their ability to securely manage private keys or neglect to update the checker software to reflect evolving contract states and network conditions. The pattern’s effectiveness hinges on continuous vigilance, secure key custody, and ongoing software maintenance. Absent these elements, self-hosting may create a false sense of security rather than a genuine reduction in risk. It is important to recognize that the presence of a self-hosted risk checker alone does not necessarily confirm user competence or security posture; the tool’s value depends heavily on how it is implemented and maintained.

Another analytical dimension involves the interplay between the self-hosted checker’s technical design and the user’s cognitive load. Self-hosting requires the user to interpret complex on-chain data, understand smart contract logic, and integrate multiple risk indicators into coherent decisions. This complexity can sometimes lead to cognitive overload or misinterpretation, especially if the checker’s interface or reporting lacks clarity. In some cases, sophisticated heuristics or pattern recognition algorithms embedded in the checker may flag contract permissions, liquidity pool lock status, or holder concentration metrics, but the user must still contextualize these flags within broader market dynamics. For instance, a contract with mutable permissions may not be inherently malicious but could represent a governance feature; similarly, a high degree of holder concentration can indicate either a risk of price manipulation or a legitimate founder stake. The checker’s role is to provide detailed, transparent data rather than definitive judgments, placing the burden of nuanced interpretation on the user.

Finally, the self-hosted risk checker model also reflects larger trends in decentralized finance and Web3 governance, where trust assumptions are continually being recalibrated. As markets mature, the demand for tools that enable decentralized, trustless risk assessment increases, but so do the challenges in ensuring these tools remain accurate, timely, and user-friendly. Self-hosting can sometimes signal a commitment to decentralization and privacy, but it simultaneously demands a level of expertise and discipline that not all users possess. The pattern thus encapsulates a tension between empowering individual agency and managing the practical realities of complex security ecosystems. Recognizing these subtleties is essential when evaluating the role and reliability of self-hosted risk checkers in the broader crypto landscape.

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 →