The console app for managing your positions on dydx DEX. With this tool you can 🔍 monitor margin usage (notifications in telegram), 📊 rebalance positions (auto mode available), 💸 transfer USDC between wallets using L2, 🔥 burn fee.
Install Python 3.8+. Run "pip3 install -r requirements.txt".
It can be used for (run main.py):
- 'Monitor and rebalance (default values)',
- 'Burn fee',
- 'Transfer (L2)',
- 'Rebalance wallets (L2)',
The next steps:
- adding console UI (DONE)
- order book handler (to set min sell and max buy price)
- create MARKET parameter (current version buy-sell BTC only)
- dashboard of wallets
- positions autoreduction
The project is at draft stage. That means all code only for educational purposes. Please do not use it in the production environment.