ScamHoundCrypto
Your First Line of Defense
Presale Audit v1.0

Enterprise-Grade Presale
Due Diligence Report

Applying institutional security standards to crypto presales

Publication Date March 01, 2026
Framework ScamHoundCrypto Audit v1.0
Projects Reviewed 8 Presales
Critical Risk 4 Projects
High Risk 2 Projects
Medium Risk 1 Project
Targets: IONIX Chain EscapeHub DeepSnitch AI Bitcoin Hyper Pepeto Based Eggman MUTM ■ MEDIUM ZKP ⚠ CRITICAL
00

Foreword: Why We Treat Crypto Like a Vendor Pitch

Let's set the scene. You're a CISO at a regional bank. A sales rep walks in and pitches you a new core banking router that processes five hundred thousand transactions per second, runs on "Quantum AI," and is built by a team that, for privacy reasons, cannot tell you their names. You'd have security escort them out of the building before they finished the sentence.

That's exactly the standard we're applying here. Crypto presales are vendor pitches. The founders are the sales reps. The whitepaper is the brochure. And just like every enterprise procurement team knows, the brochure is always a lie. You read the spec sheets. You demand the source code. You call the references. You look for the master key hidden in the founder's pocket.

This report applies that exact discipline to six presales currently raising money from retail investors. We built a rigid evaluation framework — the ScamHoundCrypto Audit Template — and ran each project through it. What came back ranges from "concerning" to "run."

Part I

The ScamHoundCrypto Audit Framework

Before we get to the targets, here is the framework itself. Every project gets evaluated against the same five pillars. You can apply this template to any presale you encounter.

PILLAR 1 Infrastructure Reality Check

Marketing teams love big numbers. "One million TPS!" sounds incredible until you understand the physics of distributed consensus. Every blockchain faces the trilemma: you can optimize for scalability, security, or decentralization, but you cannot maximize all three simultaneously. [1][2] This is not an opinion. It is a mathematical constraint that no amount of "Quantum AI" can dissolve.

Audit PointWhat to Look ForRed Flag
TPS ClaimsIndependent benchmark, public testnet, or academic citationClaim exists only in marketing copy
Consensus MechanismNamed, documented mechanism with known trade-offsInvented terminology ("Quantum Consensus")
Validator SetSize, entry requirements, geographic distributionSmall, permissioned, or undisclosed validator set
InfrastructureSelf-hosted nodes vs. cloud provider dependencyCore functions hosted on AWS/GCP with no decentralization plan
The rule of thumb: high throughput requires centralized validators. Solana achieves roughly 50,000 TPS in practice and is routinely criticized for validator concentration. [3] Any project claiming ten times that throughput without a functioning testnet is selling you a fantasy.
PILLAR 2 Code Over Whitepapers

A whitepaper is a marketing document. The smart contract is the actual product. We read the contract.

Audit PointWhat to Look ForRed Flag
Audit CoverageNamed firm, full report published, remediation confirmedAudit summary only, no full report, limited scope
Admin PrivilegesOwnership renounced, no pause/blacklist/upgrade functionsOwner can mint, pause, or upgrade the contract
Minting FunctionsFixed supply, no mint authoritymint() function callable by owner
Proxy PatternsNo proxy, or transparent proxy with timelockUpgradeable proxy with no timelock or governance
GitHub ActivityPublic repo, multiple contributors, recent commitsNo repo, single contributor, months of inactivity
The locked door with the master key in the founder's pocket is not security. It is theater.
PILLAR 3 The API Test

Every crypto project in 2025 and 2026 claims to use artificial intelligence. Most of them are calling OpenAI's API and calling it a proprietary model. Real AI infrastructure takes thousands of engineering hours to build. You can spot the difference.

Audit PointWhat to Look ForRed Flag
Model TransparencyPublic model architecture, training data, research paper"Proprietary AI" with no documentation
Code RepositoryModel code, inference pipeline, data preprocessing scriptsNo repository, or repository with no ML code
Compute InfrastructureDedicated GPU clusters, verifiable inference endpointsVague references to "cloud AI"
Output VerificationReproducible results, independent testingClaims that cannot be independently tested
The question is simple: show us the GitHub commits. Show us the model weights. Show us the training pipeline. If a project cannot answer those three questions, they are wrapping an API and calling it innovation.
PILLAR 4 Bridge Vulnerabilities

