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

AI contract grading systems represent a significant advancement in the effort to assess smart contract risk efficiently, leveraging automated tools to analyze underlying code and deliver quantifiable risk or quality scores. At a glance, these grading systems promise an objective snapshot of a contract’s safety profile, potentially empowering investors and developers alike with rapid insights. Yet, the structural patterns that underpin these systems reveal a far more complex reality. The process often involves parsing contract bytecode or source files to detect known vulnerability signatures, suspicious control flows, or design elements associated with poor security hygiene. However, this approach is inherently limited by the nuances and contextual subtleties of smart contract design, which can sometimes confound purely automated analyses.

One core challenge lies in the interpretation of contract mutability, particularly the use of upgrade mechanisms such as proxy patterns. Immutability—where deployed code remains fixed and unalterable—is widely regarded as a foundational security feature, as it restricts the attack surface by preventing logic changes after deployment. AI contract grading models typically prioritize immutability as a positive attribute, often assigning lower risk scores to contracts without upgrade capabilities. Nonetheless, this binary classification overlooks the legitimate and often necessary use cases for upgradeable contracts, which can facilitate important enhancements, bug fixes, or governance adaptations. In some cases, contracts with upgradeability may incorporate rigorous safeguards such as time locks, multisig approvals, or decentralized governance to mitigate the attendant risks. Conversely, a contract’s immutability alone does not guarantee absence of vulnerabilities; flawed logic embedded in immutable code can be irrevocable and exploited indefinitely. Thus, the presence of upgrade mechanisms can sometimes indicate elevated risk but does not by itself confirm malicious intent or poor design.

Beyond mutability, transactional and governance structures add layers of complexity to contract risk profiles. Transaction fee regimes, for example, shape the economic feasibility of various attack vectors. On blockchain networks with high transaction fees, the cost barrier can serve as a deterrent against rapid exploitation attempts, spam, or front-running attacks. AI grading systems that incorporate fee structure data can adjust risk assessments accordingly, although this is complicated by fluctuating network conditions and the differential impact of fees on attackers versus legitimate users. In contrast, low-fee networks may expose contracts to a higher baseline risk from economic spam or automated exploits, influencing the AI’s scoring in ways that must be balanced against other factors.

Governance arrangements such as multisignature wallets introduce additional dimensions to contract security. Multisig wallets require multiple independent approvals before executing sensitive operations, reducing the likelihood of single-point failures or unauthorized changes. From an AI grading perspective, the presence of multisig controls may lower perceived risk by signaling operational checks and balances. However, these configurations also increase complexity and can obscure risk if the grading tool lacks sophisticated understanding of multisig parameters, such as threshold levels or signer distribution. In some instances, poorly configured multisigs or centralized signer sets can paradoxically increase vulnerability despite their theoretical protections. Thus, while multisig wallets generally contribute positively to security posture, AI grading models must carefully parse their design to avoid misclassification.

Taken together, these structural patterns illustrate that AI contract grading outputs represent probabilistic assessments rather than definitive risk declarations. The numeric or categorical scores produced by these systems often mask the multifaceted and context-dependent nature of contract security. A contract that scores poorly due to upgradeability might nonetheless possess robust governance and audit histories mitigating these concerns. Conversely, a contract that appears immutable and simple may harbor subtle bugs or economic vulnerabilities that elude automated detection. This ambiguity underscores the necessity of integrating AI-driven grading with human expertise and contextual information such as project history, developer reputation, and external audits.

Moreover, AI contract grading systems must continually evolve to reflect advances in smart contract architectures and emerging threat landscapes. For example, novel proxy patterns, modular contract designs, or sophisticated access control schemes may challenge static analysis heuristics, requiring adaptive models capable of deeper semantic understanding. Incorporating transactional data, network conditions, and real-time behavioral analytics alongside code inspection can further refine grading accuracy. However, the inherent complexity and diversity of decentralized applications mean that no AI grading system can guarantee comprehensive risk assessment in isolation.

In summary, AI contract grading provides a valuable starting point for evaluating smart contract risk by identifying structural patterns such as mutability, fee dynamics, and governance controls. Yet, these patterns alone do not confirm malicious intent or absolute safety. Instead, they should prompt nuanced interpretation and further investigation. Understanding the interplay between upgradeability, transaction economics, and multisig governance is crucial to contextualizing AI-generated scores. Ultimately, AI contract grading is an evolving tool that must be leveraged with awareness of its limitations and complemented by expert analysis to navigate the intricate landscape of smart contract security.

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 →