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

Contracts associated with backpack wallet safety often hinge on specific permissioned controls embedded within the token’s core logic, which can include mechanisms like owner-controlled adjustable sell taxes or whitelist-only exit permissions. These features are designed to regulate or restrict token transfers based on the wallet’s status or the direction of the transaction, functioning as gatekeepers that can selectively permit or tax sales and transfers. Adjustable sell taxes usually operate by imposing variable fees on token sales, which can be dynamically modified by the contract owner or a designated authority. Whitelist-only exit mechanisms restrict selling privileges to a predefined set of addresses, effectively allowing only approved wallets to liquidate their holdings. Both approaches rely on conditional checks, such as require() statements in Solidity or equivalent constructs, within transfer functions to enforce these restrictions. If a transaction does not meet the criteria, it is reverted, thereby preventing execution. These patterns are structural and can be detected through direct contract code analysis, independent of real-time trading activity or price fluctuations.

The risk dimension of these backpack wallet safety patterns emerges primarily when the controlling party, often the contract owner or a privileged admin, retains unilateral authority to alter these key parameters after deployment without robust governance frameworks like timelocks or multisignature (multisig) approval processes. Adjustable sell taxes that can be arbitrarily increased post-launch present a subtle but significant risk vector: holders might find themselves unable to sell without incurring prohibitive fees, effectively locking their capital within the token ecosystem. This dynamic can create what is sometimes called a “soft honeypot,” where buying is unrestricted but selling is heavily penalized or blocked altogether for non-whitelisted addresses. Whitelist-only exit controls, similarly, can trap liquidity by only permitting sales from a closed group of wallets, excluding the broader holder base from exiting positions. However, these mechanisms alone do not inherently imply malicious intent. In some cases, they serve legitimate operational purposes such as anti-bot protections during launch phases, staged token releases, or regulatory compliance. The critical factor lies in whether these controls are immutable or subject to ongoing modification by a centralized authority.

A more nuanced assessment emerges when additional signals are incorporated. The presence or absence of multisig wallets or timelock contracts guarding owner functions significantly alters the risk profile. If sell tax adjustments or whitelist modifications are governed by multisig wallets with publicly known signatories or timelocked contracts, the likelihood of sudden, unfavorable parameter shifts is reduced. Conversely, contracts where the owner can single-handedly modify these settings at will carry inherently higher risk. Another important element is the renouncement status of mint and freeze authorities. Mint functions that remain active post-launch allow for potentially unlimited token creation, diluting existing holders’ stakes and undermining value stability. Freeze functions, which can halt transfers from specific addresses or freeze the entire contract, add an additional layer of control that can be weaponized to block exits selectively. Detecting on-chain evidence of parameter changes, blacklist activations, or freeze function calls provides further context. Even if such powers remain dormant, their mere availability creates latent risk.

The interplay between these contract-level controls and market conditions profoundly shapes possible outcomes. For instance, when patterns like adjustable sell taxes or whitelist-only exits intersect with thin liquidity pools—defined by pool depths below typical median thresholds or relative to market capitalization—the potential for price manipulation or exit blocking intensifies. Shallow liquidity is vulnerable to single large transactions that can drain pools or trigger cascading price drops, trapping holders who cannot sell due to contract restrictions or prohibitive fees. Similarly, recently launched tokens with short pair ages and upgradeable proxy contracts lacking timelock protections face compounded risks. The upgradeability aspect means the contract logic can be changed post-launch, potentially introducing new restrictions or removing safeguards without holder consent. In adverse cases, these factors coalesce to create scenarios where holders are effectively locked in, unable to liquidate without severe penalties or outright blocking.

On the other hand, when backpack wallet safety features are embedded within a transparent governance framework, with multisig oversight, timelocks, and clear community protocols, they can serve as protective measures rather than traps. For example, adjustable sell taxes can be used to discourage rapid sell-offs during volatile periods, stabilizing token price and reducing front-running risks. Whitelist-only exits might be part of phased token unlocking schedules designed to prevent market dumps following large token releases. In such contexts, these mechanisms contribute positively to the token’s health and longevity without imposing undue restrictions on holders. Adequate liquidity depth and mature market activity further mitigate risks by ensuring that legitimate trading can occur without triggering disproportionate price swings or exit difficulties.

Ultimately, backpack wallet safety patterns represent a complex intersection of contract design, governance structures, and market dynamics. While their structural presence can sometimes indicate heightened risk—especially when coupled with centralized, unrestricted control—they do not by themselves confirm malicious intent or fraudulent activity. Each pattern must be contextualized within the broader ecosystem, contract permissions, and transparency measures to discern whether they function as prudent safety nets or as mechanisms that could entrap holders and facilitate value extraction. Analytical rigor demands that these factors be examined holistically rather than in isolation, recognizing that the same structural features can serve vastly different roles depending on their implementation and governance.

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 →