The SUI Volume Bot is designed to perform continuous buy and sell transactions on the CETUS DEX platform, boosting trading volume and increasing maker liquidity. The bot operates automatically, optimizing transactions and gas fees to the minimum.
Note: The original project is written in TypeScript. The version in this repository is a compiled demo. For the full version, feel free to contact me on Telegram or Twitter.
- ⚙️ Automated SUI Distribution: Automatically distributes SUI tokens to new wallets.
- 🔄 Endless Buy and Sell Swaps: Executes continuous buy and sell transactions on the CETUS DEX platform.
- 🛠️ Customizable Parameters: Provides flexibility for adjusting buy amounts, intervals, and distribution settings.
To run the bot, you'll need to set up a few environment variables. Rename the .env.copy
file to .env
and update the variables accordingly.
PRIVATE_KEY=your_private_key
NETWORK=mainnet
RPC_ENDPOINT=https://rpc.ankr.com/sui/<RPC_API_KEY>
RPC_WEBSOCKET_ENDPOINT=wss://rpc.ankr.com/sui/ws/<RPC_API_KEY>
DISTRIBUTE_INTERVAL_MAX=30 # seconds
DISTRIBUTE_INTERVAL_MIN=20 # seconds
BUY_INTERVAL_MAX=10 # seconds
BUY_INTERVAL_MIN=5 # seconds
SWAP_AMOUNT_MAX=0.5 # SUI
SWAP_AMOUNT_MIN=0.1 # SUI
POOL_ID=0x1de5cc16141c21923bfca33db9bb6c604de5760e4498e75ecdfcf80d62fb5818
git clone /~https://github.com/Immutal0/CETUS-Volume-Bot-Sui.git
cd CETUS-Volume-Bot-Sui
npm install
Rename the .env.copy
file to .env
and configure the RPC endpoint, WebSocket, the main keypair's secret key, and other relevant settings.
npm start
npm run gather
Feel free to reach out on these platforms for support or to inquire about other projects.