AI-powered liquidation bot for Aave v3. Describe the position in plain English — the AI executes the liquidation.
- Natural language interface
- Real-time WebSocket monitoring
- Flash loan support (no capital needed)
- Private mempool protection (Flashbots)
- Multi-chain: Polygon, Base, Arbitrum, Ethereum
- Web dashboard
- MIT licensed
git clone https://github.com/yourusername/DeFiLiquidatorAI
cd DeFiLiquidatorAI
cp .env.example .env
# Edit .env with your keys
pip install -r requirements.txt
python main.py
# DeFiLiquidatorAI 🤖
AI-powered liquidation bot for Aave v3. Describe the position in plain English — the AI executes the liquidation.
## Features
- Natural language interface
- Real-time WebSocket monitoring
- Flash loan support (no capital needed)
- Private mempool protection (Flashbots)
- Multi-chain: Polygon, Base, Arbitrum, Ethereum
- Web dashboard
- MIT licensed
## Quick Start
```bash
git clone https://github.com/yourusername/DeFiLiquidatorAI
cd DeFiLiquidatorAI
cp .env.example .env
# Edit .env with your keys
pip install -r requirements.txt
python main.py
=======
# DeFiLiquidatorAI
AI-powered liquidation bot for Aave v3. Just describe the position in plain English — the AI executes the liquidation. Flash loans, private mempool, multi-chain.
>>>>>>> f2881ef804e1431541291e8919b91ae599f3a799
[](https://github.com/dorohinkostya1989-cmyk/DeFiLiquidatorAI/actions/workflows/test.yml)
## 📚 API Documentation
### Web Interface
Start the web server:
```bash
python run_web.py