Cross-chain bridges are the most exploited attack vector in all of crypto. The numbers are not subtle. The Ronin bridge lost $625 million. Wormhole lost $325 million. Nomad lost $190 million. [4][5] The total losses from bridge exploits exceeded $2 billion in a single year. [6] Every one of these exploits traced back to a centralized point of failure — a small validator set, a privileged admin key, or an unaudited message verification contract.

Audit PointWhat to Look ForRed Flag
Bridge ArchitectureDecentralized validator set, published design, audited codeSingle sequencer, undisclosed design, no audit
Message VerificationCryptographic proofs, multi-sig with large validator setTrusted relayer, small multi-sig
Incident ResponsePublished plan, insurance fund, circuit breakersNo plan disclosed
Audit ScopeBridge contracts explicitly included in auditOnly the token contract was audited
Any project proposing a bridge without a published, audited design is asking you to trust them with your money and a historically catastrophic attack surface.
PILLAR 5 Liquidity Traps and Tokenomics

Tokenomics is where the extraction happens. The presale raises money from retail. The team holds a large allocation with a short or nonexistent vesting period. The token lists. The team dumps. Retail holds the bag. This is not speculation; it is the documented playbook of hundreds of failed projects.

Audit PointWhat to Look ForRed Flag
Team AllocationUnder 10%, with multi-year vestingOver 15%, or vesting under 12 months
Vesting EnforcementSmart contract-enforced vesting, publicly verifiableVesting described in whitepaper only, not on-chain
Presale Wallet TracingPublic wallet addresses, verifiable on-chainPresale wallets not disclosed
Liquidity LockingLiquidity locked via smart contract for minimum 12 monthsLiquidity "planned" but not yet locked
Concentration RiskNo wallet holds more than 5% of supplyTop 5 wallets hold majority of supply
Part II

The Targets

IONIX Chain $IONX
"World's first AI Layer 1 blockchain — 500,000 TPS with Quantum AI Consensus"
⚠ Critical Risk
Infrastructure Reality Check

The 500,000 TPS figure is the first thing that should make any technically literate person pause. Solana, one of the fastest production blockchains in existence, achieves roughly 50,000 TPS in real-world conditions and has faced persistent criticism for its validator concentration. [3] IONIX is claiming ten times that throughput with no public testnet, no independent benchmark, and no technical documentation beyond a whitepaper.

The "Quantum AI Consensus" label is a red flag in itself. Quantum computing and AI are two distinct fields, and combining them into a consensus mechanism name without any technical specification is a hallmark of marketing-driven projects. The project's own documentation confirms it relies on AWS for enterprise-grade hosting and Kubernetes for microservice management. [7] This is standard cloud infrastructure, not a decentralized blockchain.

Code Over Whitepapers

The smart contract at 0x733fF6DaFed473CD88ee8B1C17B050Cf2865Ea6b is a minimal proxy, which means it is upgradeable. The owner retains minting privileges for the initial supply and significant control over the contract's behavior. Two audits have been conducted — Certik (90/100) and Solid Proof (85/100) — but the full audit reports were not publicly accessible for independent review.

The GitHub repository is not yet public, with the project's roadmap stating it will be released in Q2 2026. [7] There is no code to review. There is no evidence of development. There is a whitepaper and a presale.

Tokenomics

The total supply is 2,150,000,000 IONX. The team holds 10% with no publicly detailed vesting schedule. Private investors hold 7%, also with no disclosed vesting. The presale allocates 20% to the public. The absence of on-chain-enforced vesting for insider allocations is a serious concern. If the team can sell their tokens immediately after listing, retail buyers are the exit liquidity.

Audit PillarFindingRisk Level
Infrastructure500K TPS claim, no testnet, AWS dependency■ CRITICAL
CodeUpgradeable contract, owner minting, no public GitHub■ CRITICAL
AI Claims"Quantum AI Consensus" with no technical documentation■ HIGH
TokenomicsNo disclosed vesting for team/private allocations■ HIGH
🚨
ScamHoundCrypto Verdict: Critical Risk Anonymous team. Extraordinary performance claims with zero verifiable evidence. No public code. Upgradeable contract with owner privileges. This project fails every pillar of the framework. The only thing IONIX Chain has delivered is a presale page.
EscapeHub $ESC
"Multichain infrastructure platform for token creation and management across 40+ blockchains"
⚠ High Risk
Code Over Whitepapers

