-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 885 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Bankr
BANKR_API_KEY=bk_your_key_here
NEXT_PUBLIC_WALLET_ADDRESS=0x_your_wallet_address_here
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project-id.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here
# Battle
BATTLE_ID=your_battle_id_here
AGENT_ID=agent-01
# Agent Config
AGENT_INTERVAL_MS=180000 # 3 minutes between cycles
AGENT_MAX_TRADE_PCT=15 # Max % of portfolio per trade
AGENT_TRADE_AMOUNT=1 # Dollar amount per trade (set low to start)
AGENT_DRY_RUN=true # Set to false when ready to trade real money
AGENT_SLIPPAGE=3 # Slippage % for swaps (3% works for most Base tokens)
AGENT_COOLDOWN_HOURS=4 # Hours to wait before trading same token again
AGENT_MAX_POSITIONS=3 # Max number of open positions at once
AGENT_MAX_DAILY_LOSS_PCT=10 # Stop trading if daily loss exceeds this %