Skip to main content

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:
Modifiers are multiplicative and applied in chronological order. Multiple defaults can severely impact your score.

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.