This volume bot can mint new SPL token, make a new market on Raydium, create & initialize pool, then start the rasing volume action.
-
https://solscan.io/tx/2yJ8SEZDWkQHw9AZW7iSnqrYgaSicgcgFXNcLnau2MET4NJWA3gsvmDw8sTWESHKm3L9EGop7RsxrbYAwqnMjTBd
-
https://explorer.jito.wtf/bundle/8463aa4eeb5f63a953647185fdb01a527340a32719cd011ce0d5a3bfccc8e1a9
Buy/Sell/Close WSOL in the same transaction
-
Create SPL token
-
Create Market ID on Raydium
-
Create & init Pool on Raydium
https://explorer.jito.wtf/bundle/1c135c60a593a36103b4430496968be6a7e55881f2ee9bc822ef01b746a5102f
-
Create Lookuptable
https://explorer.jito.wtf/bundle/276ee13e52f4c89896b650dea26844eb2bb9c9226b022b0211d34b7b0913da08
-
Extend Lookuptable
https://explorer.jito.wtf/bundle/d6ea2f757d3e25caf343a0a5a6b07c05af58077ab58cf8e3772698aefbbf4193
-
Crearte WSOL account and distribute to multi-wallets
https://explorer.jito.wtf/bundle/68e72c3694fac5046bb4e2c9aa9aedc5795e9f3cc06facb53ae37b15e163bffe
-
Increase its Volume
https://explorer.jito.wtf/bundle/8463aa4eeb5f63a953647185fdb01a527340a32719cd011ce0d5a3bfccc8e1a9
-
Mint lots of SPL tokens
-
Sell all tokens
https://explorer.jito.wtf/bundle/c87f0dffd473804468fecbd2ad1c8af7b50bbff1c8dd0707b5865ec97bc9e24c
-
Remove Liquidty
https://explorer.jito.wtf/bundle/8c65aa7bdbede537a5ca1bce38bef4fc2aa2032e197393afac38e8a3a66332df
- Typescript
- Solana/web3.js
- Raydium SDK
- Jito
To start this project, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/btcoin23/v_bot.git
-
Navigate to the project directory:
cd v_bot
-
Install the project dependencies:
npx yarn
-
Create a
.env
file in the project root directory and add your wallet's secret key, RPC URL, and other necessary configuration.PRIVATE_KEY= RPC_URL= WSS_URL=
-
Edit the
config.ts
file to configure the bot's settings.export const SolInPool // SOL amount to init the pool (SOL) export const Min_DisAmt // distribute min amount (SOL) export const Max_DisAmt // distribute max amount (SOL) export const X_Profit // profit amount (%) export const JitoTip // jito tip amount (SOL) export const NewMintAmt // additional mint amount export const delay // delay time between each transaction (ms) export const NumWallets // number of wallets
-
Start the bot
Run the following command to start the token creation process:
npm start