Verify every token before you buy Unlimited checks · try a week for ~$1 · No auto-renew
Try 1 Week / ~$1
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.

Paste any contract address — get an on-chain risk read in seconds.

Verixia reads the smart contract directly to surface honeypots, rug-pull patterns, LP-lock status, and holder concentration before you buy. No signup, no wallet connect, no market-data lag.

✓ On-Chain
🔒 No Signup
⚡ < 5 sec
SOL + EVM
4.6 / 5 from 3,274 users
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 · Try a week for ~$1
No signup required · Results in seconds
Try a week for ~$1 · One-time, no auto-renew
Access is saved on this device the moment your payment confirms on-chain
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
1.5 SOL / year
Popular
Monthly Access
0.5 SOL / month
Try it -- no commitment
Weekly Access
0.006 SOL / week · ~$1 · no auto-renew
On-chain Solana Pay Any wallet No auto-renew
⚡ Once you verify the token

Swap at the best on-chain price — non-custodial, no KYC

Verixia routes your trade across Raydium, Orca, Meteora & 50+ DEXes to find the deepest liquidity. Your wallet keys never leave your device. No signup, no email, no permissions.

Swap on Verixia →
SOL ETH BASE ARB BNB POLY AVAX
🔒 Non-custodial ✓ No KYC ⚡ Best-price routing 🔗 50+ DEXes
🔍 Honeypot detection
💧 LP lock status
👥 Holder concentration
⚡ Solana + EVM
Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 🛡 Honeypot, rug & LP-lock detection
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 central structural pattern relevant to assessing whether a token like FLOKI is a honeypot involves transfer function restrictions that selectively block sell transactions while allowing buys. This often manifests as a require() statement or similar conditional logic within the smart contract’s transfer or transferFrom functions that reverts transactions originating from non-whitelisted addresses. Mechanically, what this means is that buyers can acquire tokens without issue, but any attempt to sell or transfer those tokens away may fail silently or trigger a revert, effectively trapping funds within the holder’s wallet. Such a pattern can be detected through direct contract inspection, looking for conditional checks on sender or recipient addresses in transfer logic, and does not necessarily require on-chain trade execution to identify.

This pattern becomes risk-relevant primarily when the whitelist controlling sell permissions is owner-modifiable after the token launch. In these cases, the project team retains the capability to arbitrarily restrict or revoke sell access from any address at any time. This creates what is sometimes called a soft honeypot scenario, wherein an investor may enter the position with no apparent restrictions but later find that exits are blocked when the whitelist is adjusted. The ability to dynamically modify the whitelist, combined with the technical means to enforce these restrictions at the transfer function level, enables the project team to trap holders selectively or en masse. However, it is important to note that the presence of whitelist checks alone does not necessarily imply malicious intent or an attempt to trap liquidity. Legitimate use cases for such mechanisms include compliance with regulatory requirements, enforcement of anti-money laundering policies, or the implementation of staged token release mechanisms such as vesting schedules or lockup periods.

The key distinction lies in whether the whitelist is fixed and immutable or dynamically adjustable by a centralized authority. A fixed whitelist, hardcoded into the contract or governed by immutable logic, limits the risk of unexpected exit blocking since the conditions are transparent and unchangeable. In contrast, a dynamic whitelist managed through owner privileges preserves a latent capability to block exits unpredictably, which is a structural vulnerability from the holder’s perspective. This dynamic control can sometimes be masked or obfuscated through indirect function calls or multi-step access control, further complicating the risk assessment.

Additional contract features can materially shift the risk profile associated with these transfer restrictions. For instance, an owner-controlled sell tax parameter that can be raised post-launch may functionally block sells without explicit whitelist constraints by imposing prohibitively high fees on outbound transfers. This can mimic honeypot behavior by making it economically irrational to sell, even though the transfer function does not revert outright. Similarly, the presence of an active freeze authority or blacklist function callable by the owner adds a further layer of exit risk. Such mechanisms enable targeted transfer halts or wallet freezes, effectively immobilizing tokens held by certain addresses. When combined with selective whitelist restrictions, these features can compound the potential for holder entrapment.

Conversely, contracts that have renounced mint authority and contain immutable logic without upgradeable proxy patterns reduce centralized control vectors significantly. In these cases, the likelihood of emergent honeypot conditions is lower because the core contract code governing transfers and permissions cannot be altered post-deployment. This architectural choice limits the project team’s ability to introduce new restrictions or revoke existing permissions unexpectedly. While this does not guarantee absence of risk, it does create a more stable environment where structural exit blocks are less feasible.

When this honeypot pattern coexists with other common conditions, the range of possible outcomes broadens considerably. For example, if a whitelist-only exit is paired with adjustable sell tax and pause functionality, the owner gains multiple levers to restrict liquidity at will. This combination can lead to severe liquidity lockups, forced holding periods, or sudden sharp reductions in tradable volume. Such an environment increases uncertainty and elevates the risk that holders may be unable to liquidate positions when desired. Alternatively, if the contract includes transparent, fixed parameters and lacks upgradeability or freeze authority, the risk of sudden exit blocking diminishes. The interplay of these mechanisms ultimately determines whether the token behaves as a soft honeypot, a regulated token with controlled transfers, or a fully open asset.

It is critical to acknowledge that these structural patterns, while indicative of potential exit restrictions, do not by themselves confirm malicious intent or an irreversible trap. Some projects may implement these controls as part of legitimate tokenomics or compliance strategies, and the presence of such mechanisms can sometimes enhance overall ecosystem stability. Nonetheless, from an analytical perspective, the combination of owner-modifiable whitelist restrictions, adjustable sell taxes, and freeze or blacklist authorities constitutes a constellation of risk factors that can materially affect token liquidity and holder autonomy. Careful contract code analysis, combined with an understanding of how these features interact, is essential for nuanced risk assessment in the context of tokens like FLOKI or similar assets.

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.
🔒
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 →