| # βββ Dynamic RWA Yield Router β Environment Configuration βββ | |
| # Mantle L2 RPC | |
| MANTLE_RPC_URL=https://rpc.mantle.xyz | |
| MANTLE_WSS_URL=wss://ws.mantle.xyz | |
| # Wallet (ERC-4337 or EOA β agent never holds private keys) | |
| WALLET_ADDRESS=0x0000000000000000000000000000000000000000 | |
| # Telegram Bot | |
| TELEGRAM_BOT_TOKEN= | |
| # LLM for Strategy Reports | |
| OPENAI_API_KEY= | |
| # FRED API (macro data) | |
| FRED_API_KEY= | |
| # Logging | |
| LOG_LEVEL=INFO | |
| # Agent Mode | |
| AGENT_MODE=demo # demo | run | train | backtest | |
| INITIAL_CAPITAL=100000 | |
| REBALANCE_INTERVAL_SECONDS=3600 | |
| MAX_CYCLES= | |
| # Contract Addresses (override defaults from constants.py) | |
| # USDY_ADDRESS= | |
| # METH_ADDRESS= | |
| # MI4_ADDRESS= | |