Verify every token before you buy Unlimited checks · $3.99/wk · Cancel anytime
Get Unlimited
Swap on Verixia
[ on-chain  ·  solana + evm ]

Token Risk Check

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

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 2,421 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 57,560 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

BEP20 contract audits serve as a critical lens through which the structural integrity and operational risk of tokens deployed on Binance Smart Chain and compatible networks can be evaluated. At the core of these audits is a detailed examination of the contract’s functional architecture, particularly focusing on transfer mechanics and owner privileges. Functions such as transfer() and transferFrom() are the fundamental gateways for token movement, but their implementation can vary widely in terms of restrictions and conditional logic. For instance, contracts frequently embed require() statements or modifier checks that gate token transfers based on criteria like whitelist membership or tax applicability. These conditional gates can sometimes allow purchases freely while severely restricting sales, effectively creating what is colloquially referred to as “soft honeypot” behavior. Importantly, these mechanics can be identified through static code analysis without requiring direct interaction with the token on-chain, enabling auditors to flag potential risks before engaging in live trading.

One of the primary concerns in BEP20 audits revolves around owner-controlled parameters that remain mutable after deployment. Contracts that allow the owner to adjust sell tax rates or modify whitelist mappings post-launch introduce a dynamic risk vector, as these privileges can be weaponized to impose punitive exit costs or block sales entirely. For example, an owner with the ability to set exorbitantly high sell taxes can trap holders by making it economically irrational to sell tokens, even if the buy side remains unrestricted. Similarly, whitelist-only exit mechanisms can effectively prevent non-whitelisted holders from selling, creating a liquidity trap. However, it’s vital to note that the mere presence of these features does not inherently imply malicious intent. Some projects retain adjustable parameters or whitelist controls for legitimate reasons such as regulatory compliance, staged token releases, or operational flexibility to respond to unforeseen market conditions. The critical differentiator is whether these privileges are renounced or decentralized, and whether there is transparency around their intended use.

Beyond the simple presence of owner privileges, the governance framework and additional contract features can significantly influence risk assessment. For example, contracts that enforce timelocks on owner functions or require multisignature approval to alter key parameters reduce the likelihood of arbitrary or unilateral changes, thus mitigating exit risk. Conversely, upgradeable proxy patterns, if implemented without robust safeguards, can enable the contract logic to be replaced or modified in a single transaction, potentially introducing new risk vectors or malicious code. This pattern can sometimes be overlooked but represents a potent mechanism for sudden and comprehensive contract behavior change. On-chain evidence of past minting events, freezes, or blacklists can further inform the analysis, although their absence does not necessarily guarantee safety. Transparency is a key mitigating factor: when projects openly disclose retained owner privileges and clearly communicate their governance model, the risk associated with these patterns diminishes. Opaque or undocumented privileges, by contrast, elevate suspicion and warrant closer scrutiny.

These structural risk patterns do not operate in isolation but often interact in ways that compound risk or alter practical outcomes. The combination of active mint authority with adjustable sell tax rates can be particularly problematic, enabling dilution of holders via new token issuance while simultaneously imposing punitive exit fees that discourage selling. When blacklist functions coexist with whitelist-only exit mechanisms, liquidity and transferability can become severely constrained, possibly trapping capital in the token. Pause or freeze functions add another layer of control, allowing the owner to halt all transfers temporarily or indefinitely, which can sometimes be justified for security or compliance, but in other cases may be abused to lock holders’ funds. The interplay of these features often dictates whether a token behaves as a standard tradable asset or morphs into a soft honeypot. This nuanced interplay underscores the importance of evaluating the full contract context, including governance and control mechanisms, rather than isolating any single pattern as definitively harmful or benign.

Holder concentration and liquidity pool characteristics also contribute to the risk profile, though they are external to the contract code itself. High holder concentration, where a small number of addresses control a large portion of the token supply, can amplify the impact of exit-blocking mechanics or owner privileges, as large holders may more easily coordinate actions that disadvantage smaller participants. Similarly, liquidity pools with shallow depth—below certain thresholds relative to market capitalization—can exhibit greater price volatility and susceptibility to manipulation, especially when paired with contract-level exit restrictions. In some cases, thin liquidity pools combined with owner-controlled parameters create an environment ripe for rug-pull schemes or sudden liquidity drains. While these factors reside outside the contract, a comprehensive BEP20 audit often considers them in tandem with contract code analysis to produce a more holistic risk assessment.

In sum, BEP20 contract audits dissect an intricate web of permissions, restrictions, and governance mechanisms embedded within token contracts. Each structural pattern—from transfer restrictions and tax adjustments to minting authority and freeze functions—can sometimes signal potential risks but does not on its own confirm malicious intent or inevitable harm. Instead, the practical risk emerges from how these elements combine, the transparency and decentralization of control, and the broader market context, including liquidity and holder distribution. Analytical rigor in this domain involves not just flagging isolated contract features but interpreting their operational impact within the token ecosystem, recognizing that the line between legitimate control and exit-blocking behavior can often be subtle and context-dependent.

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 →