Building with SuiPass
Major concepts
Scoring mechanisms

Scoring mechanisms

Scoring mechanisms are algorithms that evaluate a user's set of Creds and calculate a numerical score. At present, SuiPass utilizes the built-in scorer Unique Humanity(Binary). This scorer assigns a specific weight to each individual Cred, and the final score is the sum of these weights. The weights for each Cred, predetermined by SuiPass, can be accessed through a viewing endpoint in the SuiPass smart contract. Subsequently, SuiPass applies a default threshold to this score, outputting a Boolean value (true/false) to indicate whether the user's Passport score meets or exceeds this threshold, which is currently set at 20.

Custom (not yet available)

Custom scoring will cater to specific needs, allowing for more precise configuration of the scorer to suit particular use cases. With custom scoring, it will be possible to adjust weights and thresholds. For instance, a tech company might prioritize GitHub or LinkedIn Creds by assigning higher weights, tailoring the scoring to reflect their unique criteria.