This is where EscapeHub diverges from the pure scam playbook, at least partially. The smart contract at 0x369EDF46E3223AfE60CA1AF0058B53f0F224eAa6 has been audited by both Hacken and Coinsult. Both audits confirm a fixed supply of 1,618,033,988 ESCAPE tokens with no minting functions. Ownership has been renounced. Minor issues found during the audit were remediated. [8] On the contract side, this is one of the cleaner projects in this report.

The GitHub tells a different story. The organization at github.com/escapehub-ai hosts three repositories, all of which are front-end token creator templates. The primary repository has a single commit from a single contributor, with no activity for months. [8] This is not a development team. This is a landing page with a GitHub account attached to it.

Team and Community

The team is KYC-verified by SolidProof, which provides some accountability, but no named founders with verifiable professional backgrounds are publicly disclosed. The Telegram community sits at approximately 185 members. For context, a legitimate infrastructure project at this stage of development would typically have thousands of engaged community members. The numbers suggest either a very early-stage project or one that has been quietly abandoned.

Tokenomics

The fixed supply and 4-year development vesting are positive signals. However, the top five wallets hold a disproportionately large share of the circulating supply, which creates concentration risk. [8]

Audit PillarFindingRisk Level
InfrastructureMultichain claims are plausible for EVM chains■ MEDIUM
CodeClean contract, audited, ownership renounced■ LOW
GitHub1 commit, 1 contributor, months of inactivity■ CRITICAL
Community185 Telegram members■ HIGH
TokenomicsFixed supply, 4-year vesting, but high wallet concentration■ MEDIUM
⚠️
ScamHoundCrypto Verdict: High Risk EscapeHub has done the minimum viable compliance work — audits, KYC, ownership renunciation — but the development activity suggests the project may already be dead. A Token Creation Tool with one GitHub commit is not a product. It is a placeholder.
DeepSnitch AI $DSNT
"Five specialized AI agents for real-time on-chain monitoring, social media analysis, and predictive analytics"
⚠ Critical Risk
The API Test

This is the pillar that destroys DeepSnitch's credibility. The project claims a "modular, decentralized surveillance stack" fusing machine learning, graph analytics, and real-time data ingestion. [9] These are serious technical claims that require serious technical evidence. There is no public GitHub repository for the project's core technology. The Signal-Labs GitHub organization exists, but its repositories relate to cybersecurity tools, not blockchain AI infrastructure.

Real AI infrastructure — the kind that processes on-chain transactions at scale, runs graph analytics across multiple blockchains, and delivers real-time alerts — takes years to build and thousands of engineering hours to maintain. It requires dedicated compute infrastructure, data pipelines, model training workflows, and continuous monitoring. None of this is visible. What is visible is a presale page, a whitepaper full of technical-sounding language, and five AI agent names — SnitchFeed, SnitchScan, SnitchGPT, SnitchCast, and AuditSnitch — that have no verifiable implementation behind them.

The most likely explanation is that DeepSnitch is a thin wrapper around existing APIs — possibly OpenAI for the "SnitchGPT" component and commercial blockchain data providers for the on-chain monitoring. This is not inherently wrong, but it is not the proprietary, decentralized AI infrastructure the project claims to have built.

Team and Legal Structure

The project is offered by SignalPlex Labs Ltd., incorporated in the British Virgin Islands. [9] No individual founders or team members are named. The BVI is a known offshore financial center with limited regulatory oversight. This structure provides maximum anonymity and minimum accountability.

Smart Contract

The SolidProof audit of Token.sol found no critical issues, but the audit explicitly states it did not include functional testing and covered only the token contract. [9] Multiple contract addresses have been identified across Ethereum and BSC, none of which appear to have been audited.

Audit PillarFindingRisk Level
AI InfrastructureNo public code, no verifiable models, no compute evidence■ CRITICAL
CodeToken contract audited, but scope is extremely narrow■ HIGH
TeamAnonymous, BVI shell company■ CRITICAL
Tokenomics30% to marketing, 5% to team■ MEDIUM
🚨
ScamHoundCrypto Verdict: Critical Risk DeepSnitch AI is selling a product that does not demonstrably exist. The AI claims are unverifiable, the team is anonymous, and the audit covers only the token contract. This is a textbook example of an AI-branded presale with no underlying infrastructure.
Bitcoin Hyper $HYPER
"First true Bitcoin Layer 2 with Solana Virtual Machine integration and ZK-proof settlement"
⚠ Critical Risk
Bridge Vulnerabilities

