Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .env.example
ZERION_API_KEY=zk_...
ZERION_AGENT_TOKEN=
MANAGED_EXECUTION_WALLET_NAME=operator-bot
MANAGED_EXECUTION_WALLET_ADDRESS=0x...
GEMINI_API_KEY=
COINGECKO_API_KEY=
EXECUTE_TRADES=false
PORT=3000
RUN_ON_STARTUP=false
TELEGRAM_BOT_TOKEN= # from @BotFather

# Demo mode ensures at least 1 trade per cycle (boosts top token)
DEMO_MODE=true

# Force a specific token for demo trades (real Base address required)
# DEMO_SWAP_TOKEN_ADDRESS=0x4200000000000000000000000000000000000006

# Direct on-chain swap config (real trades need this — Zerion API swap endpoint is 404)
# PRIVATE_KEY=0x...your_wallet_private_key...
BASE_RPC_URL=https://mainnet.base.org

# Default whale wallets for all new Telegram users (comma-separated Base addresses)
# DEFAULT_WHALE_WALLETS=0x whale1,0x whale2,0x whale3
Loading