The CETUS Volumn Bot is an automated trading system built to perform continuous buy-and-sell swaps on CETUS DEX. It is designed to boost trading volume, liquidity, and maker activity while minimizing gas costs for maximum efficiency.
This repository contains a compiled demo version of the project. The original source code is written in TypeScript. 👉 For access to the full version, please contact me on Telegram.
- ✅ Automated SUI Distribution – Seamlessly distributes SUI across new wallets.
- ✅ Continuous Buy & Sell Swaps – Maintains liquidity and trading volume automatically.
- ✅ Gas Fee Optimization – Smart fee calculations to minimize transaction costs.
- ✅ Customizable Parameters – Configure trade size, intervals, and wallet distribution.
- ✅ Multi-Wallet Support – Spreads trades across multiple wallets for greater impact.
- ✅ Native CETUS DEX Integration – Works seamlessly with CETUS liquidity pools and AMM mechanics.
- The bot distributes SUI among multiple wallets.
- It executes buy and sell swaps simultaneously to sustain volume.
- Transactions are optimized for gas efficiency.
- The bot monitors market activity and adjusts parameters in real time.
Before running the bot, configure the required environment variables:
- Rename the
.env.copyfile to.env. - Set the following 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 (seconds)
NUM_WALLETS=5 # Number of wallets to distribute trades across
- Clone the Repository
git clone https://github.com/T-rustdev/cetus-volume-booster-sui.git
cd cetus-volume-booster-sui- Install Dependencies
yarn install # or npm install- Run the Bot
yarn start # or npm start- Leverages CETUS swap routing for optimal trade execution.
- Implements priority fee management for faster processing.
- Supports multiple RPC endpoints for reliability.
- Dynamically adapts trade size and frequency to market conditions.
For full access and support, reach out via:
- Telegram: @lorine93s
⚡ Disclaimer: This bot is intended for increasing trading volume and liquidity. Always conduct thorough testing in a safe environment before deploying on mainnet.
Would you like me to also add some badges (GitHub stars, version, license, etc.) at the top to make it look even more professional?