-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.env.example
More file actions
47 lines (41 loc) · 2.06 KB
/
.env.example
File metadata and controls
47 lines (41 loc) · 2.06 KB
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
42
43
44
45
46
47
# Polymarket Trading Configuration
POLYMARKET_PRIVATE_KEY=0x1234567890abcdef...
POLYMARKET_FUNDER=0xYourFunderAddressHere
# Polymarket Builder API (for CTF operations: split/merge/redeem)
# Get these from Polymarket's Builder API
BUILDER_API_KEY=your-builder-api-key
BUILDER_SECRET=your-builder-secret-base64
BUILDER_PASS_PHRASE=your-builder-passphrase
# Opinion Trading Configuration
OPINION_API_KEY=your_api_key_here
OPINION_PRIVATE_KEY=0x1234567890abcdef...
OPINION_MULTI_SIG_ADDR=0xYourWalletAddress...
# Limitless Trading Configuration
LIMITLESS_PRIVATE_KEY=0x1234567890abcdef...
# Kalshi Trading Configuration
# Get API keys from https://kalshi.com/api
KALSHI_API_KEY_ID=your-api-key-id
KALSHI_PRIVATE_KEY_PATH=/path/to/kalshi-private-key.pem
# OR use KALSHI_PRIVATE_KEY_PEM for inline PEM (replace newlines with \n)
# KALSHI_PRIVATE_KEY_PEM="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
KALSHI_DEMO=false
# TODO: OpenRouter API (for LLM-based market matching)
OPENROUTER_API_KEY=sk-or-...
OPENROUTER_MODEL=xiaomi/mimo-v2-flash:free
# Predict.fun Trading Configuration
# Two modes available:
# 1. EOA mode (PREDICTFUN_USE_SMART_WALLET=false):
# - Use PREDICTFUN_PRIVATE_KEY (Privy wallet)
# - Transfer funds from Smart Wallet to EOA if needed
# 2. Smart Wallet mode (PREDICTFUN_USE_SMART_WALLET=true):
# - Use this mode to handle positions also on the web browser
# - Use PREDICTFUN_SMART_WALLET_OWNER_PRIVATE_KEY (the EOA that owns the smart wallet)
# - Use PREDICTFUN_SMART_WALLET_ADDRESS (your Predict Account deposit address)
PREDICTFUN_TESTNET=false
PREDICTFUN_API_KEY=your-api-key-here
PREDICTFUN_USE_SMART_WALLET=true
# 1. EOA mode (PREDICTFUN_USE_SMART_WALLET=false):
PREDICTFUN_PRIVATE_KEY=0x...your-privy-wallet-private-key
# 2. Smart Wallet mode (PREDICTFUN_USE_SMART_WALLET=true):
PREDICTFUN_SMART_WALLET_OWNER_PRIVATE_KEY=0x...your-smart-wallet-owner-private-key # derive this from https://predict.fun/account/settings
PREDICTFUN_SMART_WALLET_ADDRESS=0x...your-deposit-address # derive this from https://predict.fun/account/deposit