Runtime configuration & thresholds
Current runtime parameters
| Parameter | Value | Source | Description |
|---|---|---|---|
| REDIS_URL | redis://localhost:6379 | ENV | Redis streams bus |
| TIMESCALE_URL | postgres://polyagent:***@localhost:5432/polyagent | ENV | TimescaleDB for orderbook/signals |
| POLYGON_RPC_PRIMARY | https://polygon-rpc.com | ENV | Primary Polygon RPC |
| POLYGON_RPC_FALLBACK | https://rpc-mainnet.matic.today | ENV | Fallback Polygon RPC |
| POLYMARKET_WSS_URL | wss://ws-subscriptions-clob.polymarket.com/ws/market | DEFAULT | Polymarket CLOB WebSocket |
| KELLY_CAP | 0.25 | DEFAULT | Maximum Kelly fraction per trade |
| FAST_TRACK_ORDER_CAP | $500 | DEFAULT | Per-order fast-track limit |
| FAST_TRACK_DAILY_CAP | $5,000 | DEFAULT | Daily fast-track notional limit |
| CONSENSUS_THRESHOLD | $10,000 | DEFAULT | 2-of-3 consensus above this notional |
| PONG_TIMEOUT | 400ms | DEFAULT | WSS heartbeat timeout |
| MIN_EDGE_SPORTS | 5% | DEFAULT | Minimum sports edge to fire signal |