Trust Score Algorithm
This document provides the complete technical specification for how Trust Scores are calculated.Formula
The Trust Score is calculated using the following formula:Component Calculations
1. Seniority Score
2. Repayment Score
3. Volume Score
4. Social Score
5. Level Bonus
Modifiers
Modifiers are applied after the base score calculation:Complete Implementation
Score Update Frequency
Smart Contract Integration
The Trust Score is also stored on-chain for use in smart contract operations:View Contract
See how Trust Scores are used in the Trust Vault contract
The algorithm is open source and can be verified in our GitHub repository.