π€Social Trust Scoring
LendFriend uses social collateralβyour network on Farcasterβas proof of creditworthiness. When friends contribute to your loan, they vouch for you with both money and reputation.
How It Works
You request a loan and share it to your network
Friends contribute - their backing signals you're trustworthy
We measure connection strength using shared mutual friends
Lenders see trust scores and decide whether to fund
Close friends with small networks carry more weight than distant followers of influencers. Someone with 20 selective friends signals stronger trust than a stranger with 10,000 connections.
Why This Model Works
Research on Prosper.com validates capital-backed social trust:
Friend bids (capital contributions) reduce defaults by 14% [12]
Capital-backed endorsements outperform empty endorsements [16]
Lenders using social + financial data predict defaults 45% better than credit scores alone [12]
The key: friends must risk their own money, not just vouch with words.
This is why LendFriend requires capital contributions. Empty endorsements ("I trust this person") don't predict repaymentβonly capital-backed vouching works.
The Algorithm
We use Adamic-Adar Index to weight connections by how selective they are:
Core insight: A mutual friend with 20 connections is a stronger signal than one with 20,000.
For each mutual connection:
weight = 1 / log(total_connections)
Trust Score = Ξ£ weights Γ quality_scoresResearch shows Adamic-Adar is 82% more accurate than simple friend counting [7].
The specific thresholds and bonuses will be refined as we collect repayment data. Phase 0 focuses on gathering behavioral data to understand which trust signals best predict repayment.
Risk Tiers
Every lender-borrower pair gets a trust score (0-100) and risk classification:
π’ LOW RISK
β₯60
Close social ties, tight-knit community
π‘ MEDIUM RISK
30-59
Some shared connections
π΄ HIGH RISK
<30
Few or no mutual connections
Loans also show Support Strength - what percentage of lenders know the borrower.
How Loans Get Funded
Social trust creates natural funding progression:
Close friends fund first (small amounts, high trust)
Extended network sees validation (joins in)
Strangers feel safe (validated by early lenders)
This mirrors traditional lending - ask family first, then friends, then institutions.
Anti-Gaming
Creating fake accounts and gaming trust scores is a natural concern. We use algorithmic defenses (quality filtering, Adamic-Adar weighting) combined with economic incentives (lenders risk their own capital) to resist manipulation.
Key defenses:
Quality filtering removes bots/spam
Adamic-Adar penalizes large networks
Real community overlap required
Lenders vet borrowers (market filtering)
β Read full security analysis β Covers attack vectors, defenses, limitations, and our iterative approach
Why Adamic-Adar?
Research from Prosper.com shows friend capital contributions reduce defaults by 14% [12].
We chose Adamic-Adar because it mathematically captures what matters:
Selective connections count more than large follower lists
Mutual close friends signal stronger accountability
Fast to compute from partial social graph data
The algorithm was designed for link prediction, not lending - we're testing whether it translates to repayment prediction in Phase 0.
Next: The Algorithm Β· Risk Scoring Β· Research
Last updated