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

Launch risk checkers often center their analysis on one of the most subtle yet impactful structural features of smart contracts: mutability patterns, particularly those involving proxy upgrade mechanisms. At first glance, a freshly deployed contract may present itself as immutable and secure, appearing as a static piece of on-chain code that cannot be altered. However, many projects implement proxy contracts, where the deployed contract acts as a dispatcher redirecting calls to a separate logic contract. This architectural choice enables the logic contract to be swapped out or upgraded later, sometimes without clear or timely disclosure. The distinction between apparent immutability and actual mutability introduces a significant risk window that can persist long after initial audits have concluded, especially if the upgrade pathways are not scrupulously examined or understood.

This pattern can sometimes lull observers into a false sense of security because the initial audit may focus largely on the logic contract’s code without fully considering the proxy’s upgrade controls or the governance mechanisms governing those upgrades. Since the logic contract can be replaced, any vulnerabilities or malicious changes introduced subsequently could bypass the original audit’s assurances. In some cases, the proxy upgrade mechanism is controlled by a single private key or a centralized authority, effectively concentrating enormous power over the contract’s behavior in one entity. This centralization of control inherently magnifies the launch risk because it creates a single point of failure or compromise that could be exploited to drain funds or alter contract logic in harmful ways.

The single most critical factor when assessing launch risk, therefore, is the nature of control over private keys tied to contract ownership or upgrade authority. Those who hold these keys possess the ability to govern the contract’s state, including pushing arbitrary upgrades, pausing functionality, or seizing tokens. This concentration of power is foundational to the risk profile surrounding any newly launched token or project. Even if the contract is well-audited and follows best practices, the security of the private keys controlling upgrades is crucial. If these keys were to be leaked, stolen, or misused, the project’s entire integrity could be compromised. Conversely, if ownership keys are secured through multisignature (multisig) arrangements—requiring multiple independent approvals for critical actions—the risk profile shifts. Multisig wallets can mitigate the risk of unilateral malicious upgrades but introduce their own complexities, such as potential operational delays and trust assumptions about the signers’ intentions and security hygiene.

The interaction between transaction fee economics and multisig governance further shapes the practical risk environment during a launch. Networks with high transaction fees can sometimes act as a natural deterrent against spam or micro-manipulative trades. By raising the cost of executing rapid, low-value transactions, these fees limit vectors of attack that rely on flooding the network with repeated small trades to manipulate price or liquidity signals. On the other hand, low-fee chains can sometimes facilitate these rapid-fire manipulations, increasing the likelihood of price swings or artificially inflated volume during the sensitive launch phase. This dynamic can complicate the assessment of launch risk because it ties technical contract features to broader economic factors.

Meanwhile, multisig wallet structures, while improving security by distributing control, can reduce agility during volatile launch conditions. The requirement for multiple signatures to approve upgrades or critical transactions increases operational complexity and can delay response times when swift action is necessary. This trade-off between increased security and decreased responsiveness is especially pronounced during token launches, where market conditions can shift dramatically within minutes. The balance between these factors—transaction fee regimes, multisig complexity, and upgrade control—creates a nuanced security landscape that launch risk checkers must attempt to parse and interpret.

It is important to emphasize that the presence of a proxy upgrade pattern or centralized private key control alone does not necessarily imply malicious intent or guarantee project failure. Many legitimate, reputable projects use upgradeable contracts precisely to fix bugs, patch vulnerabilities, or add new features after launch. Multisig governance schemes, when well-managed, can enhance security by requiring consensus among trusted parties before critical changes are enacted. However, these patterns do expand the attack surface and increase the trust assumptions users must accept. A launch risk checker that flags proxy upgrade mechanisms or concentrated key control should be understood as identifying potential vectors for compromise, not as delivering conclusive evidence of risk. The context of governance practices, the transparency of upgrade processes, and the operational security of key holders all factor into determining whether the risk indicated by these patterns is theoretical or imminent.

Ultimately, a sophisticated launch risk checker combines both code-level analysis—looking at contract mutability, permission controls, and upgrade mechanisms—with a broader understanding of governance models and network conditions. This integrated approach enables a more nuanced assessment of risk, recognizing that structural patterns can sometimes serve legitimate and beneficial purposes, while also acknowledging that they can be exploited in adversarial scenarios. Only by maintaining this analytical depth can risk assessments move beyond surface-level heuristics and provide meaningful insights into the complex realities of token launches.

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 →