This is where Bitcoin Hyper's technical claims collapse under scrutiny. The project proposes a bridge between Bitcoin and a Solana-based Layer 2, which is one of the most technically complex and security-critical constructions in all of blockchain engineering. The history of bridge exploits is unambiguous: Ronin ($625M), Wormhole ($325M), Nomad ($190M). [4][5][6] Every one of these projects had teams, audits, and technical documentation. Every one of them was exploited.

Bitcoin Hyper's bridge design is described in the whitepaper — a Bitcoin Relay Program that verifies block headers and transaction proofs — but there is no public implementation, no audit of the bridge contracts, and no functioning testnet. [10] The whitepaper also acknowledges reliance on a single trusted sequencer for transaction ordering, which is a centralization risk that directly contradicts the "decentralized" framing.

The Meme Coin Confession

In what may be the most remarkable disclosure in this entire report, the Bitcoin Hyper website includes the following statement in its disclaimer section: "THIS IS A MEME COIN." [10] The whitepaper, which describes a sophisticated Layer 2 architecture with ZK proofs and SVM integration, does not contain this disclaimer. The project is simultaneously marketing itself as serious blockchain infrastructure and legally disclaiming itself as a meme coin. This is not a contradiction that can be reconciled.

Code and Audit

No public GitHub repository was found for the Bitcoin Hyper project. The SpyWolf audit of 0xA86c39fa8341aDC5219f355468fc78Cec7e8702B passed with no issues. The Coinsult audit of a different contract address — 0x6946c055D81Df8e7f230E6484f833B167546D09F — identified one high-risk issue, the details of which are not publicly disclosed. [10] A high-risk finding in a smart contract audit is not a minor concern. The fact that the project has not disclosed the nature of this vulnerability is a serious transparency failure.

Audit PillarFindingRisk Level
InfrastructureSingle sequencer dependency, no testnet■ HIGH
BridgeNo public design, no bridge audit, historically catastrophic attack surface■ CRITICAL
CodeNo public GitHub, undisclosed high-risk audit finding■ CRITICAL
TeamLargely anonymous, one named director with no verifiable background■ HIGH
Meme Coin DisclaimerProject legally disclaims itself as a meme coin■ CRITICAL
🚨
ScamHoundCrypto Verdict: Critical Risk Bitcoin Hyper is a meme coin wearing a Layer 2 suit. The bridge design is unaudited and unimplemented. The team is anonymous. An undisclosed high-risk vulnerability exists in the audited contract. The project's own legal disclaimer contradicts its technical marketing. This is not a serious infrastructure project.
Pepeto & Based Eggman $PEPETO · $GGs
The meme coin end of the spectrum — evaluated on team accountability, supply integrity, and liquidity trap mechanics
⚠ High / Medium Risk
Pepeto ($PEPETO)

Pepeto claims to be "the ultimate memecoin revolution," built by a co-founder of the original Pepe token. [11] The team is anonymous. The co-founder claim is unverifiable. The project has been audited by SolidProof and Coinsult, but the audit report includes an explicit disclaimer that it does not guarantee functional correctness and should not be used for investment decisions. [11]

The most alarming finding is a direct discrepancy in the token supply. The whitepaper states a total supply of 420 trillion tokens. Etherscan shows a maximum total supply of 100 million tokens. [11] These numbers differ by a factor of 4.2 million. This is not a rounding error. This is either a fundamental documentation failure or a deliberate misrepresentation of the token's scarcity. Either way, it is disqualifying. There is no public GitHub repository.

Based Eggman ($GGs)

Based Eggman is a utility memecoin on the Base blockchain, currently in Stage 3 of its presale with approximately $307,899 raised and 39.6 million tokens sold at $0.010838 per token. [12] The tokenomics are more transparent than most projects in this report: 40% presale, 25% liquidity pool, 15% ecosystem development, 10% marketing, 5% team, 5% staking rewards. The team allocation of 5% is reasonable. The liquidity pool is described as "locked for price stability," but the locking mechanism and duration are not specified on the website. [12]

