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,660 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 74,531 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 underpinning token safety tools frequently embed owner-controlled parameters that significantly shape transaction behavior, often through mechanisms like adjustable sell taxes or whitelist-enforced transfer restrictions. These features typically manifest via conditional require() statements or modifiable variables embedded within core transfer functions, allowing selective blocking or taxation of token sales. For instance, an adjustable sell tax parameter grants the contract owner the ability to increase fees on sell transactions after launch, which can disincentivize or outright prevent token exits. Similarly, whitelist-only exit mechanisms enforce a predetermined list of addresses authorized to sell tokens, effectively trapping non-whitelisted holders by blocking their liquidity access. Importantly, these contract-level controls can be identified through meticulous code inspection alone, without relying on on-chain trading history or external behavioral data.

The inherent risk associated with these structural patterns depends heavily on the extent of owner privileges and the transparency surrounding their intended use. Adjustable sell taxes might be benign or even beneficial if the owner renounces control post-launch or if the tax rate is fixed and publicly disclosed, serving as a funding mechanism to support project development or bolster liquidity pools. However, if the owner retains unilateral authority to arbitrarily increase sell taxes at any point, this capability becomes a potent soft honeypot, effectively locking sellers into their positions without explicit, upfront warning. Whitelist-only exit restrictions, while sometimes implemented to satisfy regulatory requirements or for controlled token distribution, can similarly be weaponized if the whitelist is owner-modifiable without transparent governance protocols. In these scenarios, selective exit blocking can occur, undermining holder autonomy. It is critical to emphasize that the mere presence of these patterns does not, by itself, confirm malicious intent; rather, they establish a structural framework that can be employed for either legitimate operational purposes or exploitative actions.

Further analytical depth arises when considering additional contract features that compound or mitigate these risks. Active mint authority on an SPL token contract, if not renounced, allows the issuer to inflate the token supply at will, diluting existing holders and potentially eroding market value. This supply inflation risk is particularly acute when combined with thin liquidity pools relative to market capitalization, as it can rapidly destabilize token price dynamics. Similarly, active freeze authority empowers the owner to halt transfers on a per-wallet basis, which might be employed for compliance enforcement or scam prevention but also introduces the possibility of arbitrary holder blacklisting. Contracts featuring blacklist functions callable exclusively by the owner introduce yet another layer of transfer restriction risk, effectively enabling selective censorship of token exits.

Conversely, the existence of governance safeguards can substantially mitigate these concerns. Contracts incorporating multisignature (multisig) requirements for executing sensitive functions, time-locked governance mechanisms that impose delays on parameter changes, or publicly auditable parameter modification processes enhance transparency and limit unilateral owner actions. Such controls can transform otherwise risky features into manageable risk management tools, balancing operational flexibility with holder protections.

The interplay of these features can produce a broad spectrum of outcomes ranging from benign operational controls to severe exit traps. For example, a contract combining adjustable sell tax and whitelist-only exit mechanisms, compounded by proxy upgradeability without timelocks, can enable rapid, unilateral parameter changes that effectively block liquidity exits and facilitate rug pulls. In cases matching this pattern, liquidity removal in a single transaction followed by a sudden price collapse is a documented outcome, often resulting in substantial holder losses. On the other hand, when these mechanisms are paired with transparent governance frameworks, renounced mint and freeze authorities, and robust multisig protections, the token safety tool can function as an effective risk layer that enhances overall token ecosystem integrity.

It is also worth noting that liquidity pool (LP) lock status plays a crucial role in this risk calculus. Pools with shallow depth, for instance under $50,000, are more vulnerable to price manipulation and sudden liquidity withdrawals, increasing systemic risk regardless of contract-level controls. Similarly, high holder concentration above certain thresholds can amplify exit risks if large holders exercise sell pressure or coordinate liquidity removal. These market structure factors interact dynamically with contract permissions to influence the practical risk profile of a token.

Mechanics associated with honeypots—contracts that allow buying but restrict or heavily tax selling—often arise from these adjustable parameters. Honeypot mechanics can sometimes be subtle, hidden behind obfuscated code or complex conditional logic, making code audit skills essential for their detection. However, honeypot patterns alone do not prove malicious intent; some projects may deploy them as part of experimental tokenomic models or marketing strategies. The critical analytical task is to evaluate these patterns in conjunction with owner authority, liquidity status, and governance transparency to assess whether they represent systemic exit traps or manageable features.

In sum, the best token safety tools emerge from a nuanced understanding of these multifaceted structural risk patterns. The balance between operational flexibility and holder protection hinges on owner privileges, contract transparency, governance frameworks, and market context. Recognizing that no single pattern definitively confirms intent, a holistic analysis integrating contract code, liquidity metrics, and holder distribution is essential to discerning the true risk landscape underlying token safety architectures.

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 →