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.6 / 5 from 2,219 users Direct on-chain reads 🔐 Non-custodial — no wallet connect required Sub-5-second scan 🔗 Solana · Ethereum · Base · Arbitrum · BNB · Polygon · Avalanche 📊 73,345 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

Tokens deployed on the Base chain frequently exhibit structural features within their smart contract code that can significantly influence both transferability and exit liquidity. One particularly noteworthy pattern involves the use of require() statements within the transfer() function that enforce transfer restrictions based on a whitelist of approved addresses. Mechanically, this means that while buy transactions originating from non-whitelisted wallets may be allowed to proceed, sell transactions often revert if the seller’s address does not meet the whitelist criteria. This dynamic creates a scenario where tokens can appear tradable on price charts and trading interfaces, yet attempts to exit positions by selling fail at the contract level, resulting in lost gas fees without any token movement. Identifying the presence of owner-controlled whitelist mappings through direct contract code inspection is a key step in detecting this pattern.

The risk implications of this whitelist-only exit restriction pattern become especially pronounced when the contract owner retains the ability to modify the whitelist after deployment. In such cases, the owner may selectively prevent certain addresses from selling, effectively trapping liquidity within those wallets. This behavior aligns closely with what is commonly referred to as a “soft honeypot,” where liquidity appears accessible but is, in practical terms, illiquid for many holders. However, it is crucial to emphasize that the mere existence of this pattern alone does not confirm malicious intent. There are legitimate scenarios where whitelist controls serve valid purposes, such as regulatory compliance, phased token release schedules, or restricting transfers temporarily during initial launch phases. The critical distinction is whether whitelist controls are immutable post-deployment or remain owner-modifiable, as immutability significantly reduces exit risk by eliminating the possibility of arbitrary sell-blocking.

Another important structural consideration involves the contract’s sell tax parameters. Contracts that permit the owner to adjust sell tax rates dynamically after launch can introduce an additional layer of exit risk. An owner-controlled mechanism to increase sell taxes can functionally serve as a soft honeypot by making sell transactions prohibitively expensive without outright blocking them. This subtlety complicates risk assessment because, unlike outright transfer blocking, punitive tax hikes may be less immediately obvious to holders until attempting to exit. Conversely, contracts with fixed sell tax parameters or those governed by decentralized mechanisms reduce this risk by limiting the owner’s ability to impose sudden, punitive tax changes. The presence of adjustable sell taxes alongside whitelist exit restrictions compounds the potential for liquidity entrapment.

Further compounding risk are contracts that maintain active mint or freeze authorities. Active mint authority enables the contract owner to inflate the token supply post-launch, diluting existing holders and potentially undermining token value. Freeze functions, permitting the owner to selectively halt transfers or freeze specific addresses, add an additional dimension of control that can disrupt liquidity and trading activity. When these features coexist with whitelist-based exit restrictions, the owner gains multiple mechanisms to entrench control and limit holder exit options. However, mitigating factors include the presence of multisignature (multisig) controls or timelocks on administrative functions, which can constrain unilateral, potentially malicious actions by requiring multiple parties to approve changes or by imposing delays before changes take effect.

The interaction of whitelist-only exit restrictions with other common contract features such as pause functions and upgradeable proxy patterns further broadens the spectrum of potential outcomes. Pause functions grant the owner the ability to halt all token transfers, which may be used legitimately during contract upgrades or security incidents, but can also freeze liquidity entirely in less benign scenarios. Upgradeable proxy patterns, while enabling flexibility and future-proofing, can become avenues for opaque or rapid logic changes if not accompanied by governance safeguards like timelocks or multisig approvals. This opacity can introduce new restrictions or even malicious behaviors post-deployment, exacerbating risk for token holders. In environments where whitelist exit controls, mint authority, pause functions, and upgradeable proxies converge, the owner’s control over token liquidity and holder actions can be extensive unless appropriate transparency and governance controls are in place.

It is important to acknowledge that detecting any one of these structural patterns in isolation does not definitively prove malicious intent or inevitable loss scenarios. The context around how these features are implemented, governed, and disclosed plays a critical role in shaping actual risk. For instance, whitelist controls that are permanently locked or governed by decentralized mechanisms may serve valid operational purposes without exposing holders to arbitrary exit restrictions. Similarly, the existence of upgradeable proxies does not inherently imply risk if the upgrade process involves transparent governance and sufficient safeguards. Therefore, a holistic analysis that considers the interplay of these contract features and the governance frameworks surrounding them is essential for a nuanced understanding of Base chain token risk profiles.

In summary, Base chain tokens exhibit a variety of structural risk patterns that can materially affect liquidity and transferability. Whitelist-only exit restrictions, owner-modifiable sell taxes, active minting, freeze capabilities, pause functions, and upgradeable proxies each carry distinct risk vectors. Their combined presence, especially under minimal governance constraints, can create scenarios where liquidity is effectively trapped or diluted. Yet, the presence of these patterns alone, without contextual governance and operational details, does not confirm malevolent intent or guarantee negative outcomes. Recognizing these nuanced structural patterns and their interactions is vital for informed assessment of token risk on the Base chain.

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 →