$SBDAO Reward Distribution
The SecondBrainDAO reward system incentivises contributors by rewarding unique data submissions with $SBDAO tokens. Rewards are calculated based on the percentage of unique data in a submission compared to a contributor’s previous entries. Each data type has a predefined maximum token allocation, detailed below.
Token Allocation per Data Type
Each data type offers a fixed maximum reward in $SBDAO tokens when a submission is 100% unique (i.e., contains no overlap with prior submissions). The table below outlines the allocations and expected formats:
Data Type
Token Reward (100% Unique)
Expected Format
Browser History
15 $SBDAO tokens
CSV
Bookmark History
10 $SBDAO tokens
HTML
Location Timeline
25 $SBDAO tokens
JSON
$SBDAO Reward Calculation Formula
The reward for a submission is proportional to its uniqueness. It’s calculated using the following formula:
Reward = (Unique Entries / Total Entries) × Max Tokens
Unique Entries: The number of new, non-duplicate entries in the submission.
Total Entries: The total number of entries in the submission.
Max Tokens: The maximum token reward for the data type (see table above).
Examples:
Browser History Submission:
Total Entries: 100
Unique Entries: 50
Uniqueness: 50% (50 / 100)
Max Tokens: 15 $SBDAO
Reward: 15 × 0.5 = 7.5 $SBDAO tokens
Location Timeline Submission:
Total Entries: 200
Unique Entries: 60
Uniqueness: 30% (60 / 200)
Max Tokens: 25 $SBDAO
Reward: 25 × 0.3 = 7.5 $SBDAO tokens
Note:
100% Unique Submissions: If a submission contains entirely new data (100% uniqueness), the contributor earns the full token reward for that data type.
Example: A 100% unique Location Timeline submission earns 25 $SBDAO tokens.
0% Unique Submissions: If a submission contains no new data (0% uniqueness), the contributor receives 0 $SBDAO tokens for that data type.
Last updated