The Journey Africa & Policy Contact
Home/Initiative/Financial Enablement
System 03 · Financial Enablement — Live

Get boosted access to credit, built from a phone a family already has

An explainable score built from eight everyday signals, with savings discipline weighed as heavily as mobile money and airtime, designed to widen fair access to credit rather than push instant debt onto a shock. Try the model below, or query the engine directly, every number comes with a full breakdown of what moved it.

24Point Scale
8Scored Signals
<400msMedian Response
0Points Lost To Child Data
1No Poverty 8Decent Work 9Innovation 17Partnerships
Live FX Reference — Cross Border Funder Disbursement USD → KES ··· EUR → KES ··· GBP → KES ··· Fetching live rate…
What Defines It
Explainable

Every score returns the factors behind it, in plain language, so every number arrives with a clear reason attached.

Inclusive By Design

Built on eight everyday signals, phone, savings group, utility repayment and farm data among them, the record any household already generates simply by living its daily life. Every household that exists can be scored fairly, and savings behaviour carries the same weight as credit behaviour, keeping the score honest about how much debt a household can actually carry.

Consent Secured

Every score requires explicit opt in, and a human reviewer sits above every automated lending decision.

How It Works

From a phone in someone's pocket to a decision a lender can stand behind

Three steps, start to finish, using only the paperwork a household already has and returning a fully explained decision at the other end.

01
Connect the signals

The household opts in. Mobile money, airtime, group savings, utility repayment and farm records link up, only what they agree to share.

02
The score explains itself

Eight factors combine into a 24-point score in under 400ms, with every factor returned individually alongside the total.

03
A lender acts on it

A SACCO, bank, MFI or insurer pulls the score and its breakdown straight into their own underwriting. The model recommends, and a human always makes the final approval, keeping a household's exposure matched precisely to what its own signals can support.

The API, Feature by Feature

Everything a lender needs to underwrite a household the formal system has overlooked

Alternative data engine reaching an unbanked household
Data Engine

Alternative Data, Verified

Mobile money, airtime, cooperative savings, utility repayment, production history and market transactions, cross checked against each other before they ever reach the model.

Explainability layer showing score breakdown
Explainability

Factor Level Breakdown

Every response includes all eight factor scores individually alongside the composite, keeping the full calculation visible on both ends.

Bias and fraud monitoring for fair lending
Fairness Audit

Bias & Fraud Monitoring

Retrained quarterly against real repayment outcomes, with dedicated audits for women led and youth led households.

A household benefiting from fair access to credit
Integration

Webhooks & Batch Scoring

Score on demand, subscribe to score changes, or submit a portfolio for batch underwriting overnight.

REST & Webhook API Sandbox Environment 99.9% Uptime SLA Human Reviewed Decisions Opt In Consent Layer Quarterly Bias Audit
In This System We Trust

Your data moves only where you can see it going

Bank Grade Encryption

Every signal is encrypted in transit and at rest, the same standard formal lenders already trust with their own core systems.

Consent Based Linking

Every connection requires an explicit opt in, and a household can see exactly which signals feed their score at any time.

We Never Sell Data

Signals are scored, kept strictly to that purpose, generating and improving a household's own score alone.

Opt Out Anytime

A household can disconnect any signal, pause scoring, or leave the system entirely, with a single request and no penalty.

Try It

Move the sliders, watch the score respond

A simplified, illustrative version of the scoring engine. The live API scores directly from verified data, this just lets you feel how all eight factors add up.

Demo Mode — Not Production Validated

The sliders and tier thresholds (Emerging / Established / Compounding) are simplified, illustrative logic, not calibrated against real repayment outcomes. The production model is trained and validated separately, on verified household data.

01 · Production & Income Stability2
02 · Mobile Money & Airtime Behavior2
03 · Cooperative & Group Savings2
04 · Utility & Asset Repayment2
05 · Child Education Continuity2
06 · Child Health & Nutrition2
07 · Household Climate Resilience2
08 · Protective Engagement2
Composite Score
16/24
Established

A household this consistent typically qualifies for a standard rate microloan and weather index insurance.

Illustrative only. Factor weighting shown here is simplified for demonstration; the production model scores against verified data directly, and child linked factors never subtract from the total.

Voices From The Field

Good for the household, good for the lender behind it

"I never had a bank statement to show anyone. Turns out my phone had been keeping the record the whole time. First loan I've ever qualified for."

JW
Joyce W.
Smallholder, Kajiado County

"We used to reject applications we simply could not assess. Now the score explains itself, so our loan officers spend their time on judgment calls, not guesswork."

DM
Daniel M.
Credit Officer, Partner SACCO

"Our chama's savings record finally counts for something outside the group. That is the part nobody had built for us before."

GA
Grace A.
Savings Group Treasurer
Diversifying The Signal Set

No single data point decides a household's future

Eight signals today, spread across income, savings, protection and resilience so the score stays fair even when any one signal goes quiet for a season. More are already in the pipeline.

Live Today

  • Production & income stability
  • Mobile money & airtime behavior
  • Cooperative & group savings (chama, VSLA, SACCO)
  • Utility & pay as you go asset repayment
  • Child education continuity
  • Child health & nutrition
  • Household climate resilience
  • Protective engagement

Coming Next

  • Satellite verified crop yield, layered on top of self reported production
  • Remittance flow patterns, for households supported from outside the county
  • Direct cooperative ledger integration, replacing manually reported savings
  • Harvest linked insurance claims history, once index insurance uptake scales
Documentation

One call in, a full breakdown out

Request
POST /v1/score
Authorization: Bearer sk_live_••••••••
Content Type: application/json

{
  "farmer_id": "AK KE-88213",
  "consent_token": "ctk_9f2...",
  "data_sources": [
    "mobile_money",
    "airtime",
    "group_savings",
    "utility_repayment",
    "production_history",
    "market_transactions"
  ]
}
Response
{
  "score": 19,
  "scale": 24,
  "tier": "established",
  "factors": {
    "production_income": 2,
    "mobile_airtime": 3,
    "group_savings": 2,
    "utility_repayment": 3,
    "child_education": 2,
    "child_health": 3,
    "climate_resilience": 2,
    "protective_engagement": 2
  },
  "child_factors_floor": "never_negative",
  "human_review_required": false
}