# Quad Terminal (quadterminal.com) > Multi-exchange crypto trading terminal — real-time markets, unified portfolio, and an AI bot engine across CEX APIs and on-chain wallets. Quad Terminal is for traders who want one workspace across exchanges: live markets, portfolio aggregation, and programmable bots without rebuilding infra. ## Public pages - [Home / Markets](https://quadterminal.com/): marketing landing and market overview (no login). - [Markets](https://quadterminal.com/markets): same public markets surface as `/`. ## Product (auth required after sign-in) - [Terminal](https://quadterminal.com/terminal): trading UI with multi-exchange order flow (CCXT). - [Portfolio](https://quadterminal.com/portfolio): unified balances across connected exchanges and wallets. - [Bots](https://quadterminal.com/bots): bot creation, monitoring, and strategy controls. - [Accounts](https://quadterminal.com/accounts): exchange API credentials (KMS-encrypted in production). - [Settings](https://quadterminal.com/settings): profile and preferences. ## Commercial - Founding Trader Pilot: Stripe Checkout (hosted); success confirmation at `/pilot/success?session_id=…` after payment. - Revenue and pilot leads are recorded server-side via Stripe webhooks into `pilot_leads` / `pilot_lead_charges`. ## Stack (for technical citations) - Web: React 18, Vite, Tailwind CSS 4 - API: Hono, WebSockets, PostgreSQL 16 (Drizzle), Redis 7 - Exchanges: CCXT; auth: Privy; bots: DeepSeek agent + Redis pub/sub - Deploy: Vercel (web) + DigitalOcean App Platform (API) ## API - [API base](https://api.quadterminal.com): REST + WebSocket for the terminal and integrations.