https://github.com/cicere/solana-bundler
An open-source Raydium Bundler that buys with 27 wallets & deploys a token.
https://github.com/cicere/solana-bundler
jito-solana raydium solana solana-bundle solana-bundler solana-bundler-bot solana-program
Last synced: 5 months ago
JSON representation
An open-source Raydium Bundler that buys with 27 wallets & deploys a token.
- Host: GitHub
- URL: https://github.com/cicere/solana-bundler
- Owner: cicere
- Created: 2024-07-23T15:25:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:38:23.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T06:51:15.935Z (about 1 year ago)
- Topics: jito-solana, raydium, solana, solana-bundle, solana-bundler, solana-bundler-bot, solana-program
- Language: TypeScript
- Homepage: https://solana-scripts.com
- Size: 68.4 KB
- Stars: 47
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1. SETUP:
a) Edit the `.env` file. There are 2 different keypairs in `.env`:
- One is for paying all the SOL distribution fees.
- One is for creating the pool (they should have no ties).
You can make it the same keypair if you want to test.
2. SCRIPT FUNCTIONS:
NOTICE: Start by going sequentially through all steps.
A) Create keypairs (1).
- This step is not needed for every launch, only when you want to ensure there is no SOL in them.
B) Premarket (2).
- DO ALL STEPS 2-6 IN ORDER!
- After each step, check the Bundle ID to make sure it lands.
- If the bundle doesn't land, simply redo that step with a higher tip, then exit.
- Check here: https://explorer.jito.wtf/
- NOTE: When checking if the bundle landed, don't look at "Landed - no".
Check the first included transaction, and if it confirmed, then your bundle landed.
C) CREATE POOL (3).
- To create a pool, just spam the function because sometimes it doesn't land.
- Either increase the tip or SPAM.
- A tip of 0.1 SOL or more is recommended to land within the first few tries.
D) SELL FEATURES (4/5).
- Since the pool is now live, you can either SELL ALL keypairs at once using (4)
and reclaim the WSOL in step 7 of Premarket (2) after you rug.
- You can also sell small percentages of the supply beforehand on demand (5).
- This is done by sending (input)% of every keypair's token balance to the fee payers,
then selling it all in one singular bundle AND only on one wallet.
E) LP REMOVE (6).
- If you don't burn your LP, it simply removes it.
https://github.com/bigmovers