The project is building on Coinbase's Base L2, which is a legitimate and growing ecosystem. The roadmap includes a streaming platform, gaming titles, and a DeFi suite — ambitious plans for a meme coin, but not inherently fraudulent. The primary risks are the standard meme coin risks: speculative value, no fundamental utility yet delivered, and the possibility that the ecosystem promises never materialize.

ProjectKey FindingRisk Level
Pepeto4.2 million-fold discrepancy in stated token supply■ HIGH
PepetoAnonymous team, unverifiable co-founder claim■ HIGH
PepetoNo public GitHub repository■ HIGH
Based EggmanReasonable tokenomics, public presence■ MEDIUM
Based EggmanLiquidity lock details not specified■ MEDIUM
Based EggmanStandard meme coin speculative risk■ MEDIUM
⚠️
ScamHoundCrypto Verdict — Pepeto: High Risk The token supply discrepancy alone is sufficient to disqualify this project. Combined with an anonymous team and no code repository, Pepeto exhibits the hallmarks of a project designed to extract presale funds without delivering a product.
ScamHoundCrypto Verdict — Based Eggman: Medium Risk This is the most defensible project in this report, which is a low bar. It is a meme coin with reasonable tokenomics and a public presence. The risks are the standard risks of speculative meme coin investing. Proceed with eyes open and only with capital you can afford to lose entirely.
Mutuum Finance $MUTM
mutuum.com
■ Medium Risk
📋 Standout Project — Most Credible Presale in This Report

MUTM is the only project in this report that passes the basic legitimacy test: real audits from CertiK and Halborn, a clean non-upgradeable token contract, a partially doxxed team, and a registered legal entity. The risk is not fraud — it is execution in a competitive DeFi lending market dominated by Aave and Compound. → Full MUTM Deep-Dive Report

Mutuum Finance is a decentralized lending and borrowing protocol currently in Phase 7 of an 11-phase presale, having raised $20.6 million as of March 2026. It operates two models: a Peer-to-Contract (P2C) pooled liquidity model similar to Aave, and a Peer-to-Peer (P2P) model for direct lending of more speculative assets. The V1 protocol is live on testnet. The MUTM token contract at 0x26BdEe9E66575319D5599569dFB39f543cFA8721 is a clean, non-upgradeable ERC-20 with no minting functions. [13]

The project has been audited by both CertiK (90/100 Token Scan score) and Halborn (November 2025 — 0 critical vulnerabilities, 1 high addressed, 4 medium addressed). [14][15] The team is partially doxxed with several named individuals including Anton Osika (Co-founder & CEO) and Amir Sohail (Active Director), operating under the registered entity Mutuum Finance Technology Ltd. The primary red flag is the absence of a public GitHub repository for the protocol's core contracts, despite the website's "open source" claim.

Audit PillarFindingRisk Level
InfrastructureStandard DeFi P2C + P2P lending, live testnet, no extraordinary claims■ LOW
Code / AuditsCertiK 90/100, Halborn 0 critical — no public GitHub■ MEDIUM
TeamPartially doxxed, registered legal entity, no prior failures■ MEDIUM
Tokenomics4.5% team allocation (conservative), on-chain presale, vesting undisclosed■ MEDIUM
ScamHoundCrypto Verdict: Medium Risk — Legitimate Project, Real Execution Risk MUTM is not a scam. It is the most credible presale in this report by a significant margin. The investment risk is execution risk in a competitive DeFi lending market, not fraud risk. Three things would materially improve confidence: publish the protocol contracts on GitHub, disclose the team vesting schedule, and provide full professional backgrounds for all named team members.

→ Read the full MUTM Deep-Dive Due Diligence Report
Zero Knowledge Proof $ZKP
zkp.com
⚠ CRITICAL RISK — EXTREME CAUTION ADVISED
🚨 Critical Update — Confirmed Operator Identity

Investigative reporting published January 2026 by DL News and on-chain analysis by ZachXBT (October 2025) have confirmed that ZKP (zkp.com) is operated by Gurhan Kiziloz — the same individual behind BlockDAG, which raised $442 million from retail investors before collapsing. Kiziloz also founded Lanistar, which was liquidated by the UK High Court in September 2025 following FCA warnings and ASA enforcement actions. This report has been upgraded from MEDIUM-HIGH to CRITICAL in light of these confirmed findings. See the full deep-dive: ZKP Full Due Diligence Report →

