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 1,979 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 51,886 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 "arkham alternative" concept lies the structural pattern of smart contract mutability, often implemented through proxy upgrade mechanisms. These proxies present themselves as immutable contracts, offering users a stable and consistent interface that can inspire confidence in the security and permanence of the system. However, beneath this façade, the underlying contract logic can be swapped or upgraded, introducing a dynamic element that complicates straightforward assessments of risk and trustworthiness. This architectural choice can sometimes cause a mismatch between user expectations of immutability and the actual mutable nature of the contract, revealing a latent vector through which behavior can change post-deployment.

The proxy pattern’s flexibility allows developers to patch bugs, introduce new features, or adapt to evolving requirements without redeploying entirely new contracts. Nonetheless, this adaptability can also be a double-edged sword. The ability to modify contract logic after launch means that the contract’s security guarantees are not fixed but contingent on ongoing governance and control decisions. This raises critical questions about the transparency and integrity of the upgrade process. The upgrade pathway is not always visible or comprehensible to end users, which can sometimes lead to unforeseen alterations in contract behavior—some of which may be benign, while others could be disruptive or even malicious.

Central to understanding this pattern is the issue of control over the upgrade mechanism itself. The authority to execute upgrades is typically held by a designated owner or a governance multisig wallet. The security model of the upgradeable contract hinges heavily on who possesses this power and how tightly it is controlled. A key vulnerability emerges when upgrade authority is centralized in a single private key or held by a small, opaque group lacking robust operational security. In such cases, this centralized control point can become a single point of failure. If compromised, it could enable unauthorized or malicious upgrades that jeopardize user funds or undermine contract integrity. On the other hand, governance structures that employ decentralized multisig arrangements or community-driven oversight can mitigate these risks by distributing authority and requiring consensus, though this introduces its own operational complexities and potential delays.

The interplay between transaction fee economics and multisig governance can further influence the practical security and responsiveness of upgradeable contracts. On blockchains characterized by high transaction fees, executing multisig approvals or deploying upgrades may become prohibitively expensive. This economic friction might delay critical security patches or governance decisions, leaving contracts vulnerable for longer periods. Conversely, blockchains with low transaction fees reduce these financial barriers but may be more susceptible to spam or denial-of-service attacks that can disrupt multisig operations or governance proposals. These economic and operational factors create a nuanced landscape in which the speed and reliability of upgrades—and consequently the contract’s resilience—depend not only on governance design but also on the underlying network’s fee structure and security profile.

It is important to emphasize that the presence of a proxy upgrade pattern does not inherently imply malicious intent or elevated risk. This architectural choice can be a deliberate and prudent design decision aimed at enhancing adaptability and supporting long-term maintenance. The pattern’s safety and reliability are contingent on several conditions, including transparent governance frameworks, secure key management practices, and clear communication to users regarding the potential for future changes. In cases where upgrade authority is decentralized, subject to multisig consensus, or overseen by a community, the system tends to be more resilient and less prone to abrupt or unauthorized changes. Conversely, contracts with opaque or centralized upgrade controls carry a higher risk of sudden, unanticipated shifts in behavior following audits or deployments, which can undermine user confidence and security.

Analyzing contracts that follow the arkham alternative pattern requires a nuanced approach that balances the benefits of upgradeability against the risks introduced by mutable logic. While the pattern allows for essential flexibility in a rapidly evolving ecosystem, it also demands continuous vigilance and robust governance to prevent exploitation. The potential for upgrades to introduce new vulnerabilities or alter contractual terms necessitates scrutiny not just of the existing code but of the upgrade authority’s governance structures, operational security, and historical behavior. In some cases, the configuration of the upgrade mechanism may reveal patterns indicative of either prudent stewardship or heightened risk, but these signals alone do not confirm intent or predict outcomes with certainty.

Ultimately, understanding the arkham alternative pattern requires an appreciation of its dual nature as both a facilitator of innovation and a potential vector for risk. The distinction lies in how upgrade control is managed, how transparently changes are communicated, and how the community or stakeholders participate in governance. Recognizing these subtleties is essential for informed analysis and for navigating the complex trade-offs inherent in upgradeable smart contract designs.

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 →