Skip to content

Espenzuyderwyk/Daily-autoswap-plume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daily Swap for Plume Mainnet ( Ambient DEX )

Daily swap automation bot for interacting with the Plume Portal.

plume portal

Feature bot

  • Automated wallet login and authentication.
  • Auto approve.
  • PLUME ↔ pUSD

For now, only PLUME to pUSD is operational. Please wait for the latest update!

Link :

https://portal.plume.org/?referrer=CornflowerResourcefulSort487

Installation

Clone the project and install dependencies:

git clone https://github.com/Espenzuyderwyk/Daily-autoswap-plume.git
cd Daily-autoswap-plume
npm install

⚙️ Environment Setup

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

▶️ Run the Bot

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.

* If this bot doesn't work, you can swap manually first!

The bot will:

  1. Login wallet
  2. Display information
  3. Process transactions daily
  4. Monitor and display user stats

Disclaimer

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.

About

Daily swap automation bot for interacting with the Plume Portal (Ambient DEX)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published