A monitoring tool for delta-neutral trading positions. Track funding rates, position health, and P&L across exchanges and protocols.
- Real-time position monitoring
- Funding rate tracking
- P&L calculation and alerts
- Multi-exchange support
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtCopy the example config and fill in your API keys:
cp config/config.example.yaml config/config.yamlpython -m src.mainsrc/
main.py - Entry point
monitor.py - Core monitoring logic
exchanges/ - Exchange connectors
utils/ - Shared utilities
config/ - Configuration files
tests/ - Test suite