The SUI Volume Bot is an automated trading bot designed to execute continuous buy and sell swaps on the CETUS DEX. It helps increase trading volume and maker activity while optimizing gas fees for maximum efficiency.
The original project is written in TypeScript. This repository contains a compiled demo version. For access to the full version, please contact me on Telegram or Twitter.
โ
Automated SUI Distribution โ Distributes SUI to new wallets automatically.
โ
Endless Buy and Sell Swaps โ Executes continuous transactions to maintain liquidity and trading volume.
โ
Optimized Gas Fees โ Uses smart fee calculation to keep costs minimal.
โ
Customizable Trading Parameters โ Allows users to adjust trade amount, intervals, and wallet distribution.
โ
Multi-Wallet Support โ Spreads volume across multiple wallets for enhanced trading impact.
โ
CETUS DEX Integration โ Fully compatible with CETUS DEX liquidity pools and AMM mechanics.
1๏ธโฃ The bot distributes SUI among multiple wallets.
2๏ธโฃ It performs simultaneous buy and sell swaps to increase volume.
3๏ธโฃ All transactions are optimized for gas efficiency.
4๏ธโฃ The bot continuously monitors trading activity and adjusts parameters dynamically.
Before running the bot, configure the required environment variables.
- Rename the
.env.copy
file to.env
. - Set the required variables:
PRIVATE_KEY=your_wallet_private_key_here
RPC_ENDPOINT=https://fullnode.mainnet.sui.io
CETUS_POOL_ID=pool_id_here
BUY_AMOUNT=10 # SUI amount per buy order
SELL_AMOUNT=10 # SUI amount per sell order
INTERVAL=5 # Time interval between swaps (in seconds)
NUM_WALLETS=5 # Number of wallets to distribute volume across
1๏ธโฃ Clone the Repository
git clone https://github.com/T-rustdev/cetus-volume-booster-sui.git
cd cetus-volume-booster-sui
2๏ธโฃ Install Dependencies
yarn install # or npm install
3๏ธโฃ Run the Bot
yarn start # or npm start
- Uses CETUS DEX swap routing for efficient trades.
- Implements priority fee management for fast execution.
- Supports multiple RPC endpoints for reliability.
- Dynamically adjusts buy/sell sizes based on market conditions.
๐ฉ For full access, reach out via:
- Telegram: T-rustdev
โก Use responsibly! This bot is designed for increasing volume and liquidity. Always test in a safe environment before deploying on the mainnet. ๐