I trade Solana-based meme coins every day and now need a lightweight bot that automatically mirrors my trades from a “leader” wallet into one or more “follower” wallets with as little delay as possible. The goal is simple: whenever I buy, sell, or add liquidity for an SPL token, the bot should detect the transaction on-chain and execute the same action from the followers, matching price, slippage tolerance, and percentage of my position that I specify. Key expectations • Real-time monitoring of the leader wallet on Solana mainnet • Automatic replication of buys, sells, and liquidity removals, including token approvals • Configurable parameters: slippage, max trade size per token, list of follower wallets, pause/resume toggle • Basic dashboard or CLI for setup and live status (Web UI in React or a clean terminal interface is fine) • Written in either TypeScript (web3.js) or Rust (Anchor / solana-program-library) with clear, well-commented code • Runs reliably on a VPS—Ubuntu install script and concise README required • Log file or database record of every mirrored trade for auditing Acceptance criteria 1. From blockchain event to follower execution must stay under 5 seconds on average. 2. Trades reproduce within ±0.5 % price difference, respecting configured slippage. 3. Full end-to-end demo on Solana Devnet using two test wallets and a meme token of your choice. Hand over the source code, deployment instructions, and the demo video or live call showcasing the bot in action. Once it passes the above benchmarks, the project is complete.