File size: 489 Bytes
c6b6c96 820c67c f667d47 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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=
|