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

Crypto security inspection fundamentally hinges on a nuanced understanding of the underlying architecture of smart contracts and the mechanisms governing key management. At first glance, a deployed contract may give the impression of being immutable and intrinsically secure, simply because its code is publicly visible and appears fixed on the blockchain. However, this superficial assessment can be highly misleading. In many cases, projects employ a proxy upgrade pattern, which separates contract logic from data storage, enabling the behavior of the contract to be modified after deployment by swapping out the logic contract. This pattern introduces a dynamic element into what might otherwise be assumed to be static code. While this architecture supports legitimate needs such as bug fixes, feature rollouts, and adapting to evolving standards, it also creates a hidden attack surface that may not be fully captured by initial or even subsequent audits. Thus, the pattern itself does not by itself confirm malicious intent, but it can create a mismatch between perceived immutability and actual mutability, which an inspection must carefully factor in.

This proxy upgrade arrangement can sometimes open the door to governance exploits, especially if the upgrade authority is centralized or poorly controlled. For instance, if a single key or a small group holds the upgrade rights, they can theoretically introduce malicious logic at any time. The transparency of the blockchain may not immediately reveal this post-deployment change until scrutinized, making traditional audit reports incomplete when viewed without context. The risk is compounded if the process for authorizing upgrades lacks clear, enforceable policies or multisignature requirements, as the upgrade function effectively becomes a latent vulnerability. In some cases, audit firms will explicitly state the scope of their review excludes post-deployment upgrades, highlighting the importance of ongoing vigilance beyond the initial code review.

The private key associated with an address represents the most critical linchpin in crypto security inspection. Control over this key means full authority to move assets, change contract parameters, or interact with any functions accessible to that address. In practice, this is the ultimate point of failure. The mechanism itself is straightforward: possession equals control, with no inherent recovery if the key is lost or compromised. This creates a stark contrast with traditional financial systems, where recovery procedures and regulatory protections might exist. Even the most impeccably audited contracts and sophisticated multisignature setups can become ineffective if the underlying private keys are mishandled, stolen, or exposed—whether through social engineering, phishing schemes, malware, or operational negligence.

The security inspection must therefore scrutinize not only the contract code but also the key management practices of the controlling entities. While multisig wallets add complexity by requiring multiple approvals, they are no panacea. They reduce the risk that a single compromised key leads to catastrophic loss, but they also introduce potential operational risks. Coordination failures or delayed responses during critical moments can have severe consequences. Moreover, the threshold for multisig approvals, the distribution and security of the signers’ keys, and the policies around key rotation are all vital considerations that can sometimes escape attention during cursory reviews.

Transaction fee structures and multisignature wallet designs interact in subtle ways that influence both security posture and operational risk. On high-fee networks, frequent small transactions are economically disincentivized, which can reduce spam or front-running vectors but also potentially limit user interaction and liquidity. Conversely, low-fee environments facilitate more granular user interactions but can be vulnerable to transaction spam or denial-of-service attacks that flood mempools, delaying legitimate transactions or increasing confirmation times. The security inspection must consider how these economic factors influence attacker incentives and defense mechanisms.

Multisig wallets add a further layer of complexity. They enhance security by spreading control among multiple parties, but this complexity can hinder swift action in emergencies or upgrades. Operational delays can become security risks in their own right when a vulnerability demands immediate patching or when rapid fund movement is necessary to counteract threats. Fee constraints that affect signer activity—such as signers being unwilling or unable to pay transaction costs—can exacerbate delays or lead to lapses in maintaining critical functions such as contract upgrades or emergency withdrawals.

It is important to emphasize that the mere presence of upgradeable proxy patterns or multisig controls does not inherently imply risk or malfeasance. Many reputable projects employ these mechanisms deliberately to strike a balance between flexibility and security, enabling continuous improvement and shared governance. The core challenge for security inspection is to evaluate the scope and rigor of audits in relation to these dynamic elements, the robustness of private key management protocols, and the operational realities of fee environments and signer coordination. Only by understanding the interplay of these factors can an inspection move beyond superficial contract analysis and deliver meaningful insights into the security posture of a crypto project.

In cases that match this pattern, a thorough inspection will account not just for the static snapshot of deployed code but also for governance models, upgrade policies, key management practices, and network economic dynamics. These dimensions collectively shape the effective security perimeter, which is far more fluid and complex than the code alone suggests. Recognizing this nuance is essential to adjusting expectations and risk models appropriately when assessing crypto project security.

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 →