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 4,042 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 65,037 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 in the crypto space typically refers to a contract design pattern where the token’s transfer function enforces conditional restrictions that selectively revert transactions based on the sender’s address, often through a require() statement. This mechanism can prevent certain addresses—most notably those not included in a whitelist or exemption list—from executing sell transactions, while still allowing buy transactions to proceed normally. In practical terms, a buyer can purchase tokens and see their balance update, but attempts to sell those tokens back into the market fail silently. These failed sell attempts revert transactions, causing the seller to lose gas fees without a successful token transfer. This discrepancy between buy and sell functionality can camouflage the restrictive mechanism, as the price chart may not immediately reflect any aberrations; buys update liquidity and prices as usual, while sell attempts are blocked before they can impact the market.

Analyzing honeypot patterns requires a deeper dive into contract code rather than relying solely on transaction history or price action. The transactional record may not reveal the full story, especially since failed sell transactions do not update on-chain trading volumes in the same way successful sales do. A contract that includes modifiers or internal logic gating the sell function could create a scenario where tokens are effectively locked in holders’ wallets post-purchase. This pattern alone does not confirm malicious intent; some projects implement such controls for anti-bot measures, regulatory compliance, or staged release schedules. The critical factor that shifts this pattern from a benign control to a potential risk is the presence of owner-modifiable whitelist or exemption lists that can be adjusted dynamically after launch.

When the whitelist is mutable and controlled by the project owner or an admin key, it introduces a significant risk vector. Owners can selectively block token sales for addresses that have bought in, creating what is often called a “soft honeypot.” This dynamic control means that while the contract initially allows selling, the owner can later alter the whitelist to trap holders by preventing their ability to exit. This risk is particularly acute if the owner can do so indefinitely without transparent governance or community oversight. Conversely, if the whitelist is immutable or hardcoded to exclude only known malicious addresses, it is less likely to be exploited for trapping holders. In some cases, allowlists serve legitimate functions such as enforcing KYC or anti-money laundering compliance, which can be considered benign when these controls are clear, transparent, and not subject to unilateral owner changes.

Additional contract attributes can compound or mitigate the risk posed by honeypot mechanics. For instance, the presence of owner-controlled adjustable sell taxes can economically disincentivize selling without outright blocking it. An owner might set a low initial sell tax to attract buyers but retain the ability to increase it dramatically later, effectively penalizing sell transactions and reducing liquidity. Similarly, contracts with active minting authority allow the owner to inflate supply, diluting holders and lowering token value. Freeze functions that can lock individual wallets further restrict holder autonomy. However, when these powers are guarded by multisignature wallets or timelocks, the risk is somewhat reduced because unilateral owner actions become more difficult, requiring consensus or delay.

On-chain transaction analysis can offer clues about the honeypot’s operational status. Repeated sell reverts from multiple unique addresses strongly suggest the presence of a sell restriction mechanism actively in use. In contrast, a history of smooth sell activity implies that any honeypot-related code is either inactive or designed with controls that are currently not enforced. Still, transaction history alone does not rule out latent risks, since owners can activate or deactivate these controls at will in some contracts. Therefore, contract inspection combined with behavioral analysis forms a more robust assessment framework.

When honeypot patterns intersect with other structural features, such as upgradeable proxy contracts lacking timelocks or pause functions capable of halting all transfers, the exit risk profile becomes more complex. An owner with upgrade authority can modify the contract logic post-deployment to introduce tighter sell restrictions or pause trading entirely, effectively trapping holders in a scenario with no exit. Layered controls, such as whitelist-only exit mechanisms combined with blacklist functions, can create multiple barriers to selling, increasing holder illiquidity. However, if these controls are governed by decentralized multisigs or subject to community governance mechanisms, the risk is mitigated because changes require broader approval rather than unilateral action.

The range of realistic outcomes from honeypot-related mechanisms varies widely. In some cases, the restrictions might only create temporary friction, such as staged token releases or anti-bot protection during initial launch phases. In more concerning scenarios, holders may face permanent loss of exit liquidity if the controls persist indefinitely without transparency or governance checks. Understanding these patterns in the context of token contract architecture and governance arrangements is essential to assess the degree of structural risk they pose. The honeypot pattern itself does not inherently prove malicious intent but warrants close scrutiny when combined with mutable owner controls, lack of governance protections, and on-chain evidence of sell failures.

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 →