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

Contract permissions assessment fundamentally revolves around understanding who can execute what actions within a smart contract or wallet environment, and how those permissions translate into control over assets. On the surface, permissions may appear straightforward—an owner or admin address has certain rights—but the underlying mechanics often reveal complex layers. For instance, a contract might expose seemingly benign functions that, under specific conditions or with certain permissions, enable asset transfers or contract upgrades. This mismatch between visible roles and actual capabilities means that a superficial review of permissions can underestimate the risk of unauthorized or malicious activity. The structural pattern demands a deeper inspection of function-level access controls and the mutability of those controls over time.

The most analytically significant factor in contract permissions assessment is the control of private keys tied to privileged addresses. The private key acts as the ultimate gatekeeper; whoever holds it can authorize any transaction from that address, effectively controlling the assets or contract functions assigned to it. This mechanism is absolute—there is no fallback or recovery if the key is compromised or lost. Consequently, permissions that grant administrative or upgrade rights to an address controlled by a single private key introduce a single point of failure. The presence of multisignature (multisig) schemes can mitigate this risk by requiring multiple keys to authorize actions, but the security gain depends heavily on the number of signers and their operational security. Without such safeguards, the private key’s control dominates the risk profile.

Two factors from the reference patterns—contract mutability via proxy upgrade mechanisms and transaction fee structures across chains—often interact to shape the security landscape. Contracts designed with upgradeability allow permissions to be changed post-deployment, which can be a double-edged sword: it enables bug fixes and feature additions but also opens the door to permission escalations or backdoors if the upgrade authority is compromised. Meanwhile, the cost of executing transactions varies widely between chains, influencing attacker incentives. On high-fee networks, executing frequent or small-value malicious transactions is economically disincentivized, whereas low-fee environments can enable spam or rapid exploitation attempts. When an upgradeable contract with powerful permissions exists on a low-fee chain, the risk of rapid, repeated attacks exploiting permission changes rises, altering the threat calculus significantly.

In practical terms, contract permissions assessment highlights the balance between operational flexibility and security risk. Permissions that allow owner-controlled upgrades or transfers do not inherently imply malicious intent; many legitimate projects require such controls for maintenance and governance. However, the presence of mutable permissions combined with centralized key control can enable exit scams, rug pulls, or unauthorized asset drains if misused. Conversely, fully immutable contracts with minimal privileged roles reduce risk but may limit adaptability. Recognizing this pattern means appreciating that permissions are not simply binary indicators of safety or danger but components of a nuanced risk profile shaped by governance models, key management practices, and network conditions.

Expanding on this, it is important to consider the granularity of permissions within a contract. Some contracts expose granular role-based access controls, where different addresses have narrowly scoped privileges, such as the ability to pause transfers, mint new tokens, or update metadata. While this fine-grained approach can enhance security by limiting the blast radius of any single compromised key, complexity can sometimes introduce unforeseen interactions or logic errors that attackers might exploit. For instance, a function intended for administrative maintenance could be repurposed maliciously if combined with other contract vulnerabilities. Therefore, a permissions assessment must not only identify who holds what rights but also analyze how different functions interact under varied scenarios.

Another layer of complexity arises when contracts rely on external governance mechanisms to manage permissions. Decentralized Autonomous Organizations (DAOs) or multisig wallets with large numbers of participants can distribute control and reduce single points of failure. However, such arrangements can sometimes slow down response times to critical incidents, creating windows of vulnerability. Furthermore, the quality of multisig security depends on the operational security of each key holder, which can vary widely. In some cases, multisig schemes with a small number of signers or signers with overlapping security weaknesses provide only marginal improvements over single-key control. Moreover, the possibility of social engineering or collusion among signers cannot be discounted. Thus, the presence of multisig must be evaluated in the context of signer diversity and trust assumptions.

It is also necessary to address the implications of proxy upgrade patterns beyond the immediate ability to change code. Upgradeable contracts often delegate execution to separate implementation contracts, meaning that the logic controlling permissions might reside outside the primary contract interface. This separation can obscure the true state of permissions during casual inspection and requires thorough code audits across all linked contracts. The presence of upgradeability, while enabling adaptability, may also permit permission escalations that are difficult to detect until exploited. That said, upgradeability itself does not inherently imply malicious intent; many projects use proxies for legitimate reasons such as patching bugs or adding features post-launch. The critical factor lies in who controls the upgrade mechanism and how robust the controls around that authority are.

Transaction fee environments further complicate the permissions risk analysis. On chains where transaction costs are minimal, attackers can attempt to exploit permission weaknesses at scale and high frequency, potentially overwhelming monitoring or response systems. In contrast, on networks with steep fees, such attacks become cost-prohibitive, providing a form of economic defense. This dynamic means that the same permission set may carry different risk profiles depending on the underlying blockchain’s economic parameters. An upgradeable contract with centralized control on a low-fee chain might be more vulnerable to rapid, repeated exploits than a similar contract on a high-fee chain, all else equal.

Finally, it is worth noting that contract permissions assessments cannot rely solely on static snapshots. Permissions and control structures evolve through governance decisions, key rotations, and code upgrades. A contract initially deployed with minimal privileges might acquire extensive administrative powers over time, or vice versa. Consequently, continuous monitoring and historical analysis are essential to understand the trajectory of control within a project. This dynamic nature means that permissions patterns, while indicative, do not by themselves confirm intent or outcome. They serve as vital signals within a broader risk assessment framework that considers technical, economic, and governance factors in tandem.

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 →