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.6 / 5 from 4,109 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 45,615 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

A blacklist address check typically manifests as a mapping within a token contract that flags certain addresses as prohibited from transferring tokens. Mechanically, this pattern enforces a require() condition in transfer-related functions, reverting transactions initiated by blacklisted addresses. This structural feature effectively blocks those wallets from selling, transferring, or interacting with the token in ways that move balances. The blacklist is often controlled by an owner or admin role, enabling dynamic updates post-deployment. While this pattern is straightforward to detect through contract code inspection, its mere presence does not confirm malicious intent; it simply establishes a gatekeeping mechanism that can restrict token flow for designated addresses.

The risk relevance of a blacklist address check depends heavily on who controls the blacklist and how it is used. If the owner can arbitrarily add or remove addresses after launch, this capability can be weaponized to trap holders or selectively censor transactions, creating exit barriers or selective sell blocks. Such control may be deployed opportunistically to prevent users from selling during periods of high volatility or to punish dissenting token holders. This can sometimes manifest as a subtle form of market manipulation, where the token’s liquidity appears stable but is artificially maintained by restricting the ability of some holders to exit their positions. Conversely, the pattern can be benign when used for compliance reasons, such as excluding sanctioned wallets or known malicious actors, especially if the blacklist is immutable or governed by transparent, rule-based criteria. The key differentiator is owner modifiability and the transparency of blacklist criteria; a static, publicly auditable blacklist is less likely to pose systemic risk than a mutable one controlled by a single party.

Observing additional contract features or on-chain behavior can shift the risk assessment of a blacklist address check. For instance, if the contract includes owner-controlled adjustable sell taxes or whitelist-only exit mechanisms, the blacklist function may be part of a broader toolkit enabling exit restrictions. In such cases, the blacklist serves not merely as a gatekeeper but as a component within a layered control system that can disincentivize or outright prevent selling. When layered with adjustable taxes that can spike suddenly post-launch, this can create a soft honeypot scenario where holders find themselves economically discouraged from selling without the transaction outright failing. On the other hand, if mint and freeze authorities have been renounced, and no upgradeable proxy pattern exists, the blacklist’s potential for abuse diminishes considerably. This is because the contract’s functionality cannot be changed after deployment, reducing the likelihood of the blacklist being weaponized arbitrarily. However, even in such cases, the presence of a blacklist does not guarantee safety; it merely limits the scope of potential misuse.

On-chain evidence of blacklist usage—such as failed transfers from blacklisted addresses—would confirm active enforcement, raising risk, while absence of such events or a transparent governance process around blacklist updates would temper concerns. In some cases, observing a history of blacklist updates can provide insight into the owner’s behavior—whether the blacklist is adjusted reactively to security events or manipulated to restrict liquidity during critical price movements. This behavioral context is crucial because the blacklist mechanism itself is a neutral tool; its impact depends on operational practices. For instance, if the owner frequently adds addresses during price dips or moments of large sell-offs, this can indicate an intent to trap sellers and maintain price artificially. Conversely, a dormant or rarely updated blacklist, especially one governed by multi-signature or decentralized processes, can sometimes enhance trust.

When combined with other common conditions, a blacklist address check can contribute to a spectrum of outcomes ranging from mild operational control to severe exit blocking. For example, pairing a blacklist with an adjustable sell tax that can be raised post-launch creates a complex economic barrier to exiting positions rather than an outright technical block. This can sometimes be more insidious, as it does not produce immediate transaction failures but still restricts liquidity through punitive costs. Similarly, if the blacklist operates alongside a pause function or upgradeable proxy, the contract owner may gain layered control to halt or alter token flow dynamically. This combination can enable rapid response to perceived threats but also opens avenues for abuse if used to freeze liquidity or prevent withdrawals arbitrarily. In contrast, a blacklist used in isolation with immutable rules and no owner privileges generally results in limited impact, serving more as a compliance or security feature than a risk vector.

Understanding the blacklist address check pattern requires nuance; it is neither inherently good nor bad. The presence of blacklisting capability alone does not confirm intent, nor does it guarantee abuse. Instead, the pattern should be analyzed in the context of ownership privileges, contract upgradeability, complementary control mechanisms, and on-chain evidence of enforcement. In decentralized ecosystems where trust minimization is valued, any centralized control embedded in the blacklist feature can sometimes introduce friction or risk. Yet, in regulated environments or tokens aiming to exclude bad actors, this pattern can sometimes be an essential tool for maintaining ecosystem integrity. The critical analytical task lies in assessing the interplay of these factors rather than isolating the blacklist check in a vacuum.

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 →