Skip to content

soldrift/bubblemap-bypass-engine-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Bubblemap Bypass Engine (Solana)

A TypeScript-only approach to mitigating on-chain clustering and bundler detection (e.g. Bubblemaps) on Solana—no smart contracts, no custom programs, just simple tooling and patterns.

What it does

  • Reduces how easily analytics services can cluster your wallets or flag them as “bundlers.”
  • Uses straightforward TypeScript logic: timing, distribution, and wallet behavior—not on-chain program code.
  • Stays lightweight: no Solana programs to deploy or maintain.

How it works (high level)

  • Distribution & timing: Splits and routes value across many wallets with varied timing to avoid obvious consolidation patterns.
  • No smart contracts: Everything is driven by TypeScript (wallets, RPC, transaction construction). No Rust/Anchor or other on-chain logic.
  • RPC-only: Uses standard Solana RPC (and optionally existing SDKs) to send transactions; no custom chain logic.

Tech stack

  • TypeScript (Node.js)
  • Solana (RPC + standard transfers / SPL if needed)
  • No Solana programs, no mixers, no external protocols—just scripts and simple automation.

Contact

Telegram: @devbeast5775

About

Bubblemap bypass tool to mitigate Bubblemaps clustering & bundler detection. No smart contracts, RPC + scripts only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors