DeFi Liquidity Provider Agent CLI - AI-powered LP management tool
npm install defi-lp-agentš¤ AI-powered DeFi Liquidity Provider management tool with multi-chain and multi-DEX support.
- š Multiple AI Providers: Kimi (Moonshot), OpenAI, Anthropic
- āļø Multi-Chain Support: BSC, Ethereum, Arbitrum, Polygon, Avalanche, Base, Solana
- š¦ Multi-DEX Support: PancakeSwap, Uniswap, SushiSwap, ApeSwap, Orca
- š± Bot Integrations: Telegram, Discord
- šÆ Interactive Setup: CLI wizard for easy configuration
``bash`
npm install -g defi-lp-agent
`bash`
defi-lp-agent setup
This will guide you through:
- AI provider selection and API key configuration
- Telegram/Discord bot setup
- Chain and DEX selection
`bashForeground mode
defi-lp-agent start
$3
`bash
View current config
defi-lp-agent configEdit configuration
defi-lp-agent config --edit
`Commands
| Command | Description |
|---------|-------------|
|
setup | Interactive configuration wizard |
| start | Start the LP Agent |
| start --daemon | Start as background service |
| config | View configuration |
| config --edit | Edit configuration |
| status | Check agent status |
| logs | View logs |
| logs --follow | Follow logs in real-time |Configuration
Configuration is stored in
~/.defi-lp-agent/:
- config.json - Main configuration
- .env` - Environment variables- š Kimi (Moonshot AI) - Recommended for Chinese users
- šµ OpenAI (GPT-4)
- š£ Anthropic (Claude)
- BSC (Binance Smart Chain)
- Ethereum
- Arbitrum
- Polygon
- Avalanche
- Base
- Solana
- PancakeSwap
- Uniswap
- SushiSwap
- ApeSwap
- Biswap
- Orca (Solana)
- Raydium (Solana)
- Node.js >= 18.0.0
- Bun >= 1.3.4 (for running the agent)
MIT
0xWeakSheep