Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
Swap on Verixia
[ on-chain  ·  solana + evm ]

Honeypot Token Check

Check whether this token blocks selling at the contract level. Honeypot tokens look identical to legitimate tokens on price charts until you try to exit.

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

Real-time honeypot checks are critical tools in the evaluation of token contracts, designed to detect embedded transfer restrictions that selectively inhibit sell transactions while permitting buys. From a technical standpoint, these restrictions often materialize as conditional require() statements within the transfer function of the smart contract. Such conditions typically revert transactions initiated by non-whitelisted addresses or under particular scenarios, effectively causing sell attempts to fail and consuming gas fees in the process. This structural pattern, while straightforward in concept, can be elusive without direct contract code inspection or transaction simulation prior to engaging in trading. The defining characteristic of a honeypot mechanism is its asymmetry: buyers can acquire tokens with relative ease, but attempts to liquidate holdings are blocked, trapping funds and creating a liquidity illusion.

The underlying mechanism of these transfer restrictions frequently hinges on time-sensitive permission checks. These checks differentiate between buy and sell flows by referencing on-chain state variables or owner-controlled lists, such as whitelists that permit certain addresses to sell, or blacklists that prevent others from exiting. The dynamic nature of these controls means that, while the contract may initially behave as expected, its operational parameters can shift, sometimes abruptly. This time sensitivity complicates risk assessments, as a token that appears fully tradable at launch can transition into a honeypot through owner intervention or contract upgrades.

A critical dimension of risk assessment involves the mutability of these transfer restrictions after deployment. If the whitelist or sell tax parameters are owner-adjustable without transparent governance or community oversight, the contract can become a soft honeypot. In such cases, the token owner or a privileged party can activate sell blocks or impose exorbitant fees at will, effectively trapping sellers after initial token distribution. This scenario is particularly insidious because it leverages user trust established during an initial period of apparent liquidity. Conversely, if whitelists are immutable post-launch, or if restrictions are implemented to satisfy regulatory compliance with clear communication to token holders, the honeypot pattern can be benign or even necessary. Immutable or community-controlled mechanisms that limit owner intervention tend to reduce risk substantially by preventing arbitrary trapping of sellers.

Additional structural features within the contract can significantly influence the risk profile associated with potential honeypot behavior. Notably, the presence of upgradeable proxy patterns introduces a higher degree of uncertainty. If the contract logic can be altered post-deployment without meaningful safeguards—such as timelocks, multisignature controls, or community approval—the capacity to enable or disable sell permissions dynamically makes the honeypot risk far more acute. In these cases, the contract’s codebase is not fixed but can be modified to introduce new restrictions or remove existing ones at any time. Similarly, pause functions that allow the owner to halt all transfers globally magnify this risk. While pause functionality can serve legitimate purposes like emergency response, it also provides a mechanism to freeze liquidity arbitrarily.

Moreover, the existence of freeze or blacklist mechanisms that target individual wallets compounds the potential for malicious behavior. If these permissions have been exercised historically without transparent justification or in the absence of clear market events, it can signal an elevated risk that owners wield these controls to trap or exclude particular participants selectively. On the other hand, transparent mint authority with documented, operational use patterns—such as controlled token inflation or deflation mechanisms—can mitigate concerns. Likewise, the absence of owner-modifiable sell tax parameters reduces the likelihood of sudden liquidity shocks. Observable community governance or timelocked controls on critical functions provide additional assurance by distributing control and limiting unilateral changes.

When combined with other common contract features, real-time honeypot patterns can manifest a wide spectrum of outcomes. At one end, they may introduce mild friction in trading flows, such as elevated but predictable sell taxes or narrow whitelist requirements that only occasionally restrict exits. At the other extreme, they can completely block exit liquidity, transforming a seemingly liquid token into a trap. A contract that features adjustable sell taxes alongside whitelist-only sell permissions can initially display robust liquidity, only to become a soft honeypot if the owner raises fees or restricts sell addresses after launch. This risk intensifies in the presence of proxy upgradeability and pause functions, enabling rapid and potentially opaque shifts in token transferability and liquidity.

However, this pattern does not necessarily confirm malicious intent on its own. When these permissions coexist with robust multisignature governance, community oversight, or immutable restrictions, the honeypot-like mechanisms may instead serve legitimate operational needs. For instance, they might be employed to enforce compliance with regulatory requirements, manage emergency responses to network attacks, or implement anti-fraud measures. The interplay between time-sensitive permissions and owner controls ultimately shapes the realistic risk profile, underscoring the necessity for nuanced analysis rather than simplistic binary judgments. Real-time honeypot checks, therefore, provide a valuable but partial lens into contract risk, requiring contextual interpretation alongside other security and governance indicators.

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 →