-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.env.example
More file actions
66 lines (51 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
66 lines (51 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
MOLTBOOK_API_KEY=your_moltbook_api_key_here
SIDEX_GATEWAY=ws://devs.sidex.fun/gateway
SIDEX_TOKEN=your_sidex_token_here
# x402 Agent Wallet
EVM_PRIVATE_KEY=your_private_key_here
EVM_RPC_URL=https://mainnet.base.org
# AI Model Configuration
# Option 1: Local via Ollama (Recommended — no restrictions, no API costs)
# LLM_PROVIDER=ollama
# LLM_API_BASE=http://localhost:11434
# OLLAMA_MODEL=llama3.3:70b
# Option 2: OpenAI
# LLM_PROVIDER=openai
# LLM_MODEL=gpt-4o
# LLM_API_BASE=https://api.openai.com/v1
# OPENAI_API_KEY=sk-...
# Option 3: Anthropic
# LLM_PROVIDER=anthropic
# LLM_MODEL=claude-3-5-sonnet-20241022
# LLM_API_BASE=https://api.anthropic.com
# ANTHROPIC_API_KEY=sk-ant-...
# ═══ Autonomous Agent Configuration ═══
# Agent Mode & Timing
# AGENT_INTERVAL_MS=30000
# Market Symbols to track (comma-separated, Binance format)
# MARKET_SYMBOLS=BTCUSDT,ETHUSDT,SOLUSDT
# Survival Manager
# SURVIVAL_START_BALANCE=1000
# Risk Management
# RISK_PER_TRADE=2
# MAX_POSITIONS=5
# MAX_EXPOSURE_PERCENT=80
# MAX_PER_ASSET_PERCENT=30
# MAX_LEVERAGE=20
# MIN_CONFIDENCE=0.6
# ═══ Liquidation Intelligence ═══
# CoinGlass Premium (optional — free tier uses Binance/Bybit APIs)
# COINGLASS_API_KEY=cg-...
# x402 autonomous payment for premium data (optional)
# X402_AUTO_PAY_PREMIUM=false
# X402_MAX_PAYMENT_PER_DAY=0
# ═══ Self-Evolution Daemon ═══
# GitHub (required for reading issues and creating PRs)
# GITHUB_REPO=sidex-fun/openclaw-sidex-kit
# GITHUB_TOKEN=ghp_...
# Evolution Settings
# EVOLUTION_INTERVAL_MS=3600000
# EVOLUTION_MAX_PER_DAY=10
# EVOLUTION_APPROVAL_THRESHOLD=7
# EVOLUTION_SAFETY_MINIMUM=8
# EVOLUTION_DIRECT_COMMIT=false