vigorstablecoin / vigor-app

The standalone VIGOR app frontend
MIT License
4 stars 2 forks source link

Add referral system, portion of insurance premium to referrer #7

Open jbbasics opened 5 years ago

jbbasics commented 5 years ago

Add referral link capability that allows projects/users to share. The person using the link will have the referrer account linked to their user account forever and a small portion of their insurance premiums will go to the referrer for life. This is a very good method for advertising

MrToph commented 5 years ago

This is a feature that requires changes on the smart contract side first. I like the idea as it could help with marketing but the feature should be discussed first and needs some more input like what percentage of the premiums.

jbbasics commented 5 years ago

Absolutely, great feedback.

Sent from my iphone

On 9/13/19 at 12:09 AM, Christoph Michel wrote:

This is a change that requires changes on the smart contract side first. I like the idea but the feature should be discussed first and needs some more input like what percentage of the premiums.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/vigorstablecoin/vigor-app/issues/7#issuecomment-531090520

ghost commented 5 years ago

i will add this issue to the smart contract repo also.

lawale4me commented 5 years ago

I can work on the API side if needed

gartox commented 5 years ago

then on Front End how should be the referral link?

ghost commented 5 years ago

here’s an example of the implementation for referrals. https://github.com/EOS-Nation/eosn-proxy Here’s their contract on the blockchain. You can see the tables. Basically have a table for our approved referrers and add a transaction to add the referral name to the user’s table. https://bloks.io/account/proxy4nation?loadContract=true&tab=Tables&account=proxy4nation&scope=proxy4nation&limit=100

If we can set it up to allow users to perform minimal functions (get a loan, add collateral, insurance etc) through other sites that would be ideal

Bloks will add us to their dapp explorer once we approach launch if the app. We should work out the details of the referrals because it sounds like they are interested. What we need to really lock down is the rate and if we want to do the limited functionality that our partners can offer. (Ie take out loans, add collateral, insurance) Eosnation proxy does 5%. I think that’s a good number. 5% of insurance premiums paid by users that take out loans go to the referrer.

For the dev team, we should figure out if we can pull that off. Add functionality capability for partnerships. Similar to how eosnation does their proxy and allows third party referrers to claim rewards on behalf of their users. We want to be able to do this for our basic functions