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.8 / 5 from 2,165 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 52,558 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

Smart contract grading on Solana fundamentally revolves around the thorough evaluation of the contract’s underlying code and deployment characteristics, which together define the contract’s behavior and inherent risk factors. At first glance, a contract’s source code or its public interface may present as straightforward and immutable, fostering a perception of security and predictability in execution. However, this surface-level analysis often obscures complexities introduced by design choices such as proxy upgrade patterns. These patterns allow the contract’s logic to be modified after deployment, introducing a layer of mutability that can dynamically alter the contract’s risk profile over time. Without explicit visibility into whether such upgrade mechanisms are in place, grading based solely on static code snapshots can lead to misclassification—either underrating a contract’s risk if upgrades introduce vulnerabilities later or overrating safety when the code appears immutable but isn’t practically so.

This subtlety highlights a broader challenge in Solana contract grading: the divergence between apparent immutability and actual mutability. Contracts that implement proxy upgrades can sometimes provide vital flexibility, such as enabling bug fixes or feature improvements that improve overall security and utility. Yet, this same flexibility can be exploited if upgrade privileges are concentrated in a single party without sufficient governance or transparency. The presence of upgrade authority alone does not confirm malicious intent; it is the governance framework surrounding that authority, including multi-party approvals or time-locked upgrades, that provides meaningful risk mitigation. Hence, effective grading must incorporate not just the presence of mutability but also the controls and transparency mechanisms governing its use.

Another critical dimension in grading Solana contracts lies in the control of private keys associated with contract addresses. The private key is the gatekeeper that authorizes all transactions and interactions with the contract, effectively granting full control over assets and the ability to alter contract state. This control is absolute and irreversible: if the private key is compromised, there is no built-in recovery or override mechanism. Consequently, the security model of the key management system is paramount in the risk assessment. Contracts or wallets that depend on single-key authorization inherently carry elevated risk due to the single point of failure. In contrast, multisignature (multisig) or threshold signature schemes, which require multiple independent key holders to approve actions, distribute control and reduce the likelihood of unilateral, potentially malicious activity.

However, multisig implementations introduce their own nuances. While distributing authority can enhance security, it can also introduce operational complexities that affect contract usability and responsiveness. For instance, requiring multiple signatures can delay critical interventions in emergency situations, such as halting a contract under attack or rolling back malicious transactions. From a grading perspective, the presence of multisig must be weighed against these practical trade-offs, and the specific configuration—such as the number of signers required and the governance process for adding or removing signers—must be scrutinized. In some cases, overly cumbersome multisig setups may inadvertently increase risk by slowing responses, even though their intent is to bolster security.

Transaction fee structures on Solana also interact with contract risk profiles in important ways. Solana’s relatively low transaction fees lower barriers to executing numerous or small-value transactions, which can sometimes facilitate spam attacks, front-running, or rapid exploit attempts. This fee environment can encourage high-frequency interactions that test the contract’s resilience under stress or expose vulnerabilities more quickly. When combined with multisig wallets, these dynamics become more complex. While multisig adds security by requiring multiple approvals, the increased operational overhead can mean that low fees lead to many pending transactions waiting for approval, potentially congesting the system or creating windows of vulnerability. Conversely, higher fees might deter spam and reduce attack surface but can also discourage legitimate rapid responses from multisig signers, impacting contract management effectiveness.

Solana contract grading ultimately reflects a nuanced balance among code immutability, key control, transaction economics, and governance mechanisms. Mutable contracts and single-key control often correlate with higher risk profiles, yet these patterns are not inherently indicative of malicious intent or poor design. Upgradeability can be a vital feature for maintaining contract security and functionality over time, especially in fast-moving or innovative projects. Similarly, single-key wallets may be appropriate in contexts where the contract holds low value or is intended for personal use, where operational simplicity outweighs security concerns. Thus, grading frameworks must incorporate contextual factors such as the presence of multisig protections, the clarity and transparency of upgrade procedures, and the operational environment surrounding transaction fees and signer coordination.

Importantly, recognizing benign instances of these structural patterns is as critical as identifying their potential for exploitation. For instance, a contract that uses proxy upgrades but implements a transparent, on-chain governance process for approving changes is less risky than one where a single developer retains unchecked upgrade authority. Similarly, a single-key wallet managing a small, personal fund is not equivalent in risk to a similarly configured wallet controlling millions. Without this contextual understanding, grading risks producing false positives that unfairly label trustworthy contracts as high risk or false negatives that overlook subtle but significant vulnerabilities. Therefore, a sophisticated, multi-dimensional grading approach that combines static code analysis with dynamic governance and operational assessments offers the most reliable insight into contract risk on Solana.

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 →