BagsFun(bags.fm) Meteora DBC bundler - creating memecoin pool on dynamic bonding curve(DBC) using jito bundling
This project is maintained by @0xTan1319.
For questions or collaboration:
- Multi-Wallet Token Distribution: Automatically distribute SOL to multiple wallets for coordinated trading
- Token Creation & Minting: Create new tokens with customizable metadata
- Automated Trading: Execute buy/sell orders across multiple wallets simultaneously
- Jito MEV Integration: Submit bundled transactions to Jito block engine for optimal execution
- Vanity Address Generation: Generate wallet addresses with custom endings (e.g., "bonk", "pump")
- Lookup Table (LUT) Management: Optimize transaction efficiency with Solana address lookup tables
The project consists of several key components:
- Core Bundler (
index.ts): Main orchestration logic for multi-wallet operations - Single Wallet Bundle (
oneWalletBundle.ts): Simplified version for single wallet operations - Trading Engine (
buysell.ts): Buy/sell instruction generation and execution - Jito Executor (
executor/jito.ts): MEV bundle submission to Jito block engine - Legacy Executor (
executor/legacy.ts): Fallback transaction execution method