Skip to content

Automated bridge bot for tTrust to base sepolia. Simulate natural on-chain activity. Fully configurable via .env, supports custom delay, transaction limits

License

Notifications You must be signed in to change notification settings

Kurisaitou/auto-daily-bridge-tTrust-on-Intuition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Bridge Bot for tTrust to Base Sepolia on Intuition

image

🚀 Features

  • Daily automated Bridge on Intuition

  • tTrust ↔ Base Sepolia Bridge using on-chain in Intuition Testnet

  • Dynamic delay and transaction range per day (configured via .env)

📦 Installation

Clone the repository and install dependencies:

git clone https://github.com/Kurisaitou/auto-daily-bridge-tTrust-on-Intuition.git
cd auto-daily-bridge-tTrust-on-Intuition
npm install

⚙️ Environment Setup

Create a .env file in the project root:

nano .env

Fill in your wallet details and configure your preferred settings:

PRIVATE_KEY=your_privatekey
RPC_URL=https://testnet.rpc.intuition.systems/http
DEST=your_address

# daily quota
TX_MIN_PER_DAY=3
TX_MAX_PER_DAY=6

# per-tx delay (seconds)
DELAY_MIN_SEC=60
DELAY_MAX_SEC=180

# amount range (in tTRUST / ETH units)
AMOUNT_MIN=0.0001
AMOUNT_MAX=0.001

▶️ Running the Bot

To start the bot:

node index.js

🔖 Tags

#Intuition #airdrop #swap #bot #crypto #web3 #automation #trading #dex #tTrust #bridge #caldera

About

Automated bridge bot for tTrust to base sepolia. Simulate natural on-chain activity. Fully configurable via .env, supports custom delay, transaction limits

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published