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

Bridges in blockchain ecosystems are fundamental components designed to enable asset transfers and data interoperability between distinct chains. Their architecture is inherently complex, often combining on-chain smart contracts with off-chain validators, relayers, or oracles to synchronize states across disparate networks. At first glance, these bridges provide a seemingly seamless interoperability layer, abstracting away the intricacies of cross-chain communication. However, a deeper examination reveals a recurring structural pattern: the interplay between contract upgrade mechanisms and key management practices introduces significant security considerations that can sometimes be overlooked during initial assessments.

One of the most critical structural characteristics underlying bridge vulnerabilities is the use of proxy contracts that implement upgradeable logic. While many users assume that deployed smart contracts are immutable, bridges frequently employ proxy patterns that decouple contract state from logic, allowing the latter to be swapped out through authorized upgrade calls. This design choice is motivated by the need to patch bugs, add features, or respond to emergent threats. Yet, it also introduces a latent risk vector. The perceived immutability of the contract’s address and storage can mask the fact that the core logic controlling asset custody can be altered post-deployment. In some cases, the upgrade path may not have been thoroughly scrutinized in security audits, or the governance procedures governing upgrades may be insufficiently transparent or robust. This mismatch between expectation and reality creates an attack surface that can be exploited long after a bridge’s initial launch, enabling malicious actors to inject malicious code or bypass previously effective safeguards.

Equally vital to bridge security is the custody and governance of private keys controlling multisig wallets or upgrade authorities. These keys constitute the cryptographic linchpin enabling transaction authorization, contract upgrades, and asset movement. If compromised, they effectively grant an attacker full control over the bridge’s assets, rendering all technical safeguards moot. Multisignature arrangements are a common mitigant, distributing signing authority across multiple parties to reduce single points of failure. However, multisigs introduce operational complexity, including the need for coordination among signers, potential delays in emergency responses, and risks of social engineering or insider threats. The robustness of multisig security depends heavily on the number of signers, the diversity of participants, and the governance transparency surrounding key management. Bridges with weak multisig setups or opaque key custody protocols can sometimes invite catastrophic asset loss, even if their underlying smart contracts are technically sound.

The economic environment in which a bridge operates also interacts significantly with exploit risk, particularly through transaction fees and network cost structures. High-fee blockchain networks impose a natural economic barrier to spam or low-value attack attempts by increasing the cost of submitting transactions. This can deter attackers from conducting repeated probing exploits or incremental attacks, effectively filtering out noise and reducing exploit surface. In contrast, low-fee networks lower these barriers, making spam attacks and repeated test transactions economically feasible. When combined with the presence of upgradeable proxy contracts, this dynamic can enable attackers to perform repeated low-cost tests of upgrade mechanisms or other control pathways, increasing the likelihood of identifying vulnerabilities that might otherwise remain concealed in higher-fee environments. Thus, economic factors can sometimes amplify vulnerabilities inherent in bridge architectures.

Despite these patterns, the presence of upgradeable proxy contracts and multisig-controlled keys does not by itself confirm malicious intent or imminent risk. These structural elements often reflect legitimate design decisions meant to enable flexibility, adaptability, and shared governance in an evolving threat landscape. Bridges require upgradeability to patch emergent bugs or respond to changing interoperability requirements, while multisig arrangements can prevent unilateral actions by any single party. However, the fundamental structural capability for post-deployment changes and reliance on key custodianship means that ongoing vigilance is essential. Initial audits, while critical, are insufficient to guarantee long-term security without continuous monitoring, comprehensive governance, and transparent communication with the community.

In this context, a bridge exploit directory serves as an invaluable intelligence resource. By cataloging known vulnerabilities, exploit patterns, and attack case studies, such a directory helps stakeholders understand the recurring failure modes that have historically plagued bridge projects. It highlights where proxy upgrade mechanisms were abused, where key compromises occurred, and how economic factors influenced exploit feasibility. This aggregated knowledge can guide more informed risk assessments and inspire the development of robust safeguards tailored to bridge-specific threat models. While no pattern alone can definitively predict or prevent exploits, the systematic study and documentation of these structural risk factors allow for a more nuanced approach to bridge security—one that balances flexibility with rigorous controls, and anticipates emerging challenges in the evolving cross-chain landscape.

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 →