Automated fee management bot for pump.fun Token-2022 tokens.
Before graduation (Bonding Curve):
- Claims creator fees automatically when they hit threshold (0.015 SOL)
- 50% instant buybacks (creates buying pressure)
- 50% held as SOL until graduation
On graduation:
- Detects migration to PumpSwap automatically
- ALL accumulated SOL + tokens → dumped into LP
After graduation (PumpSwap):
- Bot keeps running forever
- 50% buys tokens (buying pressure)
- 50% stays as SOL
- Both paired → added as LP
- Liquidity grows forever
- 🔄 Auto Fee Claiming - Claims Token-2022 creator fees automatically
- 💰 50/50 Strategy - Balanced buyback and treasury building
- 🎓 Migration Detection - Knows when you graduate to PumpSwap
- 💧 LP Addition - Adds liquidity on graduation and continuously after
- 🖥️ Live Dashboard - Real-time terminal logs via Socket.io
- ⚡ Helius RPC - Fast and reliable infrastructure
- Clone the repo:
git clone https://github.com/YOUR_USERNAME/liquid-protocol.git
cd liquid-protocol- Install dependencies:
npm install- Configure environment:
cp .env.example .envEdit .env with your settings:
HELIUS_RPC_URL=https://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
PRIVATE_KEY=your_base58_private_key
TOKEN_MINT=your_token_mint_address
MIN_FEE_THRESHOLD=0.015
BUYBACK_PERCENTAGE=50
CHECK_INTERVAL=60000- Run the bot:
npm run dev- Open http://localhost:3000 to see the dashboard
npm run dev- Run in development modenpm run build- Build for productionnpm start- Run production build
- TypeScript
- @pump-fun/pump-sdk
- @pump-fun/pump-swap-sdk
- Express + Socket.io
- Helius RPC
MIT
💧 Win. And help others win.