Skip to content

imxyb/smart-money-hunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Smart Money Hunter

Overview

This project is a high-performance on-chain copy trading system that enables real-time tracking and mirroring of trades from target addresses on EVM-compatible blockchains. It leverages Golang for backend development, integrates third-party services like 1inch SDK and OKLink API, and supports multi-wallet execution.

Features

βœ… Real-Time Trade Subscription – Uses Redis as a message queue to subscribe to and process target addresses' trades instantly.
βœ… Multi-Wallet Support – Enables diversified trading execution by distributing trades across multiple wallets.
βœ… Optimized Transaction Execution – Uses 1inch SDK to find the best swap routes and minimize slippage.
βœ… Secure Private Key Storage – Implements AES encryption or cloud-based KMS for private key security.
βœ… Scalable Data Storage – Uses MySQL to persist transaction history and analytics data.
βœ… Mempool Monitoring – Captures trade signals before they are confirmed on-chain, enabling faster execution.
βœ… Risk Management – Supports stop-loss, max-drawdown limits, and wallet allocation strategies.

Tech Stack

  • Language: Golang
  • Message Queue: Redis (for trade subscription and real-time processing)
  • Database: MySQL (for trade records and analytics)
  • Blockchain Services: 1inch SDK, OKLink API
  • Security: AES-256 encrypted private key storage / KMS-based signing
  • Infrastructure: Docker, Kubernetes (optional for scaling)

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚       User Interface         β”‚
β”‚ (CLI / Web Dashboard / API)  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–²β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
              β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  On-Chain Copy Trading Core   β”‚
β”‚  (Golang Backend)             β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ - Redis (Message Queue)       β”‚
β”‚ - MySQL (Trade Storage)       β”‚
β”‚ - OKLink API (Trade Tracking) β”‚
β”‚ - 1inch SDK (Optimal Routing) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–²β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
              β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚     EVM-Compatible Chains    β”‚
β”‚ (Ethereum, BSC, Polygon, etc.)β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

About

πŸš€ Smart Money Hunter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages