Scoring Thresholds
A prevalent application of SuiPass involves restricting access based on a user's Cred scores, a scenario outlined in our use cases documentation. Application owners set a cutoff score to distinguish between users who are granted or denied access to certain content or functionalities. This cutoff point is known as the threshold score.
SuiPass's Scoring Mechanism
Within the SuiPass app, the Unique Humanity (binary) Scorer enforces a threshold on users' Cred scores to deliver a binary response, classifying them as Sybil or non-Sybil entities.
The process involves summing the weights of each Stamp a user has acquired and comparing the total to a predetermined threshold. Users' scores will either surpass or fall short of this threshold, which then translates to a straightforward binary score.
The current threshold set within the SuiPass app is 20, selected as an effective baseline for general use cases.