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.8 / 5 from 3,051 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 64,850 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 honeypot function in a crypto token contract typically revolves around a conditional gating mechanism embedded within the token’s transfer logic. At its core, this function often manifests as a require() statement or similar conditional check that selectively rejects transfer attempts based on the sender’s or recipient’s address attributes. Mechanically, this may mean that buy transactions can proceed unhindered, while sell or outgoing transfers from certain addresses are deliberately reverted. This leads to a scenario where the token appears tradable on standard decentralized exchanges, yet the exit ramp for holders can be unexpectedly closed at the smart contract level, causing transfers that attempt to sell the token to fail and consume gas without execution. Such behavior is not merely a surface-level liquidity issue but is rooted in explicit on-chain code that targets specific addresses or classes of holders.

The honeypot pattern’s detectability is relatively straightforward through direct contract examination because the logic enforcing these transfer restrictions is embedded within the on-chain transfer function itself. Unlike off-chain signals or external oracle dependencies, the honeypot condition is visible in the code’s conditional branches and permission checks. These checks typically whitelist addresses allowed to transfer freely or, conversely, blacklist those barred from selling. However, the presence of such a function alone does not necessarily confirm malicious intent or guarantee that the token is a trap. The pattern can serve legitimate purposes in some contexts, such as regulatory compliance mechanisms that restrict transfers to verified participants or prevent transfers before certain vesting periods expire. Therefore, the analysis must consider the context and mutability of these permission lists.

A critical factor influencing the risk profile of honeypot functions is whether the whitelist or permission criteria controlling transfer reversion are mutable and under owner control after deployment. Contracts with owner-modifiable permission sets can toggle the ability to sell tokens on or off dynamically, effectively creating a soft honeypot that can trap holders arbitrarily if the owner chooses to restrict exit paths. This dynamic control elevates risk considerably, as holders may find themselves unable to liquidate their positions when the owner activates transfer blocks. Conversely, if the whitelist is immutable—fixed at deployment and verifiably unchangeable—the risk diminishes substantially. In such cases, the transfer restrictions are static and transparent, allowing holders to assess the boundaries of transferability upfront without fearing sudden lockouts.

Additional contract features often co-occur with honeypot functions and compound their risk implications. Adjustable sell taxes controlled by the owner, for instance, can serve as a subtler form of exit deterrent. By raising sell taxes post-launch, the owner can impose punitive fees on sellers without outright blocking transfers, which can sometimes achieve similar economic effects as a honeypot but with less overt transfer failure. Similarly, active mint or freeze authorities retained by the owner introduce further layers of risk. Mint authority enables the owner to inflate supply at will, potentially diluting existing holders, while freeze authority can selectively halt transfers for particular addresses or even the entire token supply. The presence of a blacklist function callable by the owner also warrants close scrutiny, as it allows silent and targeted transfer prevention that might not be immediately obvious through basic transfer tests.

The interplay of these features with contract upgradeability mechanisms can significantly escalate the risk posed by a honeypot function. In cases where the contract is deployed as an upgradeable proxy without robust timelocks or multisignature controls, the transfer permission logic can be altered post-launch in a single transaction. This means the owner could introduce or remove honeypot conditions, adjust taxes, or modify whitelist criteria suddenly and without warning. The potential for rapid, unilateral changes transforms the risk from a static code feature into a dynamic threat that can activate or deactivate with little notice. Pause functions add another dimension, as they empower the owner to halt all transfers temporarily, freezing liquidity and trading activity. Depending on the owner’s intent and operational security, these mechanisms can be used as emergency controls or as tools to entrap holders during critical moments.

While the honeypot function pattern is a notable structural signal indicating the potential for exit manipulation, it must be viewed within a broader risk framework. The pattern itself does not definitively prove malicious intent; some projects may implement such mechanisms transparently and with clear communication to enforce legitimate business logic or compliance. The pattern’s significance escalates when combined with mutable owner privileges, adjustable economic parameters like taxes, and upgradeable contract architectures lacking stringent governance safeguards. These factors collectively create environments where the token’s tradability can be restricted or revoked on a whim, making it difficult for holders to realize value or exit positions when desired.

Given typical median liquidity pool depths well into the mid-six figures and market capitalizations in the low millions on chains like Solana with active DEXes, the presence of a honeypot function can disproportionately affect holders relative to the apparent liquidity and market metrics. Even tokens with seemingly healthy trading volumes and pool depths can harbor these structural risks if the transfer logic contains owner-controlled conditional reverts. The complexity and potential opacity of these mechanisms underscore the importance of comprehensive contract analysis rather than reliance on surface-level market data or trading activity. In the absence of immutable controls and transparent governance, the honeypot function represents a latent but significant risk vector that can undermine holder confidence and liquidity dynamics.

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 →