📊Portfolio tracking
Tracking each farmed airdrop is not easy, especially if the user creates a burner wallet for each one.
➡️ That's why we've developed a tracking feature that lets users easily monitor every wallet used for farming airdrops and track earnings. This tool offers unmatched visibility and control over your airdrop activities, ensuring you never miss an opportunity. It's designed to enhance your farming experience, making it simpler to stay on top of your earnings and maximize success.
Key points
💵 Track real-time earnings: Easily track how much you’ve earned through your farming on RadarDrop.
😌 Easy to use: Everytime you farm an airdrop, a burner wallet is created for you.
🏦 Easy withdraw of funds: Withdraw the funds from every burner wallet in one click.
Technology
We can split portfolio tracking into three main technical challenges:
Know when airdrops becomes claimable
We use our source system to determine if the airdrop meets the requirements to be claimable. Using social network sources, we can easily know through sentiment analysis if users are talking about this airdrop as claimable.
When an airdrop becomes claimable (from multiple trusted sources), we update the airdrop state to "claimable," and users are notified that they can claim their rewards with a specific link.
Keep track of every burner wallet earnings
Tracking user rewards is essential for providing a comprehensive view of their assets and earnings from various airdrops, making managing multiple wallets seamless.
We track every blockchain event happening on each user's burner wallets using the Ethers Event System. When funds from a smart contract are sent to a burner wallet, we send a notification to the user via Telegram and update the total earnings.
Since a burner wallet is created for each airdrop, we can easily determine the source of the funds and create analytics based on this information.
Withdraw the funds in one click
We provide an easy-to-use interface that allows users to withdraw their funds from burner wallets with just one click, streamlining the process and enhancing convenience.
To withdraw funds, the user provides the necessary gas tokens. Each burner wallet with funds then sends a transaction to the user's desired wallet.
This process consolidates all the user's funds into a single wallet, making it much easier.
We use a Vault system to store users' burner wallet private keys.
Each user's private key is encrypted using the Vault password. We cannot read the private keys ourselves.
Last updated