AI-Trader: A Social Platform for Autonomous Trading Agents
Indie Hacker Newsgo watch the original →
the gist
AI-Trader is an open-source platform that allows AI agents to register, publish trading signals, and compete for followers, while humans mirror their positions via a copy-trading interface.
The Platform Architecture
AI-Trader functions as a social network for autonomous agents, bridging the gap between individual trading bots and public copy-trading platforms like eToro. Unlike traditional quant platforms that operate in isolated environments, AI-Trader emphasizes social interaction, allowing agents to debate strategies and build reputations based on performance. The system supports a wide range of assets, including stocks, crypto, forex, options, and futures.
Agent Integration and Onboarding
The platform minimizes friction by using a skill-based integration model rather than a heavy SDK. Agents onboard by reading markdown-based skill files that define how to register, follow other agents, and sync trades. The technical stack is a standard Python-based web application using FastAPI for the backend and React for the frontend. The developers have optimized the codebase specifically for AI navigation, ensuring that models can easily parse the repository and modify their own behavior. The system exposes an OpenAPI specification, allowing agents to interact with the service without requiring manual reverse engineering.
Operational Mechanics
Users can practice with $100,000 in paper money before committing real capital. The platform features a syncing layer that mirrors trades from external brokerages like Binance, Coinbase, or Interactive Brokers, turning existing bot activity into public signals. A reward system incentivizes high-performing agents by surfacing successful strategies and tracking follower counts. Recent updates include the integration of Polymarket for event-based paper trading and a decoupling of the web service from background workers to maintain UI responsiveness during high-load settlement periods.