⚡ Automated multi-account bot for claiming Interlink Labs airdrop tokens on autopilot – now with full proxy and OTP login support.
👉 Referral Link: https://interlinklabs.ai/referral?refCode=9707162734
- 🔄 Multi-Account Support: Run unlimited accounts from one script
- 🕒 Auto Claiming: Automatically claims airdrop tokens every 4 hours
- 🛡️ Proxy Rotation: Smart proxy rotation for each account (HTTP, HTTPS, SOCKS4, SOCKS5 supported)
- 🔐 Persistent Sessions: JWT token stored per account for auto re-login
- 🔁 OTP Verification: Full email-based OTP flow
- 💥 Auto Retry: Built-in retry system for failed claims or network errors
- 📈 Claim Timer: Countdown for next eligible claim per account
- 📊 Account Overview: Real-time claim status, balance display, and timers for each account
- ✅ Node.js v16 or newer
- ✅ NPM v8 or newer
- ✅ At least 1 Interlink account (email verified)
- ✅ Optional: Working proxy list (recommended for multi-accounts)
- Clone the repo:
git clone https://github.com/cryptodai3/Interlink-Multi-Bot.git
cd Interlink-Multi-Bot- Install dependencies:
npm install- Set up your accounts:
Create a file called
accounts.txtin the root directory with your Interlink account info.
email1@example.com:passcode1
email2@example.com:passcode2
email3@example.com:passcode3
- Set up proxies (optional but recommended):
Create a file called
proxies.txtin this format (one proxy per line):
http://ip:port:user:pass
socks5://ip:port
ip:port:user:pass
Each account will be assigned a proxy in order.
To run the bot:
node index.jsYou’ll be prompted for:
- Email/Username
- Passcode
- OTP (check your email inbox)
Once done:
✅ JWT token will be saved automatically in tokens/ folder
✅ You won’t be asked again unless the token expires
- Loads all accounts from
accounts.txt - Rotates proxies (if provided)
- Logs in and saves tokens in
tokens/directory - Checks if claim is available
- Automatically claims tokens if eligible
- Starts countdown for next eligible time (4 hours)
- Loops and auto claims every 4 hours — completely hands-off 🎯
You can adjust claim intervals or customize claim logic by editing the timing and flow inside index.js.
- 🛠 Create a separate proxy for each account for best safety
- 🛡 Run this in a VPS or background terminal for 24/7 farming
- ✅ Claim logs and console colors help you monitor each account
- Passwords and OTPs are never saved
- Only secure tokens are saved for session persistence
- All API communication is over HTTPS
This tool is for educational purposes only.
You are solely responsible for how you use this bot.
We are not responsible for account restrictions or bans.
Licensed under the MIT License – see the LICENSE file.
- Developed by cryptodai3
- Supported by the Web3 farming community 💚
If this helps you, show love by:
- Using our referral link 💰
- Sharing the repo 🙌
- Reporting bugs & ideas 🧠