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

Sanctioned address checks are a crucial component in the evolving landscape of blockchain compliance, typically involving mechanisms within smart contracts or supplementary off-chain systems that verify whether a transaction counterparty is present on a sanctions registry. At first glance, these checks seem to offer a straightforward compliance solution: transactions involving restricted addresses are simply blocked or flagged. However, the structural realities beneath this surface reveal a far more intricate framework that influences how these controls function, how reliable they are, and what risks they may introduce.

One of the central complexities lies in the manner in which the sanctioned address check is implemented. This can occur fully on-chain, where the smart contract itself contains the logic to compare addresses against a sanctions list, or off-chain, where external systems perform the verification before allowing transactions to proceed. On-chain checks provide a level of transparency and automation that off-chain solutions might lack, but they also raise concerns about gas costs, update mechanisms, and the potential for manipulation. Off-chain checks can be more flexible and less costly but rely on external data feeds and trusted intermediaries, which can introduce points of failure or censorship risk.

A particularly analytically meaningful aspect of sanctioned address checks is the mutability of the sanction list or the verification logic embedded within the contract. Contracts that use a proxy upgrade pattern or an owner-controlled whitelist can dynamically add or remove addresses from the restricted list after deployment. This dynamic control introduces a significant trust assumption: users and counterparties must rely on the governance structure and moral integrity of the contract owner or administrator. In these cases, sanction enforcement becomes a function not only of technical design but also of governance processes and stakeholder oversight. Such mutability can be a double-edged sword. While it offers the flexibility to respond to newly sanctioned entities or compliance shifts, it also opens the door to potential abuse. A contract owner with the ability to arbitrarily modify the sanction list could engage in selective censorship, unfairly blocking certain addresses, or worse, manipulate the list to facilitate illicit activity by removing addresses from restriction.

In contrast, immutable contracts embed a fixed sanction list or hardcoded verification logic that cannot be altered post-deployment. These contracts reduce the operational risk associated with governance failure or malicious upgrades but potentially sacrifice adaptability. Regulatory environments and sanction lists evolve over time, and an immutable sanction list may become outdated, allowing sanctioned addresses to transact unchecked or, conversely, blocking addresses no longer under restriction. This rigidity can hamper compliance efforts in rapidly changing jurisdictions or under shifting geopolitical circumstances. Thus, the presence of an immutable sanction list does not necessarily guarantee long-term security or compliance fidelity—it merely shifts the risk profile from operational governance to static obsolescence.

Additional layers of complexity arise from the interaction between sanctioned address checks and transaction fee economics, as well as wallet control mechanisms such as multisignature setups. On blockchain networks with low transaction fees, implementing frequent, granular sanction checks directly on-chain can be economically viable, enabling near real-time enforcement without prohibitive costs. Conversely, on networks with higher fees, the cost of executing sanction checks on every transaction may discourage this approach, leading projects to batch-process verifications off-chain or implement less frequent checks. This trade-off impacts not only the timeliness of sanction enforcement but also the security posture of the protocol, as delayed or batched checks can create windows of vulnerability.

Multisignature wallets controlling sanctioned addresses introduce further operational dynamics. The requirement that multiple signers approve a transaction can act as a safeguard against unilateral circumvention of sanctions, ensuring that no single party can bypass compliance controls. However, this added security layer also introduces friction and delays, potentially impeding legitimate compliance actions such as freezing funds or halting transactions quickly in response to new sanctions. The balance between operational security and responsiveness becomes a critical factor in evaluating how effectively sanctioned address checks serve their intended purpose.

It is important to emphasize that the mere presence of a sanctioned address check pattern within a contract or protocol does not, by itself, confirm the intent behind its implementation or prove its effectiveness. Some projects incorporate these checks genuinely to comply with jurisdictional requirements or to align with partner agreements, reflecting responsible governance rather than malign intent. In other scenarios, mutable sanction lists and governance controls can be exploited to create vectors for censorship, selective enforcement, or exit scams, particularly if governance is compromised or lacks transparency. The interplay between contract mutability, fee economics, and wallet control mechanisms shapes how these checks function in practice, influencing the degree to which they enhance or undermine the protocol’s security and compliance posture.

Therefore, assessing sanctioned address checks requires a nuanced understanding of their technical design, governance context, and economic environment. Analysts must consider whether sanction lists are static or dynamic, how they are updated, the cost and frequency of enforcement, and the wallet structures involved. Only through this multifaceted lens can the real-world implications of sanctioned address checks be properly evaluated, recognizing both their potential benefits and inherent limitations.

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 →