Solana Copytrading Bot Development

Customer: AI | Published: 30.10.2025

I want to build a fully-automated trading bot on the Solana blockchain that taps into a well-known open-source API. The core strategy is copytrading: the bot must mirror orders from specific trader accounts that I pre-select, tracking them in near-real time and executing the same trades from my wallet with adjustable position sizing. Key points I need covered • Integration with the chosen open-source Solana API for order routing, account management, and on-chain data. • A simple interface (CLI or lightweight web panel) where I can add or remove the specific trader addresses to follow and set limits or multipliers. • Robust trade-copy logic—if the source account enters, modifies, or closes a position, my bot should replicate the action immediately while handling slippage and partial fills. • Basic risk controls such as max daily loss and per-trade size caps. • Clean, well-commented code so I can extend the project later; TypeScript or Rust is fine as long as best practices for Solana dev are observed. Acceptance criteria 1. I can connect a Solana wallet, choose at least one trader address, and watch the bot execute a mirrored trade on Devnet before we move to Mainnet. 2. All on-chain transactions are visible in the Solana explorer and match the source account’s actions (excluding my custom sizing rules). 3. The repository builds and runs from a single command with clear README instructions. If you have prior Solana bot or on-chain copytrading experience, that’s a plus—please share a brief example when you respond.