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 3,454 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 66,461 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:
No signup required · Results in seconds
Unlimited checks from 0.15 SOL · One-time, no auto-renew
Access is saved on this device the moment your payment confirms on-chain
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
1.5 SOL / year
Popular
Monthly Access
0.5 SOL / month
Try it -- no commitment
Weekly Access
0.15 SOL / week · no auto-renew
On-chain Solana Pay Any wallet No auto-renew
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

Wallet extension safety concerns often revolve around the nuanced interaction between a wallet’s permission model and the underlying token contract’s transfer restrictions. At the core of this dynamic lies the contract’s transfer function logic, which can include conditional require() statements that enforce whitelist or blacklist constraints. These checks serve as gatekeepers, reverting transactions initiated by unauthorized addresses. From a mechanical standpoint, this means that while a wallet extension may facilitate a user’s attempt to initiate a transfer or sale, the transaction may ultimately fail at the contract level if the wallet’s address is not permitted or is explicitly blocked. This failure typically consumes gas fees, yet the wallet extension’s interface may not provide clear feedback on the reason for the failure, leading to confusion and frustration. Understanding this interaction is essential because wallet extensions act as the user’s interface into the blockchain’s transactional layer but do not override immutable contract rules encoded within smart contracts.

This structural pattern becomes materially risk-relevant primarily when the whitelist or blacklist is mutable by the contract owner after the token’s launch, especially if such changes occur without transparent governance frameworks or a clear operational purpose. In such cases, the contract owner holds the power to selectively prevent sell transactions while potentially allowing buys, which can trap users’ funds indefinitely. This ability to block exits can be exploited maliciously or used opportunistically, transforming what might otherwise seem like a benign contract feature into a potential exit trap. However, it is important to emphasize that the mere presence of whitelist or blacklist mechanisms does not inherently imply malicious intent. Many projects incorporate these controls for legitimate reasons, such as regulatory compliance, fraud prevention, or managing phased token distributions during launch periods. The critical factor is whether the wallet extension and contract together enable the owner to dynamically and unpredictably alter permissions in a manner that restricts user exits without prior notice or recourse. When permissions are static, ownerless, or governed by transparent, community-agreed rules, this pattern can be a legitimate operational design rather than a risk indicator.

Further analytical depth emerges when additional contract capabilities intersect with wallet extension operations. For instance, if the token contract exposes parameters that the owner can adjust in real time through the wallet extension—such as sell tax rates or pause functions—this can significantly increase risk. Adjustable sell taxes allow the owner to impose sudden, steep fees on transactions, which can disincentivize selling or create unpredictable cost structures for users. Pause functions, callable via wallet extensions, can halt all transfers or sales suddenly, which in the absence of clear governance or community oversight, can be used to freeze user funds arbitrarily. Conversely, contracts that have renounced minting authority, disabled freeze functions, and eschewed upgradeable proxy patterns tend to present a safer profile. These immutability features limit the owner’s ability to alter contract behavior post-deployment, reducing the scope for exit manipulation. Transparency also plays a critical role: verified contract code, public audits, and wallet extension warnings that inform users about transfer restrictions before transaction initiation can mitigate risk by aligning user expectations with contract realities.

When wallet extension safety concerns combine with other key factors—such as shallow liquidity pools, thin order books, or proxy upgradeability—the potential outcomes become even more complex. In scenarios where liquidity pools are under certain threshold depths relative to market cap, attempts to sell large token volumes can exacerbate price slippage and increase the risk of failed transactions. Thin order books compound this issue by providing insufficient counterparties for trades, making exits more difficult or costly. Proxy upgradeability adds another layer of uncertainty because it allows contract logic to be modified post-launch, potentially introducing new restrictions or removing safeguards without user consent. The interplay of these conditions can lead to worst-case outcomes where users repeatedly attempt to sell tokens via wallet extensions, only to have transactions revert after gas fees are deducted, resulting in trapped capital and financial loss. The lack of explicit failure communication from the wallet extension can cause users to misinterpret these failures, inadvertently compounding losses through persistent retry attempts.

On the other hand, if the contract’s restrictive mechanisms are coupled with robust multisignature controls, timelocks, and transparent governance processes, the risk profile can shift toward the positive end of the spectrum. In such frameworks, whitelist or blacklist enforcement, adjustable taxes, or pause functions may serve protective functions—guarding the token ecosystem against exploits, sudden market shocks, or malicious actors. The presence of multisig controls ensures that no single entity can unilaterally impose restrictions, while timelocks provide a buffer period before any changes take effect, allowing stakeholders to respond accordingly. Transparent governance further contextualizes these controls within community consensus, reducing the likelihood that restrictions are applied arbitrarily or maliciously. Therefore, the relationship between wallet extension permissions and contract-level controls is not simply binary but exists along a continuum, where similar patterns can signify either operational prudence or exploit risk depending on governance, transparency, and the broader tokenomics environment.

In summary, wallet extension safety is deeply intertwined with contract design, governance models, and market conditions. The presence of whitelist and blacklist controls within token contracts, especially when owner-modifiable, demands careful scrutiny in the context of how wallet extensions facilitate user interactions. While these patterns can sometimes indicate exit risk or fund trapping potential, they do not by themselves confirm malicious intent. Rather, a comprehensive assessment considers the mutability of permissions, additional contract capabilities like adjustable taxes and pause functions, liquidity conditions, upgradeability, and governance frameworks. Only by analyzing these factors in concert can one approach a nuanced understanding of wallet extension safety and the structural risks embedded in token ecosystems.

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 →