Develop a referral crypto bot with integration into Telegram based on the Polygon Blockchain.
There is ready code. It needs to be checked for bugs, improved if necessary. After that, it should be deployed to the network.
Mechanism of the bot's operation:
- A person activates the bot
- The bot records the user's nickname
- The bot tracks from whom the person came by monitoring whose referral link they followed
- Next, the user needs to enter their crypto wallet address on Polygon for registration (depending on which Blockchain we choose for development)
- Then the person makes a transaction (purchase) through their wallet
- The bot records this and sends a fixed portion of this transaction to the person who referred this user. And with each transaction to our smart contract, the person will receive a portion of the income from this user.
Additional functionality:
- The bot should track the total balance of tokens in the user's account
- The bot should generate a referral link so that the user can invite other people.
- The bot should provide information on referrals: who came (nickname and token address), how much they spent on purchases, how much the person will receive in commissions from the referrals' purchases (both per individual purchase and total amount)
Develop a referral crypto bot with integration into Telegram.
Mechanism of action:
- A person activates the bot
- The bot records the user's nickname
- The bot tracks from whom the person came by monitoring whose referral link they followed
- Next, the user needs to enter their crypto wallet address on Polygon for registration.
- Then the person makes a transaction (purchase) through their wallet
- The bot records this and sends a fixed portion of this transaction to the person who referred this user. And with each transaction to our smart contract, the person will receive a portion of the income from this user.
Additional functionality:
- The bot should track the total balance of tokens in the user's account.
- The bot should track the overall P&L of the user from the rise or fall in the price of their tokens.
- The bot should generate a referral link so that the user can invite other people.
- The bot should provide information on referrals: who came (nickname and token address), how much they spent on purchases, how much the person will receive in commissions from the referrals' purchases (both per individual purchase and total amount)
Log in
or
register,
to view the original