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 ]

Rug Pull Risk Check

Paste any contract address for an instant on-chain risk assessment -- honeypot detection, liquidity analysis, holder concentration, and contract permissions.

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.9 / 5 from 2,121 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 to consider when assessing whether a token, such as those associated with the FLOKI category, may be subject to rug pull risks lies within the implementation of transfer restrictions embedded directly in the token’s transfer() function. This function governs the movement of tokens between addresses, and when it contains conditional statements like require() checks against a whitelist or allowlist, it can create a scenario where only certain addresses are permitted to execute transfers, particularly sells. Mechanically, such contracts can be designed to allow new buyers to purchase tokens freely but prevent them from selling by reverting transactions unless the sender’s address is on an approved list. This creates what is colloquially known as a honeypot: an environment where funds are effectively trapped, even as on-chain metrics like transaction volume or token price may appear normal or even healthy.

The presence of a whitelist or allowlist controlling transfers becomes notably risk-relevant mainly when it remains modifiable by the contract owner or privileged accounts after the token’s launch. This dynamic control introduces a latent threat vector because the owner can selectively block or unblock addresses at will, potentially freezing out sellers while allowing buys to continue unhindered. In such soft honeypot scenarios, the token can maintain a facade of liquidity and trading activity, luring new investors who are unaware that their tokens may become unsellable. Conversely, if the whitelist or allowlist is rendered immutable, or if its management is transparently tied to legitimate compliance requirements—such as know-your-customer (KYC) or anti-money laundering (AML) protocols—the transfer restrictions may serve a benign and clearly articulated purpose. The critical distinction in these cases is whether the whitelist can be manipulated arbitrarily to trap liquidity, versus being a fixed, transparent control designed to satisfy regulatory or operational necessities.

Beyond these transfer restrictions, several additional contract features can significantly influence the risk profile of a token. One such feature is an adjustable sell tax parameter overseen by the contract owner or a governing multisignature wallet. If this tax rate can be increased dramatically after launch, it can functionally serve as a soft exit barrier by imposing prohibitively high costs on selling activity. Investors may find themselves facing an unexpectedly steep tax on liquidity exits, which can disincentivize or effectively block sales without overtly halting transfers. Similarly, the presence of active mint authority on the token contract introduces dilution risk. Owners or privileged accounts capable of minting new tokens can flood the market, depreciating existing holders’ stakes and undermining token value. Freeze authority presents a parallel danger, as it allows the owner to halt transfers for specific addresses, potentially trapping individual holders or groups selectively.

Mitigating these risks depends heavily on the governance frameworks surrounding these permissions. If mint and freeze authorities have been renounced or are governed through multisignature arrangements with enforced time delays, the potential for misuse diminishes substantially. Such governance structures increase transparency and accountability, making it harder for a single actor to execute malicious actions without broader consensus or advance notice. In contrast, when these permissions remain fully controlled by a single owner or a centralized authority without checks and balances, the token’s risk profile escalates.

The complexity deepens when other contract features intersect with these permission controls. Proxy upgradeability, for instance, is a powerful but double-edged design pattern. Contracts that can be upgraded via proxies allow the underlying logic to be swapped out post-launch, potentially introducing new code paths that could be malicious or otherwise harmful. Without timelocks, multisig governance, or community oversight, upgradeability can be leveraged to inject rug pull mechanics after a token has gained market traction. Pause functions operated solely by the owner represent another vector for forced exit blocks, as pausing all transfers can freeze liquidity entirely at the owner’s discretion.

When multiple of these elements coincide—whitelist or allowlist transfer restrictions, owner-controlled adjustable sell taxes, active mint or freeze authorities, proxy upgradeability without robust governance, and owner-controlled pause functions—the structural risk of rug pulls or exit scams grows markedly. The interplay of these features can create a multifaceted trap where investors face both overt and covert barriers to exiting positions. However, it is essential to emphasize that the presence of these patterns alone does not confirm malicious intent. Many projects incorporate such mechanisms for legitimate operational reasons, including regulatory compliance, fraud prevention, or planned upgrade paths. The key analytical challenge lies in evaluating the transparency, governance, and historical behavior surrounding these permissions rather than their mere existence.

Ultimately, understanding these contract-level risk patterns requires a nuanced approach that integrates code inspection with broader context evaluation. Transparent communication from the development team about the purpose and governance of these features can sometimes mitigate concerns. Conversely, opaque or poorly documented manipulation capabilities warrant heightened scrutiny. Investors and analysts assessing tokens like those in the FLOKI category should weigh these structural risk indicators alongside market metrics such as liquidity depth, market capitalization, trading volume, and the age of trading pairs to form a more comprehensive view of potential exit risks.

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 →