| # Torque JWT — get at https://platform.torque.so/connect-mcp | |
| TORQUE_API_KEY=eyJhbGci...your-jwt-here | |
| # Torque ingest key — get at https://platform.torque.so/settings (API Keys) | |
| TORQUE_INGEST_KEY=tq_your_ingest_key_here | |
| # Optional: Helius for live Solana wallet data | |
| HELIUS_API_KEY=your_helius_api_key_here | |
| # Optional: Telegram webhook for operator alerts (bulk churn, critical scans) | |
| # Format: https://api.telegram.org/bot<TOKEN>/sendMessage?chat_id=<CHAT_ID> | |
| TELEGRAM_WEBHOOK_URL= | |