-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.env.example
More file actions
32 lines (24 loc) · 906 Bytes
/
Copy pathkeys.env.example
File metadata and controls
32 lines (24 loc) · 906 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
# Private key exported from your wallet (without 0x prefix)
# For email login: export from https://reveal.magic.link/polymarket
# For MetaMask: export from MetaMask settings
PK=your_private_key_here
# Your Polymarket profile address (from polymarket.com/settings)
FUNDER_ADDRESS=0xYourPolymarketProfileAddress
# Wallet type: 0=EOA/MetaMask, 1=Email/Magic, 2=Browser/GnosisSafe
SIGNATURE_TYPE=1
# Generated API credentials (leave blank on first run, then fill in)
POLY_API_KEY=
POLY_API_SECRET=
POLY_API_PASSPHRASE=
# Anthropic API key for Claude
ANTHROPIC_API_KEY=sk-ant-your-key-here
# Tavily API key for news search (https://tavily.com)
TAVILY_API_KEY=tvly-your-key-here
# Telegram notifications (optional)
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Slack notifications (optional)
SLACK_WEBHOOK_URL=
# REST API authentication (optional, for the /serve endpoint)
POLYBOT_API_KEY=
POLYBOT_API_SECRET=