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

Project audit report generators typically produce summaries based on static analysis of smart contract code and associated project documentation, delivering findings that focus on potential vulnerabilities, code quality issues, and adherence to known security best practices. These reports can sometimes appear to offer comprehensive assurance to stakeholders by highlighting flaws and compliance concerns that might otherwise go unnoticed. However, the structural limitations inherent in such audit reports often result in a mismatch between the perceived security posture and the actual risk that persists throughout a project’s lifecycle. This mismatch primarily arises from the static nature of the analysis and the cadence at which audits are conducted.

Audit reports are fundamentally snapshots of a contract’s state at a fixed point in time. They examine the code as it exists before deployment or at a specific version and do not typically reflect ongoing changes made after deployment, including proxy upgrades, governance-driven modifications, or interactions with off-chain components. This temporal limitation means that a clean audit report, while valuable, does not guarantee continued security or immutability of the contract. In some cases, critical elements such as upgrade mechanisms or external governance frameworks fall outside the audit’s scope, creating blind spots that attackers or malicious insiders can exploit later. Thus, an audit report alone does not necessarily confirm the long-term integrity or risk profile of a project.

Among the most analytically significant factors impacting the reliability of audit reports is the presence and design of upgrade mechanisms within smart contracts. Proxy upgrade patterns, which remain a widespread architectural choice for enabling contract evolution, allow a contract’s behavior to be fundamentally altered post-deployment without changing the audited bytecode directly. Technically, this involves a proxy contract that delegates calls to an implementation contract address, which can be swapped out by authorized entities. While this approach facilitates flexibility and bug fixes, it also introduces latent risks. Even if the initial implementation is audited and deemed secure, future upgrades could inject vulnerabilities or malicious features. An audit that excludes governance controls surrounding the upgrade process or fails to analyze upgrade logic comprehensively leaves a significant gap. This gap can be exploited by insiders or external actors who gain control over upgrade permissions, underscoring the importance of including upgradeability considerations in the audit scope.

The interaction between transaction fee structures and wallet security models further complicates the practical risk landscape for projects. On blockchains where transaction fees are relatively high, frequent small trades or spam attacks become economically unfeasible, indirectly limiting attack vectors and reducing network noise that could destabilize contract functions. Conversely, low-fee chains enable cheap transaction spam, which can be weaponized to manipulate on-chain data or degrade contract performance, introducing operational risks that static audits do not capture. Wallet security models, such as multisignature wallets requiring multiple signatures to execute critical actions, can either mitigate or exacerbate these risks. Multisigs reduce the probability of single points of failure by distributing control among multiple parties, potentially increasing security. However, they also introduce coordination complexities that can delay responses to emergent threats, especially in volatile market conditions where rapid action is necessary. Audit reports rarely assess these operational dynamics, which means their risk assessments may overlook vulnerabilities arising from governance inefficiencies or network economic conditions.

From an analytical perspective, project audit report generators serve as important tools for initial risk assessment but should not be mistaken for definitive security guarantees. The reliance on static snapshots is generally benign when projects maintain immutable contracts with no upgrade paths, or when upgrade mechanisms are fully transparent, well-governed, and included within the audit’s scope. In such cases, the audit’s findings can be more confidently interpreted as reflective of ongoing contract security. However, in instances where upgradeability exists but is not comprehensively audited, or where private keys and multisig configurations remain opaque, the assurances provided by audit reports can be misleading and potentially dangerous. The presence of upgrade mechanisms and governance opacity can, in some cases, mask heightened risk that only manifests during or after contract upgrades or governance shifts.

It is important to acknowledge that the presence of upgradeability or proxy patterns alone does not confirm malicious intent or inherent insecurity. These design choices can be instrumental in maintaining contract flexibility and addressing unforeseen issues. However, without transparent governance, rigorous access controls, and continuous monitoring, they introduce vectors for risk that static audits may not capture. Thus, the analytical value of project audit report generators lies in their ability to highlight structural risk patterns and vulnerabilities within a defined scope, but they must be understood as components of a broader, ongoing risk management strategy rather than one-time certifications. This nuanced understanding enables stakeholders to better interpret audit findings in the context of dynamic project evolution and operational realities.

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 →