ZKP presents itself as a Layer 1 blockchain with zero-knowledge proof infrastructure, targeting a $1.7 billion raise across its presale phases. On the surface, the technical framing is sophisticated — ZK proofs are a legitimate and important area of cryptographic research. Beneath the surface, ZKP exhibits every structural characteristic of a serial presale extraction operation, now confirmed to be run by an operator with a documented history of raising hundreds of millions of dollars and delivering nothing.

The GK / BlockDAG Connection

Gurhan Kiziloz, known in crypto circles as "GK," is the confirmed founder of BlockDAG. His identity was publicly documented by on-chain investigator ZachXBT in October 2025, who traced fund flows from BlockDAG's presale wallets through OTC brokers. [13] BlockDAG raised $442 million from retail investors between 2023 and 2025, promising ASIC miners, a DAG-based blockchain, and partnerships with Inter Milan, Borussia Dortmund, and Alpine F1. None of the promised miners were delivered at scale. Employees reported going unpaid. The sports sponsorship contracts were breached. The FSA of Seychelles issued a public warning against BlockDAG. [14]

Before BlockDAG, Kiziloz founded Lanistar, a UK-based fintech that received an FCA consumer warning in 2020 and an ASA ruling for misleading advertising. Lanistar was liquidated by the UK High Court in September 2025. [15] The pattern across both projects is consistent: high-profile marketing spend, celebrity and sports endorsements, aggressive presale fundraising, and eventual collapse with retail investors holding the losses.

ZKP launched in late 2025 using an identical playbook. The same presale mechanics, the same ambassador-driven marketing, the same vague technical roadmap, and — critically — the same operator. Multiple community investigations on Reddit's r/CryptoScams and r/BlockDAGInvestors identified the ZKP connection within weeks of launch. [16] A January 2026 MEXC News/Coinmonks article directly questioned Kiziloz about cross-presaling ZKP and BlockDAG simultaneously. [17]

Operator Track Record

ProjectPeriodAmount RaisedOutcome
Lanistar2019–2025UndisclosedFCA warning · ASA enforcement · UK High Court liquidation (Sep 2025)
BlockDAG2023–2025$442MMiners undelivered · Employees unpaid · Sports contracts breached · FSA Seychelles warning · Collapse
ZKP2025–present~$2M (ongoing)Same operator · Same playbook · $1.7B target · Do Not Invest

BlockDAG vs. ZKP — The Playbook Comparison

TacticBlockDAGZKP
Presale structureMulti-phase with escalating price✓ Identical
Sports/celebrity endorsementsInter Milan, BVB, Alpine F1✓ Same approach
Anonymous core teamGK identity hidden until ZachXBT✓ No named founders
Aggressive $1B+ raise target$442M raised✓ $1.7B target
No public GitHub / no testnetConfirmed✓ Confirmed
Vague ZK/AI technical claimsDAG consensus marketing✓ ZK proof marketing
OTC fund routingDocumented by ZachXBT⚠ Unverified but consistent pattern
Regulatory warningsFSA Seychelles⚠ Watch for escalation

Audit Pillar Summary

Audit PillarFindingRisk Level
Operator IdentityConfirmed: Gurhan Kiziloz — BlockDAG founder, Lanistar founder■ CRITICAL
Track Record$442M raised via BlockDAG, collapsed; Lanistar liquidated by UK court■ CRITICAL
InfrastructureNo public testnet, no GitHub, ZK claims unverifiable■ CRITICAL
CodeNo public repository, no audited contracts■ CRITICAL
TeamAnonymous public face; confirmed operator has regulatory history■ CRITICAL
Tokenomics$1.7B raise target; presale mechanics mirror BlockDAG extraction model■ CRITICAL
RegulatoryOperator's prior projects: FCA warning, ASA ruling, FSA Seychelles warning■ CRITICAL
ScamHoundCrypto Verdict: CRITICAL RISK — Do Not Invest ZKP is not an anonymous presale with uncertain prospects. It is a confirmed repeat operation run by an individual whose previous project raised $442 million from retail investors and collapsed without delivering its core promises. The technical framing — zero-knowledge proofs, Layer 1 infrastructure — is sophisticated enough to attract serious capital. The operator history is disqualifying. Every dollar invested in ZKP is a dollar invested in a documented pattern of presale extraction. This is the highest-confidence negative verdict in this report.

