
How does it work?
WebApp in the Bot
The bot acts as access to the user interface for interaction with other projects. Users can initiate all actions, including the exchange of REP for REF token.





In the app, you can add 3 personal links to projects that appear in the general list and each user can activate them and become a referral for the one who added these links
There are 5 REPs for each activation
Users can earn additional REP for inviting friends - each of them receives 50 REP and when you activate the links of a friend, another 50 REP. A total of 100 REP for each
You can also earn REP for completing quests
Users can buy by REP promotion of their links for 5 days in the TOP-40 list of links in the presence of an activated wallet in the application
Users can buy individual link activations from REP (the so-called ref2ref function).
Users can buy TOP places in the listing by Stars Telegram
Users can exchange REP for REF token
Users for the REF token will be able to further buy places in the TOP
REF token can be traded on exchanges
REF token can be staked
Wallet Integration and Security
Secure authentication or integration with trusted wallet providers is essential. This is why from this seed phrase, Referral Assistant generates an HD wallet (Hierarchical Deterministic Wallet) key, using the userID within our bot and the selected wallet. This enables Referral Assistant to dynamically generate multiple wallets for each user on the fly. Importantly, each user can only access their own subset of keys. This way, Referral Assistant doesn't store each user's private key in the database. In fact, Referral Assistant stores minimal information about the user because even if the entire database is compromised, only non-critical, anonymized data will be present (like the TG handle). The utmost care must be taken to protect user private keys or seed phrases, implementing robust security practices.
Last updated