# Always-on Apex Live runner (desktop that stays awake)
# Copy to runner/.env and fill in. NEVER commit .env.

# Burn-wallet private key (base58) — NOT your main wallet, NOT recovery words
APEX_RUNNER_SECRET=

# Optional: Solana RPC (recommended private RPC for reliability)
# SOLANA_RPC=https://your-rpc.example

# Aquisitive API (TA, LTM, live-swap build)
AQUISITIVE_API_BASE=https://aquisitive.com

# Heartbeat interval ms (default 20000)
# APEX_RUNNER_INTERVAL_MS=20000

# Universe: stocks | crypto | both (default stocks)
# APEX_RUNNER_UNIVERSE=stocks
