I need a web-based crypto copy-trading platform that connects to the Binance API for both spot and futures accounts. The stack should centre on Laravel for the backend, MySQL for data storage, and a straightforward HTML/CSS/JavaScript front end—feel free to drop React in if it speeds up component work. I’ll host this on a VPS (AWS or a comparable provider), so keep the architecture stateless and easy to scale. Core flow Users sign up with email and password, then secure their access with 2-factor authentication. Once inside, they paste their Binance API keys; those keys must be encrypted at rest and never exposed in logs. From there they can browse vetted traders, follow one or several of them, and mirror trades automatically. Risk management is the heart of this project. I want flexible controls that let followers set a custom stop-loss, define an investment cap per trade, and rely on an automated risk-assessment engine that flags positions exceeding predefined thresholds. All limits must override any trade that a followed account attempts to place. The trader dashboard should surface ROI, max drawdown, ongoing positions, and full trade history in near real time. On the admin side I need tooling to approve or suspend traders, view user statistics, and adjust platform-wide parameters. Deliverables • Laravel codebase with REST endpoints fully wired to the Binance API (spot & futures) • Responsive UI reflecting all dashboards and risk settings • Encrypted storage and retrieval of user API keys, plus 2FA integration • Copy-trading engine that supports multi-trader following with per-follower risk overrides • Admin panel covering user, trader, and system metrics • Deployment scripts or Docker files ready for AWS-based VPS Acceptance criteria The platform must execute mirrored trades on a testnet account without slippage beyond API limits, respect all follower risk constraints, and pass an OWASP security scan. If this aligns with your expertise in PHP, JavaScript, and crypto trading systems, let’s get started.