Exchange/platform provider integrations for BrokeDancer trading bot. Use when:
(1) Adding a new exchange provider (Binance, Coinbase, etc.)
(2) Modifying existing provider implementations
(3) Debugging provider connection or API issues
(4) Understanding the BaseProvider interface contract
(5) Working with provider-specific configurations
Providers abstract exchange APIs into a unified interface for strategies.