Back to projects

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

Next.jsTypeScriptSupabaseBinance APIVercel Cron

Project Timeline

Discovery / Goal

Mar 2026

Identified 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 2026

Decided 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 2026

Built 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 2026

Quality & 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 2026

Pushed to Vercel production natively with environment variables securely synced, overcoming Git configurations securely for seamless updates.

Iterations / Improvements

Apr 2026

Iterated 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.