Pundle.fun is a high-performance, fully manual Solana bundling service designed to interact seamlessly with multiple dApps and core Solana functionalities. This project is built from the ground up with minimal reliance on external SDKs, providing fine-grained control and efficiency for advanced token operations.
-
Automated Token Launch & Purchase on Pump.fun
- Instantly launches new tokens on Pump.fun.
- Purchases tokens using multiple generated wallets in a single, efficient bundle transaction.
- Handles wallet generation, funding, and transaction orchestration end-to-end.
-
Multi-dApp Integration
- Communicates directly with Solana dApps such as:
- Jito (bundling, MEV)
- Jupiter (swaps, routing)
- Pump.fun (token launches, purchases)
- Implements Solana primitives manually, including token accounts, SPL tokens, and address lookup tables.
- Communicates directly with Solana dApps such as:
-
Advanced Algorithms
- Warm-Up Algorithm: Simulates natural wallet activity by creating realistic transaction histories, improving on-chain wallet reputation.
- Bump Algorithm: Generates micro-transactions to artificially increase token volume, supporting liquidity and visibility strategies.
-
Efficient Bundling
- Utilizes Solana address lookup tables for highly efficient, compact transactions.
- Optimized for speed and cost, suitable for high-frequency and competitive environments.
- Wallet Generation: Creates and funds multiple wallets for token operations.
- Token Launch: Deploys a new token on Pump.fun.
- Bundled Purchase: Executes a bundled transaction to buy the token with all generated wallets, leveraging lookup tables for efficiency.
- Warm-Up: Optionally runs a warm-up phase to simulate organic wallet activity.
- Bump: Optionally performs micro-transactions to boost token volume.
src/jito/— Jito integration and utilitiessrc/jupiter/— Jupiter swap and routing logicsrc/pumpfun/— Pump.fun token launch, bonding curve, and swap logicsrc/solana/— Core Solana utilities (token accounts, lookup tables, etc.)src/warmup/— Warm-up and token manager algorithmssrc/handlers.rs— Main service handlerssrc/main.rs— Entry point
Note: This project is intended for advanced users familiar with Solana, Rust, and DeFi protocols. Use responsibly and at your own risk.
- Rust (latest stable)
- Solana CLI tools
- Access to Solana RPC endpoints
git clone https://github.com/yourusername/pundle.fun.git
cd pundle.fun
cargo build --release
# Configure your environment and run:
cargo run --releaseEdit src/config.rs to set up your RPC endpoints, wallet paths, and other parameters.
- This project is for educational and research purposes.
- Use at your own risk. The authors are not responsible for any financial loss or misuse.
- Always comply with the terms of service of the dApps and networks you interact with.
Contributions, issues, and feature requests are welcome! Please open an issue or submit a pull request.
MIT — See LICENSE file for details.