Enable live trading mode
mainThe bot defaults to using PaperExchangeClient for safety. To enable real order transmission, you must satisfy two conditions:
1. Required Runtime Flags
You must set all three of the following environment variables:
BOT_MODE=liveLIVE_TRADING_ENABLED=trueDRY_RUN=false
2. Required Secrets and Infrastructure
Once live mode is enabled, the following variables are also required:
PRIVATE_KEY: For signing transactions.FUNDER_ADDRESS: Required for signature types1and2.DATABASE_URL: For state persistence.POLYGON_RPC_URL: Required for proxy-wallet approvals and redemptions.