Credie Score System
Your Credie Score is the core reputation layer that determines your borrowing power, APR, trust level, and upgrade eligibility across the protocol. It evolves dynamically, based on data from your wallet, behavior, and repayment history.
π§ What is a Credie Score?
A composite metric ranging from 300 to 900, your Credie Score represents:
Creditworthiness based on past repayments
Trust rating across device, social, and behavioral signals
Protocol confidence in your ability to repay undercollateralized loans
βοΈ How Itβs Calculated
Credie Score Weight Breakdown
"Repayment History" : 45
"On-chain Activity" : 20
"Wallet Behavior & Health" : 15
"Social & Device Signals" : 10
"Protocol Usage Frequency" : 10
π Score Tiers
300β499
Shadow
15β20%
$100
Limited access
500β649
Builder
12β15%
$250
Access to core loans
650β749
Trusted
8β12%
$500
Auto-repay unlocked
750β849
Prime
5β8%
$1,000
Streamed payback + fast loans
850β900
Pinnacle
3β5%
$2,500+
Priority access + preapproval
π Live Score Dynamics
A[Initial Score Assigned] --> B[Loan Taken]
B --> C[Repayment Behavior Tracked]
C --> D[Credie Score Adjusted]
D --> E[APR / Loan Tier Recalculated]
Credie Scores are updated in real time and recalculated across all chains where the protocol is active.
π Behavior Signals That Affect Score
Positive Signals
On-time repayment, frequent wallet usage, DEX activity
β Score
Negative Signals
Missed payments, dormant wallets, multisig-only usage
β Score
Neutral Signals
New wallet, first-time user
Initial tier
π‘ Real-World Signal Integration
Credie optionally incorporates:
Phone verification and SMS receipt stability
Device fingerprinting
Proof-of-personhood attestations
Social proofing via partner apps or local validators
Each signal strengthens the reputation mesh and boosts access.
π Score Recovery Flow (If Penalized)
A[Score Dropped Below Tier] --> B{Has Repayment History?}
B -- Yes --> C[Cooldown + Retry Tier in 7 Days]
B -- No --> D[Referral + Verification Required]
D --> E[Retry Tier after New Activity]
π Example: How Your Score Grows
User: Malik starts at 525 (Builder Tier)
3 on-time repayments (+120 pts)
Stakes for auto-repay (+50 pts)
Completes wallet verification (+25 pts)
β New Score: 720 β Prime Tier Unlocked
π Score Privacy
Your full score is only visible to you
Public-facing tiers (e.g., βTrustedβ) are opt-in
Your raw data signals are encrypted and stored off-chain using zk attestations
π οΈ Developer Integration
Credie Score is accessible via:
bashCopyEditGET /api/score/:walletAddress
Authorization: Bearer <api-key>
Response:
jsonCopyEdit{
"score": 721,
"tier": "Prime",
"lastUpdated": "2025-07-06T13:32:00Z"
}
β
Summary
Credie Score = real-time reputation engine
Higher scores = better rates, higher limits, faster loans
Score is influenced by repayment, usage, trust signals, and behavior
Fully decentralized and privacy-preserving
Last updated