-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 845 Bytes
/
.env.example
File metadata and controls
41 lines (33 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Mode
TRADING_MODE=paper
NODE_ENV=production
# Telegram
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TIMEZONE=UTC
# AI (Cerebras / Groq for news classification)
CEREBRAS_API_KEY=
GROQ_API_KEY=
# Hyperliquid Quant Trading
QUANT_ENABLED=false
QUANT_VIRTUAL_BALANCE=10
HYPERLIQUID_PRIVATE_KEY=
HYPERLIQUID_WALLET_ADDRESS=
# News monitoring (multiple keys rotate for rate limits)
TAVILY_API_KEY_1=
TAVILY_API_KEY_2=
TAVILY_API_KEY_3=
# EVM Insider Trading (optional)
PRIVATE_KEY_EVM=
ETHERSCAN_API_KEY=
SNOWTRACE_API_KEY=
ALCHEMY_API_KEY=
# RPC URLs (optional - public defaults used if not set)
RPC_URL_BASE=https://mainnet.base.org
RPC_URL_ARBITRUM=https://arb1.arbitrum.io/rpc
RPC_URL_AVALANCHE=https://api.avax.network/ext/bc/C/rpc
# Google Sheets (optional)
GOOGLE_SHEETS_ID=
GOOGLE_SERVICE_ACCOUNT_JSON=
# Risk Limits
DAILY_LOSS_LIMIT_USD=25