Skip to content

๐ŸŒŸThe SUI Volume Bot is an automated trading bot designed to execute continuous buy and sell swaps on the CETUS DEX. This sui volume bot helps increase trading volume and maker activity while optimizing gas fees for maximum efficiency.

Notifications You must be signed in to change notification settings

T-rustdev/cetus-volume-booster-bot-sui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ SUI Volume Bot (CETUS-DEX)

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.

๐Ÿ”ฅ Note:

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.


๐ŸŒŸ Key Features

โœ… 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.


โš™๏ธ How It Works

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.


๐Ÿ“‹ Environment Variables

Before running the bot, configure the required environment variables.

  1. Rename the .env.copy file to .env.
  2. 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

๐Ÿ› ๏ธ Installation & Setup

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

๐Ÿ“Š Performance Optimization

  • 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.

๐Ÿ“ž Contact

๐Ÿ“ฉ For full access, reach out via:


โšก Use responsibly! This bot is designed for increasing volume and liquidity. Always test in a safe environment before deploying on the mainnet. ๐Ÿš€

About

๐ŸŒŸThe SUI Volume Bot is an automated trading bot designed to execute continuous buy and sell swaps on the CETUS DEX. This sui volume bot helps increase trading volume and maker activity while optimizing gas fees for maximum efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published