Files
polymarket-5min-15min-1hour…/btc-binary-VWAP-Momentum-bot/.env.example
T
2026-07-26 22:56:35 +08:00

35 lines
1.4 KiB
Bash

# ==================================================
# BTC 15-min Live Trading Bot - Environment Variables
# ==================================================
# Copy this file to .env and fill in your credentials:
# cp .env.example .env
#
# NEVER commit .env to git!
# ── WALLET (REQUIRED) ──────────────────────────────
# Your Polygon wallet private key (with 0x prefix)
PRIVATE_KEY=0x_your_private_key_here
# Proxy wallet address (only if using Gnosis Safe / SIGNATURE_TYPE=1 or 2)
FUNDER_ADDRESS=
SIGNATURE_TYPE=0
# ── POLYMARKET API (REQUIRED) ──────────────────────
# Generate at: https://clob.polymarket.com
POLY_API_KEY=
POLY_API_SECRET=
POLY_API_PASSPHRASE=
# ── POLYGON NETWORK ────────────────────────────────
# Default public RPC works, but Alchemy/Infura is recommended for reliability
RPC_URL=https://polygon-rpc.com
CHAIN_ID=137
# ── POLYMARKET CLOB ────────────────────────────────
CLOB_HOST=https://clob.polymarket.com
# ── TELEGRAM (OPTIONAL) ───────────────────────────
# Create a bot via @BotFather, get chat ID via @userinfobot
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=