Web App: UI for quotes, orders, and support.
CLI App: Terminal UI/client for quotes, orders, tracking, support, and bridge calls.
BFF: Validates requests, applies rate limits, caches static data, and calls Wagyu.
Telegram Bot: Conversational UI for swaps (create, track, history) backed by BFF endpoints.
Workers: Polls order status and drives notifications.
DB: Stores tickets, sessions, order references, audit logs.
Status Page: Public system health, incidents, and component uptime.
User requests a quote in the web app.
Web app calls BFF quote endpoint.
BFF validates input and calls Wagyu API.
BFF returns normalized result to web app.
Order creation triggers worker polling and support logging.