How to farm for airdrops with simple automation

solidmage
3 min readDec 4, 2024

--

In this tutorial, I’ll show you how to farm crypto airdrops using Supra Oracles and Atmos Protocol as examples. Airdrops are a fantastic way to earn free tokens, but manually completing tasks like wallet interactions and protocol engagement can be tedious.

By leveraging simple automation techniques, you can save time and boost your chances of securing rewards from these promising projects. Let’s dive in and learn how to streamline your airdrop farming process efficiently!

This guide is for anyone who can’t code and is looking for the simplest way to get started!

Tools needed

2. Setup your Supra Starkey wallet and claim testnet tokens

Press Collect button make sure you are on the Supra testnet on the wallet menu

3. Collect Atmos Protocol test tokens

Go to https://atmosprotocol.xyz

Go to the faucet tab , claim test tokens ( DISCLAIMER: TEST TOKENS DO NOT REPRESENT REAL VALUE . THE TEST TOKENS CAN BE CLAIMED EVERY ONE HOUR).

4. Trading bot automation

How will it look when ready

Go to Atmos Protocol -> Trade page

Find Click action on the menu — Select target by pressing button 1. -> Select text box shows as 2.
Add 1 second Pause
Add Control + A (Key action)
Add 1 second Pause
Add “Write text” action -> add text how much you want one trade to be
Add another pause this time it need to be longer because website need to update, adjust this for your needs
Add “Click” action 1. Click selector -> Click 2. Swap button
Add another pause this need to be 6 seconds or more as it need to wait for Wallet to open
Add “Click” action 1. Select target button -> Select 2. Confirm button
Add another pause 8 Seconds or more
Add “Loop” set line 001 and count 100 is ok
Sometimes StarKey Wallet will crash and it needs to be closed( This loops will close it every 100 runs). Add “Click” action -> Click 1. Selector -> Click close button 2.
Add another 1 Second pause
Finally add “Goto” -> 001 this will make so that the main loop is done 100 times and then this will loop it untill you press stop button
How you script should look like this

Done! Now start the script (Right click > execute) it will make trades for you 24/7/365 and you will be top on the leaderboard!

--

--

No responses yet