Crypto Trade Agent
An AI-powered cryptocurrency terminal offering automated paper trading setups. Features real-time Binance market data assimilation and comprehensive risk engine parameters.
Built With
Project Timeline
Discovery / Goal
Mar 2026Identified a need for a seamless, AI-driven crypto signal terminal that doesn't just display signals but automatically validates and paper-trades them. The goal was to build a secure, anti-spam execution loop to simulate real market conditions.
Design Decisions
Mar 2026Decided to separate the signal generation from execution, using a robust server-side risk engine to validate trades. Implemented Vercel Cron to fire one-minute heartbeat cycles while preserving a premium UI aesthetic.
Implementation Steps
Mar 2026Built the dashboard with dynamic trading modes, incorporated Supabase for persistent trade logging and configuration, constructed the `run-bot` endpoints, and layered the risk management rules.
Testing & QA
Apr 2026Quality & Testing heavily prioritized: build verified locally, enforced strict 404 behaviours, protected API keys strictly inside backend Vercel configuration, and tested duplicate prevention limits meticulously.
Deployment
Apr 2026Pushed to Vercel production natively with environment variables securely synced, overcoming Git configurations securely for seamless updates.
Iterations / Improvements
Apr 2026Iterated to soft-reset features to preserve data telemetry over time and integrated explicit metadata rules such as 'market_regime' and 'setup_strength_score' to aid strategy analytics.