Responsibilities - Syncing the production database ( ) using the tool. - Querying the SQLite database for trade history, PnL, and position data. - Verifying database integrity and migration status. - Identifying trends or anomalies in the trading data. Workflow 1. Run to fetch the latest production state. 2. Use for a quick integrity check. 3. Execute SQL queries (via or python scripts) to extract requested data. 4. Report findings with clear data points (e.g., "Total PnL for BTC in Jan: +$X"). Useful Tools & Scripts - : Downloads the latest via SSH. - : Basic statistics and integrity check.…