Daily swap automation bot for interacting with the Plume Portal.
- Automated wallet login and authentication.
- Auto approve.
- PLUME ↔ pUSD
For now, only PLUME to pUSD is operational. Please wait for the latest update!
https://portal.plume.org/?referrer=CornflowerResourcefulSort487
Clone the project and install dependencies:
git clone https://github.com/Espenzuyderwyk/Daily-autoswap-plume.git
cd Daily-autoswap-plume
npm install
Create a .env file in the root directory:
nano .env
Input your private key and wallet address You can change the random config as you wish
PRIVATE_KEY=your_private_key
WALLET_ADDRESS=your_wallet_address
PLUME_RPC=https://rpc.plume.org
MIN_PLUME=3
MAX_PLUME=5
MIN_PUSD=0.5
MAX_PUSD=1
MIN_TX=10
MAX_TX=30
MIN_DELAY=60
MAX_DELAY=180
To run the automated PLUME ↔ pUSD swap bot:
node bot.js
It will perform a random number of swap transactions with randomized amounts and time delays.
- Login wallet
- Display information
- Process transactions daily
- Monitor and display user stats
This script is created for educational and personal experimentation purposes. It is not to be used for illegal activities, spam, or violations of GitHub rules.
- Use of this script is entirely the responsibility of the user.
- Do not use it to violate GitHub's Terms of Service.