-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #323 from scorpioborn/docs/sub-rewards
Docs / Sub Account and Rewards
- Loading branch information
Showing
13 changed files
with
492 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
# **Concepts** | ||
|
||
Reward module is tasked with create and update of campaigns and reward application (allocation). the user can create a campaign through commandline or singing and broadcasting the campaign create message. | ||
Reward module is tasked with create and update of campaigns and reward application (allocation). the user can create a campaign through command-line or singing and broadcasting the campaign create message. | ||
|
||
## **Campaign** | ||
|
||
Campaigns are being distinguished by their UID, We can have multiple campaigns with a same reward type at the same time. so, reward application is depend on the campaign that is being defined. | ||
|
||
## **Reward Types** | ||
|
||
### **Signup** | ||
### **SignUp Rewards** | ||
|
||
This reward can be given when a user is creating an account by signing up in system, the reward is in `subaccount` balance and can be used for betting or be the house functionalities. | ||
|
||
### **Referral** | ||
#### **1. SignUp** | ||
|
||
This reward can be given when a user is referring another new user to the system, the referrer and referee reward is in `subaccount` balance and can be used for betting or be the house functionalities. | ||
This reward can be given when a user is creating an account by signing up in system, the reward is in `subaccount` balance and can be used for betting or be the house functionalities. | ||
|
||
### **Affiliation** | ||
#### **2. Referral** | ||
|
||
This reward can be given when an influencer or advertiement entity brings an amount of attention to the platform, responsible user account will be rewarded. | ||
This reward can be given when a user is referred by another user to the system, the referee reward is in `subaccount` balance and can be used for betting or be the house functionalities. | ||
|
||
### **No Loss Bets** | ||
### **Referral** | ||
|
||
This reward can be given when a user, do not win any bet for a 10 sequential bets. | ||
This reward can be given when a user is referring another new user to the system, the referrer reward is in `subaccount` balance and can be used for betting or be the house functionalities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.