Digital Susu: Modernizing a Legacy of Community Wealth

The Inspiration: A Tradition Reimagined

For centuries, the Black Diaspora has thrived through Susu—informal, community-led rotating savings groups. Known as Esusu in West Africa, Pardner in the Caribbean, or Tanda in Latin America, these systems have circulated wealth, funded businesses, and provided capital when traditional banks practiced systemic exclusion.

I was inspired by a painful irony: over a billion people globally participate in these systems, yet they remain "invisible." You can save religiously for a decade in a Susu, but walk into a bank and they will see zero credit history. I built Digital Susu to bridge this "trust gap" and turn a cultural legacy into a verifiable economic power.


How We Built It (The Tech Stack)

We chose the XRP Ledger (XRPL) because of its speed and nominal transaction costs. In a community savings model where participants might save as little as $1, we couldn’t afford the high gas fees of other chains.

Our Architecture

  • Frontend: Clean, mobile-first design using HTML5, CSS (Flexbox), and Vanilla JavaScript.
  • Backend: Node.js and Express managing the logic.
  • Blockchain Layer: The XRPL JavaScript SDK handles the heavy lifting, specifically focusing on EscrowCreate and EscrowFinish transactions.

Built With

Digital Susu was built using the following technologies:

Languages

  • JavaScript (ES6+)
  • HTML5
  • CSS3

Backend

  • Node.js
  • Express.js

Frontend

  • Vanilla JavaScript (ES Modules)
  • Flexbox layout for responsive UI

Blockchain Infrastructure

  • XRP Ledger (XRPL) Testnet
  • XRPL JavaScript SDK
  • EscrowCreate transactions
  • EscrowFinish transactions

APIs

  • XRPL Client API (WebSocket connection to XRPL Testnet)

Architecture

  • Client–Server model
  • REST API endpoints for wallet creation, deposit, and release
  • In-memory data storage (MVP phase)

Development Environment

  • Localhost development server
  • XRPL Testnet faucet for wallet funding
  • VS Code

Core Concept: Programmable Trust

Instead of relying on a human group leader who could vanish, the blockchain becomes the neutral party:

  1. Participants deposit funds into an XRPL-backed wallet.
  2. Funds are locked via decentralized escrow logic at the protocol level.
  3. Time-based logic (smart triggers) controls the release.
  4. Funds unlock automatically and instantly when rules are met.

The MVP Features

Our current live MVP demonstrates three core breakthroughs:

  • Wallet Creation: Instant generation of funded XRPL Testnet wallets—no complex external setup required.
  • Escrow-Based Deposits: Users deposit XRP with a 60-second lock period (for demo purposes) to prove the technology works.
  • Live Countdown & Controlled Release: A real-time timer tracks each deposit. The "Release" button only activates once the blockchain conditions are met, executing the EscrowFinish transaction.

Challenges We Faced

The biggest hurdle wasn't just the code—it was the User Experience.

  • Simplifying Crypto: How do you take a deeply personal, physical tradition and move it to the blockchain? We had to strip away the jargon and focus on intuitive "Save" and "Payout" actions.
  • Security vs. Accessibility: Ensuring that the escrow logic was ironclad while keeping the interface simple enough for non-technical users was a constant balancing act.
  • Real-time Coordination: Syncing the frontend countdown with the ledger’s validation time required precise handling of asynchronous triggers.

What We Learned & The Bigger Vision

Effective time management plays a critical role in the successful completion of the design process. Developing a clear and structured timeline for the workflow helps maintain organization and supports smooth, timely project execution. This journey taught us that technology is most powerful when it respects culture. We learned that the "unbankable" aren't looking for a handout; they are looking for a receipt.

Digital Susu aims to:

  • Eliminate Fraud: Use blockchain escrow to make "running off with the pot" physically impossible.
  • Create Identity: Every contribution creates an immutable Proof of Participation, building a reputation layer for the informal economy.
  • Scale Globally: Enable cross-border participation and reduce the high costs of remittances within the Diaspora.

We aren't just building an app; we are strengthening a legacy financial system that has empowered Black communities for generations. We are combining cultural wisdom with modern technology to finally bank the unbankable.

Built With

Share this project:

Updates