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

Uri tampering checks are an essential component in assessing the integrity and authenticity of Uniform Resource Identifiers (URIs) linked to on-chain assets, particularly in the realm of non-fungible tokens (NFTs) and other digital collectibles. At first glance, a URI embedded within a token’s metadata presents an aura of permanence and immutability. Once minted, it often appears as though the resource it points to is fixed and unchangeable, fostering a sense of security among holders and marketplaces. However, this apparent fixity is frequently an illusion. The reality is that many URIs point to off-chain resources or mutable pointers, which can be altered post-mint without any change to the URI string itself. This fundamental disconnect between what a URI ostensibly guarantees and the mutable content it sometimes references introduces a structural risk that can facilitate undetected tampering—unless robust verification mechanisms are in place.

The core analytical challenge in uri tampering checks revolves around the ability to cryptographically verify that the off-chain content linked by the URI has remained unaltered since its initial association with the token. In many cases, a URI alone does not suffice to establish content authenticity. Instead, it is the inclusion of cryptographic proofs—most commonly in the form of hashes or digital signatures stored on-chain—that enables reliable integrity checks. These cryptographic anchors act as immutable references against which the off-chain content can be compared. When a tampering check is implemented properly, it involves calculating the hash of the off-chain resource and ensuring it matches the on-chain stored hash. Any discrepancy indicates potential tampering or content substitution. Without such a mechanism, the content behind a URI can be swapped or manipulated at will, exposing holders to risks ranging from misrepresentation to outright fraud.

The structural pattern of uri tampering risk is further complicated by the design and upgradeability of the underlying smart contract. Immutable contracts that do not use proxy upgrade patterns tend to lock the metadata URI and any associated cryptographic hashes permanently. This immutability significantly reduces the attack surface for tampering because the contract’s state cannot be altered after deployment. In contrast, contracts that incorporate proxy upgradeable patterns introduce a layer of mutability. This mutability can allow authorized actors to change URI pointers or even the verification logic after the initial mint. While upgradeable contracts are often implemented to fix bugs or add features, they also open the door to potential abuse or mistakes that can undermine the trustworthiness of the token’s metadata. The presence of upgradeability alone does not imply malicious intent, but it does raise the risk profile and necessitates more vigilant monitoring and tampering checks.

Another dimension influencing uri tampering risk involves the economic environment of the underlying blockchain, particularly the transaction fee structure. On networks where transaction fees are high, the cost of performing frequent metadata updates or repeated verification checks can become prohibitive. This economic friction tends to discourage ongoing tampering attempts but may also limit the feasibility of on-chain remediation if tampering is detected. Conversely, on low-fee networks, the barrier to executing multiple transactions is reduced, potentially enabling more dynamic metadata updates but also increasing the possibility of spam or malicious tampering attempts. This dynamic makes the design of uri tampering checks a balancing act: they must be sufficiently rigorous to detect unauthorized changes but also economically sustainable given the fee environment, or else they risk being bypassed or ignored.

From a practical perspective, uri tampering checks serve as a necessary safeguard against stealthy content manipulation that can degrade token value or deceive holders. However, their presence alone does not guarantee security. The pattern itself is neutral and can be entirely benign or even desirable in contexts where mutable metadata is intentional and expected. Projects employing dynamic NFTs or evolving digital art often require the ability to update metadata to reflect changes in the art, game state, or other external factors. In such cases, a rigid immutability model may be counterproductive, and tampering checks may be designed to verify authorized updates rather than prevent all changes. Conversely, in scenarios where metadata permanence is the norm or expectation, a lack of tampering checks or reliance on mutable off-chain storage without cryptographic anchors can expose holders to deceptive practices or value erosion.

Assessing uri tampering risk therefore requires a nuanced understanding of several interacting factors. These include the presence and robustness of cryptographic verification mechanisms, the contract’s immutability or upgradeability characteristics, and the economic context of the underlying blockchain. Only by considering these elements together can analysts build an informed trust model around the integrity of a token’s URI and its associated metadata. Importantly, detecting the structural pattern of uri tampering risk does not by itself confirm malicious intent or vulnerability—it simply highlights an area where the token’s metadata integrity is more exposed and merits closer scrutiny. This analytical rigor is critical in an ecosystem where token metadata often underpins value and trust, yet remains vulnerable to subtle and technically complex manipulation vectors.

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 →