Autonomous AI agents that actually RUN 24/7, not just configs.
- 🌐 Website · buildx402.com
- 🐦 X · @Buildx402
- 🪙 CA ·
5kzbYjdBXbszHWWd5j9rxyBnMEXoh5Tb6u22Jd36pump
- ✅ Worker server executes agents continuously
- ✅ Bull + Redis for reliable job queuing
- ✅ Real API calls (Birdeye, Helius, OpenAI)
- ✅ Actual Solana transactions
- ✅ 24/7 execution, not stateless
docker-compose up -dOr manually:
redis-servercd worker && npm startcd app && npm run dev
- Creator makes template → Configures MEV bot
- User subscribes → Pays monthly
- User deploys agent → Creates instance
- User starts agent → Worker executes every 5s
- Agent makes API calls → AI analyzes → Executes trades
Actually runs. Not fake.
See DEPLOYMENT.md for full docs.