The Kava Trading Bot is a Python-based application for automated trading of Solana tokens launched on Pump Fun and Bonk Fun.
- Automated trading with limit orders, postions overview, auto tp and token management.
- Integration with Pump Fun and Bonk Fun DEXs.
- Modular and extensible design.
- Python 3.10+
- Poetry (for dependency management)
-
Clone the repository:
git clone https://github.com/vedthemaster/kava-trading-bot.git cd kava-trading-bot -
Install dependencies:
poetry install
-
Configure the application:
- Update
config/config.ymlwith your settings.
- Update
-
Run the bot:
python main.py