All projects
Crypto / HFT2024–2025Private

Solana HFT Engine

Sub-millisecond memecoin sniping on Pump.fun + LetsBonk + Moonshot

Private — internal system
Overview

A production high-frequency trading engine for Solana fair-launch memecoins on Pump.fun, LetsBonk, and Moonshot. Rust core for sub-millisecond execution path. Python orchestration layer for strategy + risk. Designed and operated as an internal trading system, not a product.

The hard problem in Solana memecoin sniping is propagation latency. A token launches; the entire market sees the launch within milliseconds. Whoever's first to buy at the launch price wins. The engine uses a co-located Jito-bundle submission path that bypasses normal mempool propagation, with redundant Geyser plugins for state observation and a custom RPC fan-out for transaction submission.

Wallet orchestration handles 1000+ hot wallets with automatic rotation, profit consolidation, and capital rebalancing. Each wallet has a per-token position limit; the orchestrator enforces global exposure caps even if individual wallet strategies request more.

MEV protection is built into the submission path — every snipe is bundled with a tip to a Jito validator, and the engine refuses to submit to validators that are known to leak bundles. Risk management is a separate process that holds the kill-switch and can halt the entire fleet in under 50ms.

Key features
  • 01Sub-millisecond Rust execution path with co-located Jito-bundle submission
  • 021000+ hot wallets with automatic rotation and profit consolidation
  • 03MEV-protected snipes — Jito tips, validator-leak detection
  • 04Geyser-plugin state observation with custom RPC fan-out
  • 05Sub-50ms global kill-switch over a separate risk process
Screenshots
[Screenshot 1]
Drop a PNG into /public
[Screenshot 2]
Drop a PNG into /public
[Screenshot 3]
Drop a PNG into /public
[Screenshot 4]
Drop a PNG into /public

More work

Seven other projects across crypto, AI, and games.

All projects