→ Read the full ZKP Deep-Dive Due Diligence Report
Remittix (RTX)
remittix.io · ERC-20 · Presale since Dec 2024 · ~$14.9M raised
⚠ CRITICAL

Remittix positions itself as a crypto-to-fiat remittance platform claiming to support transfers to 30+ countries with zero FX fees. It has been aggressively marketed since December 2024 and raised approximately $14.9M from retail investors. The project is linked to the Finixio network — a documented paid-media operation responsible for promoting multiple presales that subsequently crashed 92–96% post-listing.

The team is fully anonymous. A "team reveal" milestone was originally included in the roadmap and has since been quietly deleted — a classic rug-pull preparation tactic. No working product exists. No GitHub repository. Trustpilot score of 1.7/5 with multiple fraud complaints. Active r/CryptoScams thread.

PillarFindingRisk
TeamFully anonymous — team reveal milestone deleted from roadmap▪ CRITICAL
CodeNo GitHub repository — no verifiable development▪ CRITICAL
InfrastructureNo working product after 15+ months of presale▪ CRITICAL
TokenomicsFinixio-linked — 92-96% post-listing crash pattern documented▪ CRITICAL
CommunityTrustpilot 1.7/5, active r/CryptoScams thread▪ CRITICAL
ScamHoundCrypto Verdict: CRITICAL RISK — Do Not Invest Remittix combines Finixio network affiliation, full team anonymity, a deleted accountability milestone, no working product, and active fraud complaints. The $14.9M raised represents real retail money at extreme risk. The Finixio pattern is well-documented: heavy paid media → presale raise → listing → 92-96% crash.

→ Read the full Remittix Deep-Dive Due Diligence Report
Nexchain (NEX)
nexchain.ai · Native L1 (claimed) · Feb 2026 · ~$8.2M raised
⚠ CRITICAL

Nexchain describes itself as an AI-powered Layer 1 blockchain focused on faster validation, automation, and network efficiency. It appeared in multiple February 2026 presale roundup articles and has been actively marketed across crypto media. A Reddit r/CryptoScams thread was opened on this project before most mainstream media coverage — an early community-level red flag.

The project has no public GitHub repository, no working testnet, and no verifiable team. Technical claims about "AI-powered consensus" and "faster validation" are vague and unsubstantiated. The "AI Layer 1" narrative is one of the most overused and least substantiated in the 2025-2026 presale cycle.

PillarFindingRisk
TeamFully anonymous — no verifiable identities▪ CRITICAL
CodeNo public GitHub — no verifiable development activity▪ CRITICAL
InfrastructureNo testnet — "AI consensus" claims unsubstantiated▪ CRITICAL
TokenomicsOpaque fundraising — raise amount unverifiable▪ HIGH
Communityr/CryptoScams thread opened — early warning signal▪ CRITICAL
ScamHoundCrypto Verdict: CRITICAL RISK — Do Not Invest Nexchain is a textbook vaporware Layer 1 presale. No code, no testnet, no verifiable team, and community-level scam flags already raised. The "AI Layer 1" label is marketing language, not technology.

→ Read the full Nexchain Deep-Dive Due Diligence Report
Digitap (DTAP)
digitap.app · ERC-20 · Jan 2026 · ~$3.1M raised
⚠ HIGH

Digitap claims to offer AI-powered biometric identity verification on the blockchain, targeting KYC/AML compliance markets. The project appeared in January 2026 presale roundups and has raised approximately $3.1M. While the use case is theoretically legitimate, the execution raises significant red flags: anonymous team, no GitHub, and AI/biometric claims that cannot be independently verified.

PillarFindingRisk
TeamAnonymous — no verifiable identities or professional backgrounds▪ CRITICAL
CodeNo public GitHub — biometric claims unverifiable▪ CRITICAL
InfrastructureAI/biometric integration claims — no technical documentation▪ HIGH
Tokenomics$3.1M raised — allocation and vesting undisclosed▪ HIGH
ScamHoundCrypto Verdict: HIGH RISK — Extreme Caution Digitap's use case is plausible but entirely unverifiable. Anonymous team + no GitHub + unverifiable AI claims = high risk regardless of the narrative.

→ Read the full Digitap Deep-Dive Due Diligence Report
Dreamcars (DCARS)
dreamcars.io · BEP-20 · Jan 2026 · ~$4.7M raised
⚠ CRITICAL

Dreamcars claims to tokenize luxury car rental income, promising token holders passive yield from a fleet of high-end vehicles. The project raised approximately $4.7M and appeared in January 2026 presale roundups. The core promise — verifiable luxury car rental yield distributed on-chain — cannot be independently confirmed. No fleet registry, no rental agreements, and no audited revenue figures are publicly available.

PillarFindingRisk
TeamAnonymous — no verifiable fleet ownership or business registration▪ CRITICAL
CodeNo verifiable smart contract for yield distribution▪ CRITICAL
InfrastructureNo verifiable luxury car fleet — yield claims unsubstantiated▪ CRITICAL
TokenomicsYield-bearing RWA claims with no audited revenue▪ CRITICAL
ScamHoundCrypto Verdict: CRITICAL RISK — Do Not Invest Dreamcars is a yield-bearing RWA claim with no verifiable underlying asset. The luxury car rental narrative is compelling marketing — but without a verifiable fleet, audited revenue, or named operators, it is an unsubstantiated promise.

→ Read the full Dreamcars Deep-Dive Due Diligence Report
IPO Genie (GENIE)
ipogenie.io · ERC-20 · Jan 2026 · ~$2.8M raised
⚠ HIGH

IPO Genie claims to provide retail investors with access to pre-IPO allocations of major companies through tokenization. The project raised approximately $2.8M and was heavily marketed in January 2026. The core claim — that token holders can access pre-IPO shares of companies like SpaceX or Stripe — is legally questionable in most jurisdictions and conflicts with SEC regulations on pre-IPO securities distribution.

PillarFindingRisk
TeamAnonymous — no verifiable legal or financial credentials▪ CRITICAL
CodeNo public GitHub — no verifiable smart contract for IPO access▪ CRITICAL
InfrastructurePre-IPO tokenization claims legally questionable (SEC regulations)▪ CRITICAL
TokenomicsConflicting tokenomics between whitepaper and official blog▪ HIGH
Remittix (RTX) Anonymous (deleted reveal) No GitHub No product, 15mo presale Finixio-linked pattern ▪ CRITICAL
Nexchain (NEX) Anonymous No GitHub No testnet, AI claims Opaque fundraising ▪ CRITICAL
Digitap (DTAP) Anonymous No GitHub Unverifiable AI/biometric Undisclosed vesting ▪ HIGH
Dreamcars (DCARS) Anonymous No verifiable contract No verifiable fleet Unaudited yield claims ▪ CRITICAL
IPO Genie (GENIE) Anonymous No GitHub Legally dubious IPO claims Conflicting tokenomics ▪ HIGH
ScamHoundCrypto Verdict: HIGH RISK — Extreme Caution IPO Genie's core promise conflicts with securities law in most jurisdictions. Anonymous team + no GitHub + legally dubious claims = high risk. The "pre-IPO access" narrative is a powerful marketing hook that exploits retail FOMO.

→ Read the full IPO Genie Deep-Dive Due Diligence Report
Part III

Comparative Risk Summary

Project Team Code Infrastructure Tokenomics Overall
IONIX Chain Anonymous No GitHub 500K TPS, no testnet No vesting details ■ CRITICAL
EscapeHub KYC, not doxxed 1 commit, dead Plausible EVM claims Fixed supply, 4yr vest ■ HIGH
DeepSnitch AI Anonymous, BVI No repo Fake AI claims 30% marketing ■ CRITICAL
Bitcoin Hyper Mostly anonymous No repo Meme coin disclaimer No vesting details ■ CRITICAL
Pepeto Anonymous No repo N/A (meme coin) Supply discrepancy ■ HIGH
Based Eggman Not doxxed N/A Base L2 (legitimate) 5% team, reasonable ■ MEDIUM
Part IV

How to Apply This Framework Yourself

Every presale you encounter can be evaluated in under thirty minutes using the following checklist.

If a project fails three or more of these steps, walk away.
05

References

⚠ Disclaimer: This report is published for educational and informational purposes only. It does not constitute financial or investment advice. Cryptocurrency investments carry substantial risk of total loss. The findings in this report reflect the state of publicly available information at the time of publication and may not reflect subsequent developments. Always conduct your own research before making any investment decision. ScamHoundCrypto is not responsible for any financial losses incurred as a result of reliance on this report.