🤖Replication: Automated farming
Airdrop farming has never been this time consuming, let us do it for you!
Last updated
Airdrop farming has never been this time consuming, let us do it for you!
Last updated
Farming airdrops manually is not an easy task, and is time consuming as there are more than hundreds of active airdrops every day. You can spend hours on tasks just to qualify for one of them. That's why we've developed our ultimate feature: replication.
➡️ The replication feature addresses farmers' laziness by automatically replicating successful airdrop farming strategies. Using advanced AI, it mimics the necessary actions across multiple platforms, allowing users to efficiently qualify for numerous airdrops without manual effort. Imagine the time saved and opportunities seized! With RadarDrop's replication feature, you can stay ahead and maximize your airdrop earnings effortlessly.
🔐 Secured: We create a burner wallet for every replication. This ensures secure farming, as there are no funds in the wallet, and allows us to efficiently track potential rewards.
😌 Easy to use: With our top-up option, users can top-up their burner wallet in one click for testnet and mainnet airdrops by paying with $RDAI. For every on-chain airdrop, gas tokens are needed to execute the transactions. This required process has been simplified by RadarDrop.
🔍 Trackable: After each replication, we track the created burner wallet to notify the user when funds are sent to it. The user can also keep track of all their earnings on the dashboard.
🚀 Scalable: Each user can replicate one airdrop up to 5 times. Some airdrops, which require daily transactions, can even be done simultaneously.
🙏 Supporting web3 emerging projects: Most emerging web3 projects are in testnet and are looking for users to test their network or infrastructure. The Replication allows the project to see if everything works, find bugs, and most importantly, acquire new users. We allow users to farm up to 5 times per airdrop to prevent abuse.
We can split the Replication into 3 parts:
The first step is to manually farm the airdrop by following the steps provided by the steps-generator model using a specially created wallet. We call this wallet the “master wallet”.
Once the airdrop is farmed with this wallet, we use our tools to fetch all the master wallet's raw transactions and save them into our Postgres Database.
We get information like:
Contract/receiver address
Amount (wei)
Raw data
Timestamp
Each step typically interacts with a smart contract. Some of the contracts are custom-made and implement methods that are not documented. In this case, we have to manually implement those protocols and methods to ensure that the transactions never fail and the anti-sybil bypass measures work.
We use the Ethers Library to reproduce on-chain actions one by one. Each action can be done simultaneously thanks to BullMQ and its concurrent queue system.
Each transaction data is generated by one of our builders, which takes parameters as input and outputs the correct transaction data.
Before sending the transaction, the anti-sybil bypass service is called to obfuscate the behavior and make it more human-like.