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.6 / 5 from 1,892 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 49,104 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 critical structural pattern that often emerges during BSC honeypot checks involves the deployment of conditional require() statements embedded within core token transfer functions, specifically transfer() or transferFrom(). These conditions can selectively cause transaction reverts depending on the sender’s or recipient’s address, effectively gating token movement in subtle but significant ways. Mechanically, this design allows buy transactions to execute seamlessly—often from any address—while sell or transfer attempts initiated by certain addresses, typically non-whitelisted ones, cause the contract to reject the transaction. The practical effect is a trap: tokens purchased can become illiquid or “locked” in buyer wallets, unable to be offloaded or transferred without triggering a revert. This pattern is often implemented through mappings that maintain either a whitelist of permitted addresses or a blacklist of forbidden addresses. Importantly, such behavior can be detected through static contract code analysis without needing to execute trades, making it an early warning indicator of potentially malicious transfer restrictions.

This honeypot effect derives from asymmetric transfer permissions. Unlike straightforward token contracts that treat all transfer attempts similarly, these contracts differentiate based on address-level privileges, creating a scenario where buyers are invited in but sellers or exit attempts are blocked. The pattern’s subtlety lies in its ability to coexist with seemingly normal price action and volume metrics, which can mask the actual inability of holders to liquidate tokens. This means that a token’s price chart or trading activity alone does not reliably reveal the underlying transfer restrictions, underscoring the importance of scrutinizing contract code directly for conditional transfer logic.

The risk relevance of this pattern hinges significantly on the mutability of the whitelist or blacklist mappings. Should these lists be owner-modifiable post-deployment, the contract owner retains the capacity to dynamically adjust transfer permissions at will. This flexibility can be exploited to selectively restrict transfers: a broad whitelist may initially encourage buying activity by allowing many addresses to trade freely, but the owner can later narrow this list to exclude most holders, effectively locking tokens in place. Conversely, if these lists are immutable or governed transparently—such as through decentralized governance mechanisms or time-locked contracts—the pattern’s risk diminishes considerably. In some cases, the whitelist may serve legitimate purposes, such as ensuring compliance with regulatory mandates (for instance, restricting transfers to KYC-verified wallets) or managing phased token launches where circulation is intentionally controlled. The key analytical distinction is whether unilateral owner control over these permissions persists after launch; such control materially increases the potential for the mechanism to serve as a honeypot.

Additional contract features can compound or mitigate the risk posed by conditional transfer restrictions. For example, the presence of an adjustable sell tax parameter, controlled by the owner, can be used post-launch to impose punitive fees on sell transactions. While this does not outright revert sells, it can impose economic disincentives so severe that selling becomes effectively impossible, mirroring the functional impact of a honeypot. Similarly, contracts employing upgradeable proxy patterns—especially those lacking timelocks or multisignature governance—can dynamically alter their logic to introduce or remove transfer restrictions after deployment. This capability heightens uncertainty and risk, as the contract’s behavior can change abruptly in ways that trap holders. In contrast, evidence of renounced ownership or immutable whitelist configurations provides a degree of assurance that transfer restrictions are fixed and not subject to owner manipulation. On-chain history is also instructive: repeated use of blacklist functions or pause mechanisms to restrict transfers after launch often signals higher risk, whereas a lack of such interventions alongside transparent communication about whitelist policies tends to reduce suspicion.

The interplay of these patterns with other contract mechanisms can create layered exit barriers for token holders. For instance, combining whitelist-only exit restrictions with an active freeze authority on token accounts enables the owner to halt transfers on a per-wallet basis, compounding exit risk by selectively immobilizing specific holders. If the contract further includes a pause function, the owner gains the ability to freeze all transfers indiscriminately, intensifying forced-exit scenarios where holders cannot offload tokens regardless of whitelist status. Conversely, if the contract maintains active mint authority without clear operational justification, the risk profile shifts somewhat. Instead of purely exit blocking, the potential for inflation attacks emerges, where the owner can mint new tokens arbitrarily, diluting existing holders and undermining token value. The combination of these controls—transfer permissions, freeze authority, pause functionality, and mint capability—can yield a complex risk landscape. However, the presence of robust governance frameworks, transparent controls, and active community oversight can materially reduce the likelihood that such mechanisms are exploited maliciously.

It is essential to note that the presence of conditional transfer restrictions or owner-modifiable whitelists by themselves do not confirm intent to defraud or trap holders. Legitimate operational needs or regulatory compliance can drive similar design choices. Therefore, these patterns should be analyzed contextually, considering contract governance, upgradeability, owner activity, and on-chain behavior collectively rather than in isolation. This nuanced approach ensures that the structural signals identified during a BSC honeypot check inform a balanced assessment of risk rather than simplistic judgments about token safety.

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 →