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

Verify the contract structure, on-chain trading history, and developer wallet activity before buying in.

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 4,079 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 53,251 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 that implement what might be described as a "fake kol shill detector" pattern often embed sophisticated logic designed to monitor, detect, and restrict token transfers based on behavioral heuristics or external signals that attempt to identify inauthentic promotional activity. These mechanisms typically function by integrating conditional checks within the transfer or sell functions—such as require() statements or mappings that blacklist certain addresses—effectively preventing transactions from addresses flagged under the detector’s criteria. The technical architecture of these detectors can sometimes be subtle, as they do not inherently produce anomalies visible through standard market data like price charts or trading volumes, making them detectable only through direct contract inspection and code analysis.

At its core, this pattern acts as a gatekeeper, selectively disabling transfers or sales for wallets deemed to be engaging in suspicious or manipulative influencer activity—often colloquially referred to as “shilling.” This can include automated identification of addresses that post excessive promotional content, use bots, or exhibit other behaviors considered inauthentic by the contract’s logic. However, it is important to acknowledge that the presence of such a detector does not alone confirm malicious intent or fraudulent design. In some cases, the detection criteria can be designed with good faith to uphold compliance, prevent market manipulation, or block known malicious actors from abusing the token’s ecosystem.

The risk profile of fake kol shill detector patterns becomes significantly elevated when the criteria for blocking transactions are modifiable by the contract’s owner or governing entity, particularly when these controls lack transparency or external checks. In these scenarios, the project team can arbitrarily restrict sales from specific wallets after launch, effectively trapping holders and creating what is known as a soft exit-block. This is akin to a honeypot structure, where buyers may enter the market unaware they could be prevented from selling later based on opaque or dynamically changed detector rules. The potential for abuse is compounded if the blacklist or detector logic can be updated without public auditability or if the owner can toggle the detector’s active status at will, enabling sudden and unpredictable restrictions.

Conversely, when the detection rules are fixed and immutable—hardcoded into the contract without any owner override—or when the project employs transparent governance models with verifiable off-chain mechanisms governing any changes, the risk profile is considerably mitigated. In such cases, the detector can serve as a protective measure, reinforcing market integrity by filtering out genuinely harmful actors or non-compliant behavior rather than functioning as an exit-block tool. The critical distinction lies in whether the owner retains unilateral control over the detector’s parameters post-deployment. Immutable detectors or those governed by clearly defined, community-approved processes reduce the likelihood of arbitrary or malicious use.

Further contextual signals can shift the assessment of risk associated with this pattern. The presence of owner-controlled functions that allow adding or removing addresses from the blacklist or whitelist, or toggling the detector’s operational status, raises concern about potential abuse. This concern is particularly acute if the contract is upgradeable via proxy patterns without safeguards such as timelocks, multisignature controls, or community oversight. Such upgradeability enables rapid and opaque changes to the detector logic, potentially transforming a benign compliance tool into a mechanism for exit blocking or market manipulation. On the other hand, if the contract source code reveals immutable detector rules or if the project discloses verifiable governance mechanisms restricting owner discretion, the pattern’s risk is reduced.

The presence or absence of additional contract authorities also plays an important role in risk assessment. Active mint or freeze authorities operating alongside a fake kol shill detector pattern compound risk, as they grant the project team further powers that can be used to manipulate token supply or restrict holder behavior. Conversely, the renouncement of such privileges or their absence can moderate risk, emphasizing the importance of transparency and immutability in these parameters. The interplay between detector logic and other contract features is essential in understanding the true threat posed.

When combined with other commonly observed risk conditions—such as adjustable sell taxes, whitelist-only exit restrictions, or pause functions—the fake kol shill detector pattern can contribute to a layered exit-block environment. This can result in scenarios where liquidity is rapidly drained or severely constrained, and holders face multiple overlapping barriers to selling their tokens. Such environments have the potential to precipitate sudden and steep price collapses, as attempts to exit are throttled or blocked by a combination of selective transfer blocking, elevated sell taxes, and freeze authorities. However, if the detector exists in isolation without owner upgradeability or paired restrictive features, the potential negative outcomes narrow substantially. The complex interrelation of these structural patterns ultimately determines whether the detector functions as a defensive compliance tool or as a component within a more elaborate scam architecture.

It is also important to highlight that the mere presence of a fake kol shill detector does not inherently imply fraudulent intent or inevitability of harm. The pattern itself is a neutral technical construct whose impact depends largely on implementation details, governance transparency, and the broader contract ecosystem. Analytical depth requires assessing the full context—contract authority structure, upgrade pathways, paired restrictive mechanisms, and the project’s disclosure of governance processes—to form a nuanced view of risk. Only then can one begin to discern whether the detector’s existence is a sign of thoughtful market protection or a potential vector for exit blocking and holder entrapment.

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 →