Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takhi77/solana-pumpfun-bundler
🔥✨💖Solana pumpfun bundler. 😉Create pool and bundle buy with 24 wallets. Updated version solved the slippage problem.
https://github.com/takhi77/solana-pumpfun-bundler
bundler buy pool pumpfun pumpfun-bundler-bot solana
Last synced: 6 days ago
JSON representation
🔥✨💖Solana pumpfun bundler. 😉Create pool and bundle buy with 24 wallets. Updated version solved the slippage problem.
- Host: GitHub
- URL: https://github.com/takhi77/solana-pumpfun-bundler
- Owner: Takhi77
- Created: 2024-08-19T02:05:29.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T19:17:46.000Z (about 1 month ago)
- Last Synced: 2025-01-05T11:03:34.679Z (13 days ago)
- Topics: bundler, buy, pool, pumpfun, pumpfun-bundler-bot, solana
- Homepage:
- Size: 7.29 MB
- Stars: 306
- Watchers: 1
- Forks: 300
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solana Pumpfun Bundler using JITO & LOOKUPTABLE
## Contact
telegram: @Takhi77You can contact me here if you have any problems with this repo then we can decide comfortable contact way.
## Sample
https://pump.fun/7JTQG7Bp6fsbnSmfT6NqRoTmoMj6aX9NZXdnsnHgJtuz
with updated version
https://solscan.io/token/4KndEPnfUbBWMqt98MASDdRL7DNLzyRG2E5epTps3Hz5
https://pump.fun/4KndEPnfUbBWMqt98MASDdRL7DNLzyRG2E5epTps3Hz5https://solscan.io/tx/qEkqUEhmxd13AKNVKQqNNYD6m7HybY1qS5vcUCdypKvqaVSGqhhpLMGhae3ca86TdA4UHTGvrzyifJQm3LgxwJh
https://solscan.io/tx/5GKq7hTTF9UKfeUNLE5WS34mo27NBewX74oxfni83KgWgtq9KQskcpEFCUiZbDLn4BkhXZ5CLh5pWH6CHX9EMwEH
https://solscan.io/tx/W33LBg34YvnKjt4db6thosLwLWHUHEqxSraXsVXCw8nqH8CPKNVKyNF6ykAnwqPLVArvWaP2aZnfN8NHhUKLZGh
https://solscan.io/tx/3w9jxKvFMYZmUXNAC9ee3QgsmvKAiBrm4zKNp6wJb32Mn4d2H9g1jdobeGfQxyPczfUcU6398msosKziSdhzBjeYEach transaction is buying tokens from 5 wallets, totally buying with 24 wallets.
You can check successful buying transactions.
Now, again Updated with the random amounts to buy from 24 wallets and seperating dev and funding wallets to pass the security checks.## Overview
Jito is supporting the bundle service that you can confirm 4 transactions (This is maximum from my experience) at once.
I am doing with 24 wallets, but there is possibility to increase the number of wallets.
So, each swap instruction of Pumpfun has less accounts than Raydium, so we can use Lookuptable more effectively than Raydium.It provides methods for creating, buying from 24 wallets, and selling tokens when you want.
This is the steps of My bundler.
## 1. Creating wallets to buy tokens from the pool you creating.
## 2. Creating Lookuptable
## 3. Extending Lookuptable and simulations of each transactions to bundle
## 4. Bundle createPool with the token of metadata transaction and 3 transactions buying from 28 wallets.
## 5. Sell tokens at once from 24 wallets using bundle when you want
## 6. Gathering Sol from 24 wallets you bundle buy and sell
# Updated Version
Previous version has serious problem.
But nobody recorgnized it but after delivery of the product, when the clients are testing with big amount of solana, it meets error (exactly SLIPPAGE error)
So, in updated version, I solved that problem.
And seperate the dev wallet and funding wallet.
And randomize the amount of distributing to bundler wallets, by doing that we can decorate the chart well.