<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>The Interledger Community 🌱</title>
    <description>The most recent home feed on The Interledger Community 🌱.</description>
    <link>https://community.interledger.org</link>
    <atom:link rel="self" type="application/rss+xml" href="https://community.interledger.org/feed"/>
    <language>en</language>
    <item>
      <title>People's Clearinghouse — ILF Grant Final Report</title>
      <dc:creator>Roberto Valdovinos</dc:creator>
      <pubDate>Tue, 31 Mar 2026 19:21:03 +0000</pubDate>
      <link>https://community.interledger.org/tpc/peoples-clearinghouse-ilf-grant-final-report-318l</link>
      <guid>https://community.interledger.org/tpc/peoples-clearinghouse-ilf-grant-final-report-318l</guid>
      <description>&lt;h2&gt;
  
  
  Brief Project Description
&lt;/h2&gt;

&lt;p&gt;People's Clearinghouse (PCH) is a digital payments platform designed to interconnect community banks and savings cooperatives in Mexico, among themselves, with the national financial system, and with international networks for account-deposited remittances. Built on the basis of open-source technology (Rafiki, Mojaloop, ILP), PCH is led by the Mexican Association of Social Sector Credit Unions (AMUCSS), an organization with four decades of experience building community-owned financial institutions in rural and indigenous regions. By routing remittances directly into community bank accounts rather than into cash, PCH aims to create a virtuous cycle: more local capital, more credit for productive projects, less inequality, and less forced migration.&lt;br&gt;
For context on our earlier milestones, read our &lt;a href="https://community.interledger.org/robval/peoples-clearinghouse-progress-grant-report-1-5g9p"&gt;Progress Report #1&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The arc: January 2024 to March 2026
&lt;/h3&gt;

&lt;p&gt;When we signed with the Interledger Foundation in January 2024, we had a clear idea, a strong team of social finance leaders, a fresh cohort of eight young developers recruited mainly from the Technological University of the Mixteca in Oaxaca, and a simple prototype of the Cross-Network Provider (CNP), the connector that translates Rafiki cross-border transfers into the PCH switch format that community banks would connect to. What we didn't have was a production system. Or a mobile app. Or real integrations with core banking software. Or a connection to SPEI, Mexico's national real-time payment network. Or a production-grade infrastructure. Those are the things we built over the following two years.&lt;br&gt;
It was a longer path than we anticipated because we had to adapt all our platform to a very specific regulation set by the Central Bank. And also because as we went deeper into the communities, we realized the scope of what "real financial inclusion" actually demands. A clearinghouse that connects financial institutions is not enough. You also need the institutions' clients to have a way to interact with their accounts digitally. And for that you need a mobile application. And for that application to be useful (rather than immediately abandoned for cash) you need AML compliance, settlement reports, fees management, QR payments, push notifications, a PISP security architecture. Each of these components was built, tested, demoed, and refined.&lt;br&gt;
The grant was extended to support the final sprint toward a fully operational platform: SPEI integration, core banking system integrations, production deployment, and the live demo at the 2025 Interledger Summit in Mexico City.&lt;/p&gt;

&lt;h3&gt;
  
  
  The capstone: the live demo at ILF Summit 2025
&lt;/h3&gt;

&lt;p&gt;The Interledger Summit in November 2025, held in the heart of Mexico City, was the moment everything came together. We presented on the main stage in front of an international audience, and then, live, we ran intra-clearinghouse and CNP-to-clearinghouse transactions.&lt;br&gt;
We showed a Rafiki remittance launched from the ILF test wallet. Within milliseconds, the phone lit up: 223 Mexican pesos received, with a push notification showing the sender, the amount, the transaction ID, and a QR shareable receipt. Then we switched to the PCH mobile app and did a P2P transfer between two accounts on the switch (scanning QR code and with an instant audio notification). Then a merchant scenario: request-to-pay, pre-filled amount, biometric confirmation, instant settlement. Right after the demo, the audience of 200+ people downloaded the PCH demo app and were paying community producers from Oaxaca, Pahuatlán, and elsewhere who had come to the Summit to sell their crafts, using virtual balances topped up with Rafiki remittances from the ILF and PCH teams.&lt;br&gt;
Behind each of those transactions ran a real-time AML engine inspecting every transfer in under a second, a gRPC-based switch routing funds through a modular bounded-context architecture, a PISP layer securing the mobile connection with public-key cryptography, and a compliance dashboard generating regulatory PDF reports with one click (the same reports that may have taken a money transmitter hours to produce manually).&lt;br&gt;
The presentation also included a reference to a future development: a working offline payments prototype. Along many visits to rural communities we had realized that the internet is very unstable and that a successful digital payments network that impacts these regions requires new forms of connectivity.&lt;br&gt;
The presentation closed with the entire PCH development team standing on the main stage in front of their work. Most of them had never imagined being there when they started their training on Rafiki and Mojaloop two years earlier in Oaxaca.&lt;/p&gt;

&lt;h3&gt;
  
  
  A reflection: from clearinghouse to full digital ecosystem
&lt;/h3&gt;

&lt;p&gt;One thing changed significantly over the grant period, and it's worth being honest about it: our conception of what PCH needs to be.&lt;br&gt;
We started with a clearinghouse: a technical infrastructure for routing transfers between financial institutions. That remains the core. But through community visits to places like Ejutla, San Pablito and Pahuatlán, we understood that connecting institutions is not the same as including people. If a community bank receives a real-time remittance but its clients still have to take a six-hour round trip to check their balance, nothing fundamental has changed in their lives. So we first built a Whatsapp payment bot solution, and then, after a series of discussions with the Central Bank, a mobile application so that the main payment channel would be entirely under our control. In building it, we had to build the PISP model (with its consent token architecture), all so that someone in a rural market could check their balance or pay for tortillas without touching a bank teller or having to take a bus.&lt;br&gt;
This deeper scope is why the timeline extended, and we think it was worth every extra month.&lt;/p&gt;

&lt;h3&gt;
  
  
  Technical deliverables: completed
&lt;/h3&gt;

&lt;p&gt;By March 2026, all four deliverables defined in the grant extension have been achieved:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Rafiki/CNP cross-border scheme: complete. The CNP is fully production-ready: it handles ILP routing from a US-based Rafiki wallet to a Mexican community bank account, performs real-time AML inspection, manages FX rate integration, produces compliance reports, and exposes an operator admin portal for liquidity management and reconciliation. The CNP architecture has been refined since the first successful demo in August 2024, now including idempotency, error handling, and a complete transfer lifecycle model that keeps Rafiki and PCH in sync.&lt;/li&gt;
&lt;li&gt;Production deployment: complete. PCH's infrastructure runs on Google Kubernetes Engine (GKE) on GCP, with managed services for databases (Cloud SQL, Firestore), messaging (managed Kafka), security (GCP KMS for certificate management), and observability (Prometheus, Grafana, Elasticsearch/Kibana). CI/CD pipelines automate testing and deployment. Backups are retained according to Central Bank requirements. The environment was stress-tested with 200+ simultaneous users during the ILF Summit demo before being hardened into the current production configuration. A &lt;a href="https://drive.google.com/file/d/1r0pzfY5Sii6YofpwSpF4DKV1PFaWFUM4/view?usp=drive_link" rel="noopener noreferrer"&gt;walkthrough of the production environment&lt;/a&gt; is available.&lt;/li&gt;
&lt;li&gt;SPEI integration: complete. PCH can now send transfers to any account in Mexico's national financial system. The integration uses a Hermes, deployed in PCH's own environment, which is a SPEI gateway provided by Conecta, one of the main SPEI specialists in the country. When a user sends money to a phone number that doesn't belong to a PCH participant, the switch automatically looks up the recipient's CLABE through a Central Bank service and routes the transfer through SPEI. From the user's perspective, the experience is identical to an internal transfer. A &lt;a href="https://drive.google.com/file/d/1NhRTDbuspKJhnbqJsRandq2l_4oeTvwS/view?usp=drive_link" rel="noopener noreferrer"&gt;demo of this integration&lt;/a&gt; is available.&lt;/li&gt;
&lt;li&gt;Core banking system integrations: complete. Two CBS integrations are now production-ready. Mifos, an open-source core banking system with broad adoption among social financial institutions, was the first to be fully integrated, with a reusable gRPC client library published in a public GitHub repository. This effort was possible through the invaluable work of Fintecheando, a main tech actor in the Mexican fintech ecosystem. The integration was showcased at the Interledger Summit 2025. Sinefi,  a core banking system used by approximately 25 financial entities serving around one million clients in Mexico, was integrated second, with its CEO participating in the final integration demo. Both systems authenticate to the PCH switch using certificate-based mutual TLS, follow the same gRPC synchronous connection protocol, and can perform lookups and fund transfers in real time. The expertise acquired in the process means that onboarding additional CBS providers now requires far less custom development. Demos of the &lt;a href="https://youtu.be/vF0C1cwcyBw?si=L0X06Kz7dVlm37zN&amp;amp;t=4608" rel="noopener noreferrer"&gt;Mifos integration&lt;/a&gt; and the &lt;a href="https://drive.google.com/file/d/1-FilvGEYtPbYdN_N4xoKg31HQ_ZdHY73/view?usp=drive_link" rel="noopener noreferrer"&gt;Sinefi integration&lt;/a&gt; are available.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Authorization process: at the threshold
&lt;/h3&gt;

&lt;p&gt;The Central Bank authorization process has been one of the longer threads of this journey, and one that has required us to stay close and responsive to regulatory feedback at every stage. The good news is that every required element is now in place: the switch software meets all regulatory requirements, the operational documentation and compliance manuals have been updated to reflect the final architecture, and the formal submission package is complete. We are, genuinely, at the threshold of a new phase. Our expectation is that PCH will receive its clearinghouse authorization and be ready for launch by the summer of 2026.&lt;br&gt;
When that happens, our intention is to reach several hundred thousand customers through our partner financial institutions (AMUCSS' network of 140 community banks, four of Mexico's five largest savings cooperatives, and Sinefi's network of 25 financial entities) before the end of the year. For most of those customers, it will be the first time they have had access to digital payments, real-time transfers, and account-deposited remittances. That is the moment the entire project has been building toward.&lt;/p&gt;




&lt;h2&gt;
  
  
  Project Impact &amp;amp; Target Audience(s)
&lt;/h2&gt;

&lt;p&gt;PCH exists because certain communities have always been left out of the equation, not by accident, but by design. National banking systems optimize for scale and profitability. Rural communities, indigenous regions, and the migrants who send money back to them don't fit that model. PCH is built specifically for them.&lt;/p&gt;

&lt;h3&gt;
  
  
  The communities and their financial institutions
&lt;/h3&gt;

&lt;p&gt;The most direct beneficiaries are the members of the social financial institutions that PCH connects: AMUCSS' network of 140 community banks, four of Mexico's five largest savings cooperatives, and Sinefi's network of 25 financial entities. Together, these institutions serve several million individual account holders in rural, semi-rural, and peri-urban regions across Mexico, predominantly in areas where commercial banks are absent or inaccessible. In the near term, these are the people PCH will serve at launch.&lt;br&gt;
Looking further, the social financial sector as a whole (savings cooperatives, community banks, and social-purpose financial institutions) counts some 17 million users across Mexico. PCH is built to serve all of them over time, as a sector-wide shared infrastructure rather than a product for any single institution.&lt;br&gt;
Two thirds of AMUCSS' users are women. Many are speakers of indigenous languages (Zapotec, Mixtec, Nahuatl, and others) in communities where cultural and linguistic barriers compound the financial ones. Many are the wives, mothers, and daughters of migrants working in the United States, managing household economies that depend on remittances arriving in cash, at significant cost and risk. For them, the difference between a cash remittance and an account-deposited one is not a technical detail. It is the difference between money that arrives safely, is captured by a local institution that can lend it back productively, and multiplies, versus money that arrives in an envelope, gets spent immediately, and leaves no trace in the formal financial system.&lt;br&gt;
PCH's design reflects these realities. The platform already supports multilingual interfaces and at launch will include indigenous-languages. The mobile application is designed for low-connectivity environments (because a payment platform that only works on a strong LTE signal is not a platform for Oaxaca's mountains or Puebla's high valleys). The switch connection protocol was engineered for resilience on unstable internet lines, with automatic reconnection, because many community bank branches operate on basic subscriber lines that go down. And the offline payments prototype will be developed too, aimed squarely at communities where the internet does not reach at all.&lt;/p&gt;

&lt;h3&gt;
  
  
  The migrants
&lt;/h3&gt;

&lt;p&gt;On the other side of the transfer flow are the millions of Mexican migrants living and working in the United States, the largest remittance corridor in the world, with over $60 billion USD sent annually. Today, most of those transfers arrive as cash, delivered through agents, at fees that eat into money that families need. PCH's CNP offers a path toward account-to-account remittances via Rafiki, directly into the recipient's community bank or savings cooperative. The Mexican migrant in the US can use a Rafiki-compatible wallet. Their family in Oaxaca or Hidalgo receives the funds in their account, in seconds. No cash agent. No distance-based fee. No trip to town.&lt;br&gt;
This is not a marginal improvement. It is a structural change in how remittances work and in what they can do for the communities that depend on them.&lt;/p&gt;

&lt;h3&gt;
  
  
  The developers
&lt;/h3&gt;

&lt;p&gt;One impact of this project that is easy to overlook, but worth naming, is what happened to the team that built it. Eight young developers were recruited from local Oaxaca universities in indigenous regions through a rigorous selection process that prioritized strong coding skills, English proficiency, and genuine commitment to social justice. Most of them had no prior exposure to ILP, Mojaloop, or Rafiki. Over two years, they became the heart of the project. They even contributed pull requests to the Rafiki repository. They debugged the vNext Mojaloop switch alongside its original architects. They presented their work at international summits in Cape Town, Cluj and Mexico City. They stood on the main stage at the 2025 Interledger Summit in front of an audience from around the world.&lt;br&gt;
We believe this matters: not just as a feel-good story, but as a model. An innovative fintech ecosystem does not need to be built only in San Francisco or London or Singapore. It can be built in Oaxaca, by people who have a direct stake in the communities the technology is meant to serve.&lt;/p&gt;

&lt;h3&gt;
  
  
  Alignment with the Interledger Foundation's mission
&lt;/h3&gt;

&lt;p&gt;PCH is the ILF mission made concrete. It is built on the basis of open standards and open-source software to move value across networks that previously could not communicate. It prioritizes the populations most excluded from existing financial systems. And it demonstrates that ILP-based technology is not only viable for global finance: it is specifically well-suited for the places global finance has forgotten. The communities that will benefit from PCH are exactly those the ILF exists to reach: women, indigenous communities, rural populations, migrants, and the institutions that have chosen to serve them for decades, without waiting for the market to catch up.&lt;/p&gt;




&lt;h2&gt;
  
  
  Progress on Objectives, Key Activities
&lt;/h2&gt;

&lt;h3&gt;
  
  
  The CNP: Rafiki-to-PCH bridge
&lt;/h3&gt;

&lt;p&gt;The Cross-Network Provider was PCH's original technical bet: the idea that a single entity could sit between the Interledger network and a Mojaloop-based clearinghouse, translating the language of one into the language of the other. By the summer of 2024, the CNP was working: a Rafiki transfer initiated from a US-based wallet could reach a community bank account in Mexico, end to end, passing through the CNP and the PCH switch. We demonstrated this live at the Oaxaca Workweek in August 2024 and again at the Interledger Summit in Cape Town in October 2024 (the first public proof that this kind of cross-network bridge was not only theoretically sound but practically buildable).&lt;br&gt;
Since then, the CNP has grown considerably. The core architecture remains: Rafiki on the Mexican side receives the ILP transfer, the CNP backend processes it, the PCH switch routes it to the right participant, and the community bank credits the recipient's account. The CNP also handles real-time FX rate queries, idempotency logic to prevent duplicate transfers, a complete error-handling model that keeps Rafiki and the switch in sync even when things go wrong on one side, an operator admin portal with liquidity dashboards and reconciliation tools, and automated compliance reports that previously required hours of manual work. What was a working prototype in 2024 is now a production-ready system.&lt;/p&gt;

&lt;h3&gt;
  
  
  The switch: building on Mojaloop
&lt;/h3&gt;

&lt;p&gt;The PCH switch — the clearinghouse hub that routes transfers between participants, manages the position ledger, and handles settlement — is built on Mojaloop vNext, the next-generation version of the Mojaloop open-source payment switch. The decision to use Mojaloop was one of the best we made: it gave us a mature codebase, detailed technical documentation, an active global community, and direct access to the people who built it. The support we received from so many people and organizations familiar with Mojaloop vNext has been foundational.&lt;br&gt;
We took the Mojaloop vNext switch and adapted it significantly for PCH's specific regulatory and operational context. Settlement logic, fees management, and compliance reporting were either absent or insufficient in the open-source version: not because Mojaloop neglected them, but because they depend on the specifics of each jurisdiction's financial regulation. We built them for Mexico, for the Central Bank requirements, and for the practical realities of small financial institutions. We also introduced a synchronous gRPC connection model that allows community banks to connect to the switch without implementing a full asynchronous message queue (a practical necessity given the technical resources available at these institutions). We also took advantage of the switch's architecture around bounded contexts, making the codebase modular enough to evolve quickly without breaking existing functionality.&lt;/p&gt;

&lt;h3&gt;
  
  
  Core banking system integrations
&lt;/h3&gt;

&lt;p&gt;Connecting the PCH switch to a core banking system (CBS), the software that a community bank or savings cooperative uses to manage accounts, transactions, and clients, is the step that makes the platform real for participants. Without it, the switch has nowhere to route funds.&lt;br&gt;
PCH uses gRPC as its integration protocol: a high-performance, contract-based remote procedure call framework developed by Google that uses Protocol Buffers for serialization. It is fast, secure, and built for bidirectional streaming. As such, it seems a good solution for a payment switch that needs persistent connections with participants. The challenge is that gRPC is essentially unknown in the Mexican financial sector. Every integration has had to begin from scratch: explaining the protocol, walking technical teams through the connection model, explaining client libraries, debugging certificate-based authentication flows, and running joint tests before the first successful lookup could be made.&lt;br&gt;
That investment is now paying off. Mifos (an open-source CBS with broad adoption among social financial institutions globally) was the first to be fully integrated, with a reusable TypeScript gRPC client library published in a public repository. Fintecheando, a key partner in the Mexican fintech ecosystem with deep Mifos expertise, was essential to making this integration happen. Sinefi, a proprietary CBS used by approximately 25 Mexican financial entities serving roughly one million clients, was integrated second, with Sinefi's CEO participating directly in the final demo and validating the result.&lt;/p&gt;

&lt;h3&gt;
  
  
  SPEI integration: connecting to Mexico's national payment network
&lt;/h3&gt;

&lt;p&gt;SPEI, Mexico's real-time gross settlement system, operated by the Central Bank, is the backbone of the country's financial system. Any payment that needs to reach a bank account outside the PCH network has to go through SPEI. Getting there required not only a technical integration but a careful architectural design, because SPEI is an RTGS system (settling each transaction individually and in real time) while PCH operates as a net settlement platform, a fundamental difference with regulatory and operational consequences that took months of analysis and design sessions to resolve properly.&lt;br&gt;
The integration was made possible through close collaboration with Conecta, one of Mexico's leading SPEI specialists and the provider of Hermes, the SPEI integration platform deployed in PCH's own environment. Conecta's team held weekly sessions with PCH's developers throughout the integration process, clarifying SPEI's operational logic, validating the transfer flows, and helping navigate the certification requirements. Their knowledge saved PCH an enormous amount of time that would otherwise have been spent reverse-engineering a regulatory system from documentation alone.&lt;br&gt;
The result: when a PCH participant's client sends money to a phone number that doesn't belong to a PCH participant, the switch queries the Central Bank’s CLABE registry to retrieve the recipient's bank account identifier, formats the request according to SPEI's specifications, routes it through Hermes, and receives a webhook confirmation from the Central Bank when settlement is complete. From the sender's perspective, it looks exactly like any other transfer. Behind the scenes, it reaches any bank account in Mexico.&lt;/p&gt;

&lt;h3&gt;
  
  
  Production environment: built for the Central Bank
&lt;/h3&gt;

&lt;p&gt;The infrastructure that runs PCH is not the same infrastructure that ran the 2024 demo. After the November 2025 ILF Summit, which stress-tested the system with over 200 simultaneous users in a live public setting, the team spent three months rebuilding the environment from the ground up according to Central Bank requirements and Kubernetes production best practices.&lt;br&gt;
The current production environment runs on Google Kubernetes Engine (GKE) on GCP, with managed services for all critical components: Cloud SQL and Firestore for databases, managed Kafka for messaging, GCP Key Management Service for certificate creation and storage, and a dedicated observability cluster running Prometheus, Grafana, Elasticsearch, and Kibana. CI/CD pipelines automate building, testing, and security scanning end to end (a code change triggers a build, a security scan, a deployment, and a Slack notification); deployment to the production environment includes a manual approval gate as required by security policy. Backups are generated daily and retained on a schedule that meets the Central Bank's specific archiving requirements. Pod security policies enforce least-privilege principles throughout the cluster.&lt;br&gt;
Every architectural decision has been made with the authorization audit in mind. The documentation that accompanies the technical build is as complete as the system itself.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mobile app and PISP: banking for institutions without apps
&lt;/h3&gt;

&lt;p&gt;The majority of community banks and savings cooperatives in Mexico do not have a mobile banking application. Building one is expensive for a small financial entity, requires technical teams they don't have, and requires regulatory approvals they'd need years to obtain. PCH's mobile app solves this problem simply: it connects not to the bank but to the PCH switch, which connects to the bank. Any institution that joins the PCH network gets a branded mobile banking experience for its clients on day one, without writing a line of code.&lt;br&gt;
The security architecture behind this is called the PISP model (Payment Initiation Service Provider). When a client onboards to the app, a cryptographic key pair is generated on their device. A consent token issued by the community bank, signed and stored by the switch,  governs exactly what the app can do on the client's behalf: which accounts are accessible, whether transfers can be initiated, and under what conditions. The bank retains full control. The client has full transparency. The switch is the trusted intermediary.&lt;br&gt;
The current app supports balance checks, P2P transfers by phone number, QR-code payments, request-to-pay flows, and real-time push notifications with audio alerts, useful in market settings where someone is handling goods rather than watching a screen. It is not yet as polished as the mobile apps of Mexico's major commercial banks. But it works, it is secure, and it gives institutions and their clients a foundation to build on. We will continue developing it until it is.&lt;/p&gt;

&lt;h3&gt;
  
  
  AML: real-time compliance as a shared service
&lt;/h3&gt;

&lt;p&gt;Anti-money laundering compliance is one of the heaviest operational burdens for small financial institutions. Mexico's financial regulator (CNBV) requires AML validation in real time for every transaction. Most community banks and savings cooperatives lack the technical infrastructure to do this, and even if they had it, building and maintaining a real-time AML engine is a significant and ongoing investment.&lt;br&gt;
PCH's AML engine solves this as a shared service. When a transfer enters the network, particularly a cross-border remittance arriving via the CNP, the AML module intercepts it before it reaches the recipient's institution. It queries the client's profile in an AML database, checks against official blocked-persons lists, evaluates the transfer against the client's historical transaction pattern, and assigns a risk score. The whole process runs in under a second. If the transfer passes, it proceeds. If it's flagged, it's held for review.&lt;br&gt;
The key innovation here is that the CNP can perform all these validations itself, using the party data it has already gathered during the lookup phase of the transfer. The community bank does not have to do anything. This is especially significant for remittances, which are the highest-risk transfer type from a regulatory perspective and the ones that community banks were least equipped to handle compliantly on their own.&lt;/p&gt;

&lt;h3&gt;
  
  
  Settlement, fees, and reporting
&lt;/h3&gt;

&lt;p&gt;Settlement, fees, and compliance reporting tend to be underestimated in fintech projects and overdue in production. They are also the ones that regulators care about most.&lt;br&gt;
In the Mojaloop vNext open-source base, settlement logic exists but is not calibrated for Mexico's regulatory framework, fee management is non-existent, and reporting is not designed for the specific formats and periodicities required by the Central Bank. PCH built all three from scratch, aligned with the specific requirements of the authorization process. Settlement reports are generated automatically. Fee calculations are configurable per participant and per transaction type. Compliance reports can be produced with a single click, in the formats required by Mexican financial regulators. These are not glamorous features, but without them the platform cannot legally operate. They are done.&lt;/p&gt;

&lt;h3&gt;
  
  
  Documentation and regulatory submission
&lt;/h3&gt;

&lt;p&gt;The process of building a clearinghouse in Mexico requires submitting to the Central Bank a complete package of technical documentation, operational manuals, compliance procedures, risk frameworks, and internal norms, all of which must reflect the final, production-ready state of the system. For most of the grant period, the documentation process ran in parallel with the development process, which meant that every time the architecture evolved, the documents had to evolve too.&lt;br&gt;
That cycle is now complete. The switch software meets all regulatory requirements. Every component of the operational documentation has been updated to reflect the current architecture. The formal submission package is ready. We expect to submit it imminently and to receive authorization in the summer of 2026.&lt;/p&gt;

&lt;h3&gt;
  
  
  Key social and collaborative activities
&lt;/h3&gt;

&lt;p&gt;The technical work was never the whole story. Over the course of the grant, PCH was part of an extraordinary set of collaborative moments, some that shaped the technical direction of the project, others that expanded its human and institutional reach. Here are the main ones.&lt;/p&gt;

&lt;h4&gt;
  
  
  Oaxaca Work Week, August 2024
&lt;/h4&gt;

&lt;p&gt;In the second week of August 2024, a team of five from the Interledger Foundation joined 20 PCH developers and collaborators for a full work week at a coworking space in Oaxaca City. It was the first time the two teams had worked in the same room. The week began with PCH's first major live demo: a complete end-to-end remittance from a US test wallet, through the CNP and the PCH switch, arriving at an account in a Mexican community bank. The ILF team was impressed.&lt;br&gt;
The rest of the week was spent in deep technical sessions on the CNP's outstanding requirements, the settlement model, the SPEI integration architecture (with Conecta and Sinefi representatives present), and production deployment planning. On the third day, the entire group celebrated with a traditional Oaxacan calenda (a brass-band street parade with giant papier-mâché puppets) that wound through the streets of Oaxaca City, picking up curious locals along the way. On the fourth day, the group visited three community banks in the Oaxaca region: the offices of Red Oaxaca (a network of microbanks serving families across the greater Oaxaca area), a visit to Acreimex (a savings cooperative with 62 branches and 425,000 account holders), and a trip to Ejutla, a rural town an hour and a half away, where the team saw what day-to-day banking looks like for people in a small community (including what happens when the internet goes down). They also visited a mezcalero (an artisanal mezcal producer), whose business expansion was being financed by a Red Oaxaca microloan. The week closed with a clear shared roadmap toward the Cape Town Summit.&lt;/p&gt;

&lt;h4&gt;
  
  
  Rafiki Work Week, Cluj-Napoca, Romania, August 2024
&lt;/h4&gt;

&lt;p&gt;Four PCH developers attended the Rafiki Work Week organized by the ILF at BreakPoint IT's offices in Cluj-Napoca, Romania, a gathering that brought together 20+ engineers from Rafiki, GateHub, JoPACC, and PCH. The PCH team worked directly with ILF's engineering and technical writing teams on outstanding Rafiki integration requirements, including how to handle KYC data flows, how to manage transfer status updates, and how to improve the deployment documentation for Rafiki integrators. Several of PCH's real-world deployment challenges directly informed improvements to Rafiki's official documentation. PCH developers also had pull requests merged into the Rafiki repository during the week.&lt;/p&gt;

&lt;h4&gt;
  
  
  Interledger Summit 2024, Cape Town, South Africa
&lt;/h4&gt;

&lt;p&gt;At the annual Interledger Summit in Cape Town in October 2024, PCH presented on the main stage for the first time to a global audience. The presentation covered the social and economic rationale for the project: the Dutch disease paradox of remittances, the untapped potential of community banks, and the role of ILP in connecting them, and closed with a live demo. A transfer was initiated from the ILF test wallet using a phone-number-based wallet address, routed through the CNP and the PCH switch, and confirmed as received at a community bank account. The CNP dashboard showed the transaction in real time. A compliance report was generated with one click. A WhatsApp notification arrived at the recipient's phone. The audience, including Interledger community members from around the world, saw for the first time that this model was not theoretical: it was running code.&lt;/p&gt;

&lt;h4&gt;
  
  
  Payments Canada Summit panel, Toronto, February 2025
&lt;/h4&gt;

&lt;p&gt;PCH participated in an Interledger Foundation panel at the Payments Canada Summit in Toronto, bringing the project's perspective to one of the most important payments industry forums in Canada. The panel addressed cross-border payments innovation, the US-Mexico remittance corridor, and the potential of innovative fintech to serve populations that commercial payment systems have not reached. It was an opportunity to speak directly to the North American financial sector about what PCH is building and why.&lt;/p&gt;

&lt;h4&gt;
  
  
  Rafiki Work Week, Cluj, Romania, July 2025
&lt;/h4&gt;

&lt;p&gt;PCH was again represented at the Rafiki Work Week in July 2025, now held in the broader Transylvania region and gathering 38 participants from 8+ organizations. The week focused on Rafiki's next architectural evolution: a full event-driven redesign for horizontal scalability, new Open Payments documentation in multiple languages (including Spanish), a Kubernetes Operator for simplified deployment, card and POS integrations, and a Payment Pointer to SEPA flow. PCH's team participated across workstreams, contributing to the ongoing alignment between Rafiki's roadmap and PCH's production requirements.&lt;/p&gt;

&lt;h4&gt;
  
  
  Oaxaca Work Week, 2025
&lt;/h4&gt;

&lt;p&gt;A second Oaxaca Work Week was organized in 2025 at La Clínica, a space in the heart of Oaxaca City that became PCH's workshop home for the week. The gathering brought together PCH's full development team alongside ILF engineers and partners for an intensive five-day sprint. The week featured demos of the consumer mobile app, the admin portal, the DevOps pipelines, the Kubernetes operator, and the CBS integrations; technical workstreams on PISP/3PPI, the Rafiki integration, settlement, performance, and scalability; and in-depth planning for the production environment and the November Summit demo. It was the most complete convening of the PCH and ILF teams to date and the last major collaborative technical sprint before the platform went into final production hardening.&lt;/p&gt;

&lt;h4&gt;
  
  
  Mexico Student Hackathons, September 2025
&lt;/h4&gt;

&lt;p&gt;In September 2025, the Interledger Foundation organized four university hackathons across Mexico (in Oaxaca, the State of Mexico, Aguascalientes, and Mexico City) with PCH's active participation, both in organizing and tutoring during the hackathons. Over 500 students from 40+ higher education institutions explored solutions using the Open Payments API, from remittance tools to agricultural payment platforms to accessible transport systems. The Oaxaca hackathon was held at UABJO (the Benito Juárez Autonomous University of Oaxaca). Students from the Technological University of the Mixteca (PCH devs’ main alma mater) participated alongside students from eight other institutions.&lt;/p&gt;

&lt;h4&gt;
  
  
  Mumbai Fintech Fest, October 2025
&lt;/h4&gt;

&lt;p&gt;People’s Clearinghouse participated in the largest fintech festival in the world alongside representatives of CECOBAN (an important clearinghouse in Mexico) and Interledger Foundation, to present its platform in a cross-border panel in front of an audience of 200 people. The visit included a private full day of analysis and discussions at the headquarters of the National Payments Corporation Of India (NPCI) in order to understand how India’s national RTGS and the country's financial inclusion strategy work. It also included invaluable discussions at the HQ of the amazing Savatra Technologies team, responsible for 80% of UPI integrations in India, and a key model for what PCH aspires to become.&lt;/p&gt;

&lt;h4&gt;
  
  
  Pahuatlán Workshop, October 2025
&lt;/h4&gt;

&lt;p&gt;In preparation for the Interledger Summit 2025 in Mexico City, the ILF's Summit Program Committee organized an immersion workshop in Pahuatlán, a mountainous community in Puebla known for its centuries-old Amate paper craft. The workshop brought together technologists, grant makers, community builders, and open-source advocates alongside AMUCSS community bankers and local artisans. The group learned about the financial realities of rural communities: the cooperative savings systems, the harvest-season loans, the three-hour round trips to check a bank balance, the predatory lenders who fill the gaps at rates exceeding 500%. We discussed how open payment infrastructure can be designed around these realities rather than in spite of them. The experience directly shaped both the agenda of the Mexico City Summit and PCH's own thinking about what the mobile application needed to provide.&lt;/p&gt;

&lt;h4&gt;
  
  
  Interledger Summit 2025, Mexico City
&lt;/h4&gt;

&lt;p&gt;The Interledger Foundation chose Mexico City for its 2025 Summit. PCH presented on the main stage to an audience that had already seen the documentary film about PCH before the session began (more on that below). The presentation covered the evolution of the platform from clearinghouse to full digital ecosystem, with a particular focus on why that evolution was necessary, not as a technical decision, but as a social one. Live demos showed the complete transfer flow: Rafiki remittance arriving with a push notification, P2P transfer by QR code, merchant payment with audio notification, and the PCH admin dashboard confirming every transaction in real time. Isabel Cruz, AMUCSS' Executive Director, closed the session by presenting the producers and speaking about 40 years of community finance work: the human story behind every line of code.&lt;/p&gt;




&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;h3&gt;
  
  
  International press coverage
&lt;/h3&gt;

&lt;p&gt;PCH's story has reached audiences well beyond the Interledger community. A coordinated press effort, developed in partnership with the ILF communications team, resulted in coverage in some of the most respected outlets in global finance and fintech.&lt;br&gt;
&lt;a href="https://www.thebanker.com/content/551a7b94-4cc8-5db4-9bce-de094c358965" rel="noopener noreferrer"&gt;The Banker&lt;/a&gt; covered the US-Mexico corridor angle in depth. &lt;a href="https://www.paymentsjournal.com/cross-border-payments-are-heading-for-rural-mexico/" rel="noopener noreferrer"&gt;PaymentsJournal&lt;/a&gt; explored the cross-border payments dimension. &lt;a href="https://www.finextra.com/newsarticle/44522/new-us-mexico-payments-pathway-will-tap-rural-community-banks" rel="noopener noreferrer"&gt;Finextra&lt;/a&gt; focused on the community banking angle. &lt;a href="https://thepaypers.com/payments/news/peoples-clearinghouse-partners-with-interledger-foundation" rel="noopener noreferrer"&gt;The Paypers&lt;/a&gt; covered the ILF partnership announcement. &lt;a href="https://ffnews.com/newsarticle/paytech/peoples-clearinghouse-and-interledger-foundation-launch-digital-infrastructure-project/" rel="noopener noreferrer"&gt;Fintech Finance News&lt;/a&gt; and &lt;a href="https://www.citybiz.co/article/584600/peoples-clearinghouse-and-interledger-foundation-break-ground-on-new-payments-pathways-between-the-usa-and-mexico/" rel="noopener noreferrer"&gt;Citybiz&lt;/a&gt; reported on the project's launch. &lt;a href="https://www.theglobaltreasurer.com/2024/08/05/us-mexico-remittances-initiative-empowers-mexican-rural-banks/" rel="noopener noreferrer"&gt;The Global Treasurer&lt;/a&gt; covered the remittances angle, and &lt;a href="https://financialit.net/news/payments/new-usa-mexico-payment-pathway-launched-peoples-clearinghouse-interledger-foundation" rel="noopener noreferrer"&gt;Financial IT&lt;/a&gt; also published pieces on the project.&lt;br&gt;
PCH has deliberately kept a relatively low public profile in Mexico itself while the Central Bank authorization process is ongoing: a deliberate choice to ensure the regulatory conversation remains fluid and direct, without external noise. Once authorized, that changes.&lt;/p&gt;

&lt;h3&gt;
  
  
  "The People's Code", a documentary film
&lt;/h3&gt;

&lt;p&gt;In September 2025, a documentary film about PCH premiered at Cine Tonalá in Mexico City: The People's Code, produced independently by a Mexican production company with Interledger support.&lt;br&gt;
The film matters for reasons that go beyond press coverage. A project like PCH lives at the intersection of social history, economic theory, indigenous communities, open-source software, and financial regulation: a combination that is almost impossible to communicate in a press release or a conference slide. The documentary does something different: it shows what this work actually looks like from the inside. It shows Isabel Cruz and AMUCSS' community bankers in the field, their relationships with communities that have been organizing their own finances for decades without external validation. It shows the developers in Oaxaca: young people from indigenous regions building fintech infrastructure that most of the global financial world has never heard of. It shows the farmers and artisans who are the reason any of this matters. And it shows the friction, the uncertainty, and the slow accumulation of trust that a project of this kind actually requires.&lt;br&gt;
We believe that a social-technological project that cannot explain itself in human terms is a project with a communication problem and possibly a mission problem. The People's Code is our evidence that PCH has neither. It is a record of the "behind the cameras" of building technology for a purpose, and of the communities that gave us the reason to build it.&lt;/p&gt;

&lt;h3&gt;
  
  
  "The Missing Link": academic paper on remittances and development
&lt;/h3&gt;

&lt;p&gt;In September 2025, PCH co-authored a major academic and policy paper alongside Raúl Hinojosa-Ojeda (UCLA), Isabel Cruz Hernández (AMUCSS), and Yvonne Su (Oxford): The Missing Link: Remittances &amp;amp; Socially Trusted Financial Intermediation as Key Elements for Addressing Root Causes of Migration.&lt;br&gt;
The paper makes a rigorous empirical case for something PCH has always argued intuitively: that cash remittances, in the absence of proper financial intermediation, do not foster regional development: they often undermine it. Drawing on data from Mexico, Guatemala, El Salvador, and Honduras, the authors document what they call the "vicious cycle of remittances": cash inflows into communities without productive infrastructure cause localized inflation, reduce competitiveness, and paradoxically deepen economic dependence on migration. Remittances growing at 165% in Mexico over the past decade (now exceeding $60 billion annually, far outpacing foreign direct investment) while rural communities remain structurally underdeveloped is not a paradox. It is a predictable consequence of the wrong delivery model.&lt;br&gt;
The paper then describes the "virtuous cycle": what happens when remittances arrive into community-owned financial institutions that can convert them into savings, credit, and local investment. Employment grows. Productive projects are funded. Economic dependence on migration decreases. The authors document that this model already exists, partially, in the network of savings cooperatives and community banks that AMUCSS and its peers have been building for four decades. What has been missing is the fintech infrastructure to make it work at scale, which is exactly what PCH is building.&lt;br&gt;
The paper closes with six concrete policy recommendations across regulatory, technological, and social dimensions, and includes a textbox specifically describing PCH and the Interledger Protocol as a working implementation of the virtuous cycle framework.&lt;br&gt;
The paper was distributed as a designed, printed booklet at fintech events in Mexico and India, reaching several hundreds of practitioners, policymakers, and researchers. It was also published digitally and shared through ILF channels. It is, we believe, the most complete intellectual articulation of why PCH exists, and one that places it within a broader conversation about migration policy, development finance, and the responsibilities of technological innovation.&lt;/p&gt;

&lt;h3&gt;
  
  
  Broader outreach: Toronto, India, and beyond
&lt;/h3&gt;

&lt;p&gt;Communications and marketing, for a project like PCH, are never just about getting our name in the press. They are also about listening to other regions, other systems, other approaches to problems that look like ours from a distance and turn out, up close, to be both different and illuminating.&lt;br&gt;
The panel at the Payments Canada Summit in Toronto was a case in point: speaking to practitioners from one of the world's most regulated and sophisticated payment ecosystems about why fintech infrastructure for isolated areas matters for countries generated conversations we wouldn't have had otherwise about regulatory philosophy, about what "inclusion" means to people who design systems from the top down rather than from the community up, and about the potential of the US-Mexico corridor for the North American financial sector. Also, remittances are not a Mexican problem: the vicious cycle of cash remittances is a global pattern. And the policy recommendations that emerge from studying Mexico apply, with adaptation, to corridors across South and Southeast Asia, Sub-Saharan Africa, and Central America. Sharing PCH's work in those contexts has helped us understand which parts of our model are genuinely transferable and which are specific to Mexico's regulatory and social landscape.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Authorization and launch
&lt;/h3&gt;

&lt;p&gt;The most important milestone ahead is the one we've been working toward since January 2024: Central Bank authorization. The documentation package is complete, the software meets all regulatory requirements, and we expect to submit the final version to the Central Bank imminently. Our expectation is that PCH will be authorized and ready for commercial launch by the summer of 2026.&lt;/p&gt;

&lt;h3&gt;
  
  
  Cross-border operations: finding the right partners
&lt;/h3&gt;

&lt;p&gt;With the CNP production-ready and the Rafiki scheme complete, the cross-border layer of PCH is technically operational. What comes next is building the commercial and institutional relationships that will make it real. Starting this summer, we will be actively seeking new partners on the US side: financial institutions, money transmitters, and Rafiki-compatible wallets that want to participate in a genuinely different remittance model. We have been in contact with MiPlata, a fellow ILF grantee with a growing presence in the US-Mexico corridor, and see great potential in this collaboration, not as a commercial arrangement alone, but as a shared contribution to the communities both projects are committed to serving.&lt;/p&gt;

&lt;h3&gt;
  
  
  Commercial rollout: a fieldwork process
&lt;/h3&gt;

&lt;p&gt;Launching a digital payments platform is not the same as delivering it. The community banks and savings cooperatives that will join the PCH network are institutions with deep roots in the communities they serve, and many of those communities have had little or no exposure to digital financial tools. We cannot release an application, send a press announcement, and assume adoption will follow.&lt;br&gt;
What we are beginning instead is a much more deliberate process: conversations with the representatives of partner institutions, but also with community leaders, with the people who use those banks and cooperatives every day, and with the local organizations that have been building trust in those communities for decades. We are designing training strategies and community support models that account for the reality that someone receiving their first digital remittance may never have interacted with a financial app before. We are planning field visits, pilot programs, and feedback loops that will shape how the platform is introduced and how it evolves after introduction.&lt;/p&gt;

&lt;h3&gt;
  
  
  Offline payments
&lt;/h3&gt;

&lt;p&gt;A meaningful portion of the communities PCH aims to serve have unreliable or no internet access. We believe that digital financial inclusion in those communities requires a payments model that does not depend on a continuous connection, one in which transactions can be initiated and confirmed locally, then cleared to the network when connectivity is restored. We are committed to developing this capability, because without it, the platform's reach has a ceiling that we are not willing to accept.&lt;/p&gt;




&lt;h2&gt;
  
  
  Community Support
&lt;/h2&gt;

&lt;p&gt;We have been fortunate to build PCH surrounded by a community that has been generous with its time, expertise, and belief in what we are doing. We would like that community to continue growing, and there are specific areas where new collaborations could make a real difference.&lt;br&gt;
The most immediate need is on the cross-border side. If you are working in remittances, as a money transmitter, a Rafiki implementor, a wallet provider, or a fintech operating in the US-Mexico corridor or similar corridors, we want to talk. PCH's CNP is ready to connect to the right partners. MiPlata has been a promising point of contact, and we are eager to expand that circle. Every new Rafiki-compatible entity that connects to our network extends the reach of the platform directly into the communities waiting for it.&lt;br&gt;
Beyond remittances, we are always interested in connecting with organizations working on financial inclusion in rural and indigenous contexts, whether in Latin America or elsewhere. The problems PCH is solving are not unique to Mexico, and the solutions we are building are designed to be adaptable. If you see a parallel between your context and ours, we would genuinely like to hear from you.&lt;br&gt;
Finally: if you know policymakers, regulators, or researchers working on migration, development finance, or remittances policy who should know about The Missing Link paper and the model it describes, please share it. The academic and policy case for what PCH is doing needs to reach people who can act on it, not just people who already agree with it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Additional Comments
&lt;/h2&gt;

&lt;p&gt;We want to close this report with gratitude. The Interledger Foundation has been far more than a funder to PCH. The ILF team — its grant program team, its engineers, its communications colleagues — has been present at every stage of this journey: in Oaxaca, in Cape Town, in Cluj, in Pahuatlán, in Mexico City, and in countless calls across time zones in between. The patience, the technical depth, and the genuine care for the mission that characterize the ILF staff have made an enormous difference to what PCH became. We thank them sincerely.&lt;br&gt;
We also want to acknowledge the extraordinary network of people and organizations who contributed to this work in ways that don't appear in grant reports but are indispensable to how projects like this actually get built. The Mojaloop Foundation and its community, particularly those who gave generously of their time to support our work on the switch. ThitsaWorks, whose Mojaloop expertise was essential in the early phases. Fintecheando, whose knowledge of the Mexican fintech ecosystem and commitment to open-source collaboration was invaluable. Conecta, for their patience and expertise in walking us through SPEI. Sinefi's team, for embracing a new integration model in an environment where gRPC was entirely unfamiliar. The team at Breakpoint IT in Cluj, for twice hosting us with warmth and excellent coffee. And the many others (developers, advisors, community leaders, artisans, mezcaleros, and bank tellers) who shared their knowledge, their time, and their lives with us over these two years.&lt;br&gt;
Most of all: to the development team in Oaxaca, who built this. You know who you are, and you know what you did. The communities this platform will serve are lucky to have had you building for them. We are not done. We are just getting to a new stage.&lt;/p&gt;

</description>
      <category>finalreports</category>
    </item>
    <item>
      <title>Five Years After Being a Grantee: How Things Are Going for Me</title>
      <dc:creator>Radhy</dc:creator>
      <pubDate>Wed, 25 Mar 2026 23:02:19 +0000</pubDate>
      <link>https://community.interledger.org/radhyr/five-years-after-being-a-grantee-how-things-are-going-for-me-4mb8</link>
      <guid>https://community.interledger.org/radhyr/five-years-after-being-a-grantee-how-things-are-going-for-me-4mb8</guid>
      <description>&lt;p&gt;So I got email about upcoming newsletter so I reckon I'd write some updates regarding my journey as a grantee from 2021.&lt;/p&gt;

&lt;h2&gt;
  
  
  A word about my project
&lt;/h2&gt;

&lt;p&gt;First things first, the grant funded project that I was working on, ProgNovel, was officially dead - though not simply. Shortly after Coil discontinued in 2023, I put my project on hiatus and put development on hold due to many reasons. I had few inquiries about the project but the adoption rate was abysmal so the hiatus decision wasn't so damaging. &lt;/p&gt;

&lt;p&gt;At that time one of the main reason for my hiatus was a technical one. One Javascript framework, Astro, was rising at the time and it has things that my project was all about. So I explore and dabble some projects with it and see if I can learn one thing or two. It was so good and as the exploration went on, some things came to my mind thinking about my hiatus project: "well, it's cooked now" or "what's the point continuing if this framework has it all". Fast forward to 2026 I thought it again and realized that it was really cooked from the start. Seeing the technical prowess and inovation that Astro team has (that led them acquired by Cloudflare) left me no room to compete with them.&lt;/p&gt;

&lt;p&gt;The project ProgNovel went hiatus in 2023, it was never returned, archived in 2024.&lt;/p&gt;

&lt;h2&gt;
  
  
  What comes after that
&lt;/h2&gt;

&lt;p&gt;So during my exploration on Astro framework gave birth of a social media project that I named ProgForum - the prefix Prog because it was a spritual successor for my archived project ProgNovel. I didn't choose to build novel platform again and pick a social media because the previous experience wasn't going well for me, a decision that proved quite right since now that community was filled with industrialized AI generated slop content that even prominent creators had since "pulled out" of the scene by cashing out and sold their platform to some Korean IT giants. The dead internet theory was so true in that community that beginners starting out creating content won't ever have chance to compete with contents pumping out of ChatGPT or Gemini. &lt;/p&gt;

&lt;p&gt;Anyway, back on ProgForum topic; this thing is built on Astro, the thing that made me gave up on my previous project. And one thing that so good about Astro is that it's an agnostic framework, meaning my years of learning of Svelte framework during building ProgNovel wasn't wasted - many codes even reused in the new project. While Astro had its own edge I had fun building a social media with it. Astro was a framework that was ahead of its time adopting next gen tech like View Transitions - the most fun I ever had working on a project. Seeing that one component seamlessly morphing into other component as the page transitions make me want to give a chef kiss every time.&lt;/p&gt;

&lt;p&gt;As a social media, ProgForum has two tightly knitted spaces - tweet feed à la Twitter where users can, well, tweet, and another one is a good old fashioned forum where people can discuss things at great length.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/PNSqAt2D3qeXDin5pxIhNyA1jqUf6dSD5DI8bncIxGk/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzU0MTBmMHdq/OHNzMnExeWdqdXlp/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/PNSqAt2D3qeXDin5pxIhNyA1jqUf6dSD5DI8bncIxGk/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzU0MTBmMHdq/OHNzMnExeWdqdXlp/LmpwZWc" alt="Screenshot of ProgForum feed" width="800" height="488"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There's a plan for Web Monetizaton in this: later on users can set payment pointer so they can stream revenue when people engaging with their tweets or forum post the made. It was pretty simple at that front. The real challange however come from another (that I thought pretty rad) freature that I'd like to call emoji clapping. It is a emoji "like" button like any other reactions button in other social media like Discord but instead of toggling a button you clap (like clapping mechanic in Medium website). So one user can give multiple emojies and claps on them multiple time because I thought sometimes one thumb up might not enough - sometimes you just want to slap multiple thumbs up, even thousands if you can (ignoring the fact that is's phyiscally imposible in real life), just so you can express how you enjoy tweets or contents people made. Now here's the Web Monetization comes into place: or rather, it has more to do with Interledger payment than Web Monetization API, as emoji claps can be used as "currency" to reward creators. There wasn't a solid final plan on how to do this but the general idea is that by the end of the month or so you can setup a tipping budget (either by subscription or one time payment) that split tips to creators based on how much you spend mouse clicks clapping emojies on them. Clap clap clap. Money money money.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/xqdFJ4olbGdI56JX1KXqB8oxDEK8gmG1cc9CscohbW4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tmZnJvY3Ux/cGQ3MzJhaW5wdmxl/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/xqdFJ4olbGdI56JX1KXqB8oxDEK8gmG1cc9CscohbW4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tmZnJvY3Ux/cGQ3MzJhaW5wdmxl/LnBuZw" alt=" " width="800" height="237"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;ProgForum started around 2024. Around 2 years in, it wasn't actively developed and I haven't picked it up since last year. The thing about Astro is that it is a Javascript framework. And the thing about Javascript is that it moves fast and break things even faster. One morning (let's call it morning because I don't remember the exact time) I just happen to chill and see - oh cool, a new update! Run the command to update dependencies and immediately starting to regret it. Not only it breaks the dev server, even after rolling back, the dev start command won't even start anymore. The error message I see wasn't helping much because the thing about shiny new toy in coding is that because it's new, there wasn't enough people to share their error problems and not much posts on the internet for me to fix my problem. I didn't know whether Astro framework, or Svelte, or Tailwind CSS v4, Drizzle, or Bun that gives the problem (all of them was quite new and or was in unstable version at the time because I fancy myself creating "next-gen" social platform), after amateurly diagnosing the problem myself and failed at it only to rage OS restart, the problem somehow went away on its own later on. I don't know which one that has the new update that fix the problem, but anyway I could still continue developing the project. However, despite some feature ready to test like emojis, tweets, and comments, and so on, the previous errors left me jaded and I felt like I don't want to give a chef kiss anymore.&lt;/p&gt;

&lt;p&gt;I didn't touch it again somewhere in 2025 because my focus went to another side project (a Javascript game) and some hackatons. The code is just sitting there, and since it was a project that I had the most fun and had the feature that I proud of (like emoji claps and the transition animation), I got a complicated feeling whenever I accidentally see the project folder. I'm not sure if I want to continue with it because after the fun and hype I had with it, I know now that building a social media was a huge undertaking. A short lived enthusiasm won't cut it. What I had now is still far away from being a proper, realiable social media to be used for people to enjoy. In short, I was burn out.&lt;/p&gt;

&lt;h2&gt;
  
  
  2026 - what now?
&lt;/h2&gt;

&lt;p&gt;While now I'm not actively developing anything related to the project from five years ago I occasionally checking out things on Interledger space, like the Interledger payment API, how things going with Web Monetization spec, and so on. I remember now I had few small projects that I share back a while ago that I forgot about until I write this. I even checking out Interledger blockchain-based rival, x402 initiated by Coinbase, though that one isn't exactly one-to-one rival to Interledger since the two focus on two different use case (Interledger focus being agnostic and inclusive while x402 focus on crypto and automated payment made for AI agents). Earlier this year one particular online hackaton that I participated in was memorable, since I create a freelancing platform with blockchain escrow via Solidity with it - something that I wish Interledger could do that too. &lt;/p&gt;

&lt;p&gt;As someone who live in a country that a credit card wasn't a mainstream I still thought Interledger (and x402 too) is cool and still want to use them in my future projects. (Unfortunately no ILP wallet available in my region at the moment).&lt;/p&gt;

</description>
      <category>blogging</category>
      <category>postgrant</category>
      <category>community</category>
    </item>
    <item>
      <title>Hackomania 2026</title>
      <dc:creator>Nicholas Loo</dc:creator>
      <pubDate>Thu, 19 Mar 2026 14:11:27 +0000</pubDate>
      <link>https://community.interledger.org/ardent10098/hackomania-2026-1e54</link>
      <guid>https://community.interledger.org/ardent10098/hackomania-2026-1e54</guid>
      <description>&lt;h2&gt;
  
  
  1. Introduce Your Team
&lt;/h2&gt;

&lt;p&gt;We are &lt;strong&gt;Team Punch the Monkey&lt;/strong&gt; — three DigiPen Singapore students who signed up for HackOMania 2026. I'm Nicholas, from the Real-Time Interactive Simulation (RTIS) programme. Benjamin is also from RTIS, and Shu Hng comes from Interactive Media &amp;amp; Game Development (IMGD). Although foreign, we covered the full stack between us and ventured into roles we had never tried.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/GZSa5UUwym3NXg7C05FXmnRFyc1DBTb-BM2dNq5KH1Y/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3QwODRrdzI1/ZjV0dXVsMmR4aWRv/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/GZSa5UUwym3NXg7C05FXmnRFyc1DBTb-BM2dNq5KH1Y/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3QwODRrdzI1/ZjV0dXVsMmR4aWRv/LnBuZw" alt=" " width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Winning moment — left to right: Timea Nagy, Benjamin, Nicholas, Shu Hng, and Ioana Chiorean.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Hackathon Experience
&lt;/h2&gt;

&lt;p&gt;HackOMania 2026 was a 24-hour sprint, carried across 2 days, and the Interledger Foundation's challenge brief was what drew us in: design a programmable, community-driven emergency fund using Open Payments to collect micro-contributions and disburse aid based on verified disaster triggers. Reading it felt like a genuine engineering puzzle, not a contrived hackathon prompt. The turning point came early from the pre-event when we dug into the Open Payments API and realized the grant negotiation and wallet settlement logic could handle both inbound contributions and automated outbound payouts natively. That unlocked the whole architecture in one shot and gave us clarity on what to do for our 24 hours building.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Our Hackathon Background
&lt;/h2&gt;

&lt;p&gt;This was our first hackathon for all three of us. We're students heading into internships soon, and there's something about a hackathon that feels like a rite of passage in computer science that we didn't want to skip. It's one of those experiences you hear about constantly, and we figured: if we're going to do it once before the next chapter starts, let's actually go for it. What surprised us was how different the pressure felt compared to coursework or even crunch on a game project. Every decision is permanent. You don't iterate; you discuss your ideas fast and move forward with resolve. That constraint turned out to be liberating.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. The Problem We Tackled
&lt;/h2&gt;

&lt;p&gt;When a disaster strikes, the people who need financial help fastest are usually the last to receive it. Traditional emergency funds are slow to mobilize, opaque in their rules, and rarely reach individuals directly. The Interledger Foundation's challenge asked: what if the fund were always funded, always on, and paid out automatically when conditions are verified — with no central authority making the call? That's the core of SafePool. Anyone can contribute before disasters happen, and when real-world disaster conditions are met, payouts flow automatically based on transparent, community-governed rules. Interledger's Open Payments protocol was the right foundation precisely because it's currency-agnostic and borderless. The protocol doesn't care where you are, which made a global fund actually feasible rather than aspirational.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Our Tech Solution
&lt;/h2&gt;

&lt;p&gt;SafePool is a single global emergency fund platform, built in 24 hours:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; Next.js 16 + React 18 + TypeScript, with an interactive 3D globe dashboard (&lt;code&gt;react-globe.gl&lt;/code&gt;) rendering live disaster events and contribution activity in real time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Backend/Database:&lt;/strong&gt; Supabase (Postgres) for transactional flows; ClickHouse (admittedly overkill for a hackathon project) for high-throughput real-time analytics&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Payments:&lt;/strong&gt; Interledger's Open Payments protocol for all contribution and payout rails — grant negotiation, wallet addressing, and cross-border settlement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Realtime Layer:&lt;/strong&gt; Server-Sent Events (SSE) streaming live activity to the globe&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Governance:&lt;/strong&gt; Community proposal and voting system for transparent, on-chain-style payout rules&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The biggest architectural call was committing to a single global fund model rather than per-disaster pools. It simplified the contribution UX dramatically while preserving the rules for payout governance — you're always participating, not waiting for a specific disaster to fund. The trickiest part was handling the Open Payments grant flow for automated outgoing payouts, particularly managing grant expiry cleanly when a disaster trigger fires. We abstracted the payout trigger into a background polling service that checks disaster conditions and initiates payment grants automatically.&lt;/p&gt;

&lt;p&gt;And then, somewhere around 3 AM, we also added the monkey.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/W27X7vJnYBHSUYaRTQBXKpc0psb2WJuzkfYVCvHW5pQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2t0M3VnazVm/bGp1NTY1ZnIzbnhs/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/W27X7vJnYBHSUYaRTQBXKpc0psb2WJuzkfYVCvHW5pQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2t0M3VnazVm/bGp1NTY1ZnIzbnhs/LnBuZw" alt=" " width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Punch the Monkey — our 3 AM mascot making his globe debut.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  6. The Pitch
&lt;/h2&gt;

&lt;p&gt;We were nervous. We had a live demo, a 3D globe, and a 24-hour build behind us — and we'd only tested the full payment flow successfully a handful of times before walking up. But the moment the judges saw the monkey on the globe, the energy in the room shifted. That idea came out of a very tired 3 AM conversation. We needed something that would make people remember us, and give the demo a personality. It worked better than we expected. The judges enjoyed it, and it became the thing people mentioned when they talked about our project afterwards. Beyond the mascot, the feedback that mattered most was that SafePool felt like a real product concept, not just a protocol demo. Winning first place for the Interledger Foundation Challenge out of 15 teams as first-time hackathon participants is something we're still incredibly grateful for.&lt;/p&gt;




&lt;h2&gt;
  
  
  7. Mentorship
&lt;/h2&gt;

&lt;p&gt;We had the chance to consult with Timea Nagy, Ioana Chiorean, and Sid Vishnoi from the Interledger team throughout the 24 hours. Rather than just technical guidance, the conversations were more like product reviews. They pushed us to think about what we wanted SafePool to feel like in a real-world scenario, what the payout governance should prioritize, and how to use the Open Payments tooling in a way that served the user experience rather than just satisfying the integration checklist. That clarity helped us make faster decisions during the build and kept us from going down rabbit holes that wouldn't have made the final demo stronger. We're grateful they took the time to come down to this event, especially with other teams competing for their attention.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/v0KsYtOJ3aVCH8b4_A-xhdvdzvOTV3z3nPr3wXaklAY/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzNybjllNXk4/czlmaWh1dTJhd3Bj/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/v0KsYtOJ3aVCH8b4_A-xhdvdzvOTV3z3nPr3wXaklAY/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzNybjllNXk4/czlmaWh1dTJhd3Bj/LnBuZw" alt=" " width="800" height="442"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;With the Interledger mentors who helped shape SafePool — left to right: Team Punch the Monkey, Sid Vishnoi, Timea Nagy.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  8. What's Next
&lt;/h2&gt;

&lt;p&gt;SafePool is live at &lt;a href="https://safepool-two.vercel.app" rel="noopener noreferrer"&gt;safepool-two.vercel.app&lt;/a&gt; and open source at &lt;a href="https://github.com/struccomaker/safepool" rel="noopener noreferrer"&gt;github.com/struccomaker/safepool&lt;/a&gt;. As we head into our internships, the project is something we're genuinely proud to have shipped. The next meaningful step is moving off the testnet onto real Open Payments wallets and integrating more robust disaster oracle data so the trigger logic doesn't rely on a centralized source. If you're working on Open Payments, disaster relief infrastructure, or just want to hack on the governance layer, we'd love to hear from you.&lt;/p&gt;

&lt;p&gt;Reach out to us here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/nicholasloozexuan/" rel="noopener noreferrer"&gt;Nicholas Loo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/ho-shu-hng/" rel="noopener noreferrer"&gt;Ho Shu Hng&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.linkedin.com/in/benjamin-chaing/" rel="noopener noreferrer"&gt;Benjamin C.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/9kHFyARwQabyClZlnu56ybJp_Xb-b5BhF_lTifa2eIc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzl0MnFkdDZy/dDRyb3pzbWNieXBm/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/9kHFyARwQabyClZlnu56ybJp_Xb-b5BhF_lTifa2eIc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzl0MnFkdDZy/dDRyb3pzbWNieXBm/LnBuZw" alt=" " width="681" height="812"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>interledger</category>
      <category>interledgerfoundation</category>
      <category>community</category>
      <category>hackathon</category>
    </item>
    <item>
      <title>How to Share Your Hackathon Story</title>
      <dc:creator>Bibi</dc:creator>
      <pubDate>Tue, 17 Mar 2026 21:19:27 +0000</pubDate>
      <link>https://community.interledger.org/bibschan/how-to-share-your-hackathon-story-4j8b</link>
      <guid>https://community.interledger.org/bibschan/how-to-share-your-hackathon-story-4j8b</guid>
      <description>&lt;p&gt;Use this guide to shape your hackathon story, keeping in mind that this is a suggested format, not a requirement. Write as much or as little as feels natural, the goal is an authentic account of your experience.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Introduce your team
&lt;/h2&gt;

&lt;p&gt;Share your names, backgrounds, and what each person contributed. Help readers understand who you are before diving into what you built.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: Where are you from? What do you study or do professionally? How did you come together as a team?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; We are PayFlow — three developers who met during the Interledger Hackathon and immediately bonded over a shared frustration with how broken cross-border payments are for freelancers. Amara is a backend engineer from Lagos with five years of fintech experience. Priya is a full-stack developer based in Bangalore who has been building Web3 tooling for the past two years. And I'm Diego, a product engineer from São Paulo who spent three years at a remittance startup watching people lose money to fees on every single transaction.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;📷 &lt;strong&gt;Team photo&lt;/strong&gt; — A candid from the event works great. Add a caption with everyone's name.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Hackathon experience
&lt;/h2&gt;

&lt;p&gt;Reflect on the hackathon and the challenge you tackled -- what did you learn, and how did it shape your approach going in?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: Which resources stood out? Was there a moment that shifted how you thought about the challenge?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; The overall experience was more hands-on than we expected. The Open Payments API session was the turning point for us. Before that, we had been thinking about our problem in terms of traditional payment rails. Afterwards, we scrapped our original idea entirely and started over. &lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  3. Your hackathon background
&lt;/h2&gt;

&lt;p&gt;Give readers context about your experience with hackathons. Is this your first? Your tenth? What keeps you coming back?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: What do you enjoy about the format? What surprised you about this one specifically?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Amara and Priya are hackathon veterans. Between them, they've competed in over a dozen events. For me, this was my second. What makes hackathons different from regular sprint work is the permission to be reckless in the best possible way: you prototype things you'd never get sign-off for in a normal product cycle. What surprised us about this one was how much the mentorship changed the experience. &lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  4. The problem you tackled
&lt;/h2&gt;

&lt;p&gt;Lead with the "why." What issue did you set out to solve, and why does it matter? Then explain how Interledger technology made your solution possible.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: Who is affected by this problem? Why was Interledger the right tool?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; Freelancers in the Global South lose between 5% and 12% of every payment to international transfer fees — before taxes, before platform cuts. For someone earning $500 a month, that's money gone. We wanted to build something that made cross-border micropayments fast, cheap, and programmable. Interledger was the foundation: the protocol doesn't care about currency or geography, and the Open Payments standard gave us a clean API to build on top of rather than reinventing settlement logic from scratch.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  5. Your tech solution
&lt;/h2&gt;

&lt;p&gt;Walk readers through how your project works: the architecture, the stack, the key decisions, and any pivots along the way.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: What technologies did you use? What tradeoffs did you make? What would you do differently?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; PayFlow is a lightweight invoicing and payment layer built on top of the Open Payments API. A freelancer generates an invoice link in under 30 seconds; the client pays into an Interledger-compatible wallet; the freelancer receives a notification and the funds settle within seconds. We built the frontend in Next.js, used Rafiki as our local ILP node for testing, and integrated with a testnet wallet for the demo. The trickiest part was handling the grant negotiation flow cleanly in the UI — we ended up abstracting that into a single hook that other developers could reuse.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;🖼 &lt;strong&gt;Screenshots or demo visuals&lt;/strong&gt; — Add captions so readers know what they're looking at. A short demo clip or Loom works great here too.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. The pitch
&lt;/h2&gt;

&lt;p&gt;What was it like presenting to the judges and other participants? Be honest — vulnerability makes for great reading.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: Were you nervous? What questions came up? What did you learn from the feedback?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; We were nervous. We had 10 minutes and a live demo that we'd only tested successfully three times. One of the judges asked us how we'd handle regulatory compliance across different jurisdictions, and honestly, we didn't have a clean answer. But the question itself was clarifying. It told us exactly where the product needed to grow. The feedback from other teams after the presentation was just as valuable as the judges' comments.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  7. Mentorship
&lt;/h2&gt;

&lt;p&gt;Reflect on your interactions with mentors from Interledger and beyond. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: Was there a conversation that shifted your direction? What's one insight you're still thinking about?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; We had a session with one of the Interledger mentors on day two that saved us probably six hours of debugging. We'd been fighting with the incoming payment polling logic, and within 20 minutes he spotted that we were misreading the grant expiry behavior in the spec. Beyond the technical help, something he said stuck with us: "Don't build for the protocol. Build for the person who will never know the protocol exists." That became our north star for the rest of the hackathon.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  8. What's next?
&lt;/h2&gt;

&lt;p&gt;Are you continuing to develop your solution? Share your next steps or what you're taking with you even if the project pauses.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Prompts: What would v2 look like? Are you pursuing partners, funding, or open source contributors?&lt;/em&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt; We're continuing. The plan for the next 90 days is to move off the testnet and onboard five real freelancers as beta users — people in our own networks who are already dealing with this problem. We are exploring whether there's a path to building PayFlow as an open source tool that other developers can deploy for their own communities. If you're building on Open Payments and want to collaborate, we'd love to hear from you.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;🏆 &lt;strong&gt;Closing photo — team with prize&lt;/strong&gt; — End on a high note, celebrate the win! &lt;/p&gt;




&lt;p&gt;The Interledger Hackathon Team &lt;/p&gt;

</description>
      <category>community</category>
      <category>hackathon</category>
    </item>
    <item>
      <title>Break the Pattern: IWD Medellín 2026</title>
      <dc:creator>Marian Villa 🇨🇴</dc:creator>
      <pubDate>Tue, 17 Mar 2026 14:40:56 +0000</pubDate>
      <link>https://community.interledger.org/marianvilla/break-the-pattern-iwd-medellin-2026-4jpe</link>
      <guid>https://community.interledger.org/marianvilla/break-the-pattern-iwd-medellin-2026-4jpe</guid>
      <description>&lt;p&gt;There’s something we’re still not saying enough in tech:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;The system works exactly as it was designed.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And if we want to change what we’re seeing, participating in the system isn’t enough.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;We have to rewrite it.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/7iPBNWz8OT4yLXDX-6aEOrpxZt_z128UT2VCAmUWbhs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL296OWQ2eG0w/d3dlb2xqenEzMHhh/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/7iPBNWz8OT4yLXDX-6aEOrpxZt_z128UT2VCAmUWbhs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL296OWQ2eG0w/d3dlb2xqenEzMHhh/LnBuZw" alt="Agenda" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Medellín: a fork in the system
&lt;/h2&gt;

&lt;p&gt;IWD Medellín 2026 wasn’t just an event. It was a fork.&lt;br&gt;&lt;br&gt;
A moment where we chose not to follow the default flow.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/AM_dobgKeJLa45JTHARHzZJF_ghIKUP7qR96MO0NolU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2x2czJieXU2/bzUzMXY1bGdvM2hn/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/AM_dobgKeJLa45JTHARHzZJF_ghIKUP7qR96MO0NolU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2x2czJieXU2/bzUzMXY1bGdvM2hn/LmpwZw" alt="Communities IWD 2026" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Communities that usually operate in parallel decided to synchronize:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.pionerasdev.org/" rel="noopener noreferrer"&gt;PionerasDev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://geekgirlslatam.org/" rel="noopener noreferrer"&gt;Geek Girls LatAm  &lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.pyladies.co/" rel="noopener noreferrer"&gt;PyLadies&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.instagram.com/datasciencefem/" rel="noopener noreferrer"&gt;Data Science Fem&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.techcommunitycol.com/" rel="noopener noreferrer"&gt;Tech Community&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.caribedev.org/" rel="noopener noreferrer"&gt;CaribeDev&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To build something together:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resilient. Coordinated. Purpose-driven.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What we talked about
&lt;/h2&gt;

&lt;p&gt;⚡ &lt;strong&gt;Technology as a tool for emancipation&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/-cji58JRNAJAg6BtSfCsPbps7o-0iBS4Dxul_T11h4M/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzdkcTdreXls/aWx1MDNyZ2VxaDZh/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/-cji58JRNAJAg6BtSfCsPbps7o-0iBS4Dxul_T11h4M/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzdkcTdreXls/aWx1MDNyZ2VxaDZh/LmpwZw" alt="La tecnología como herramienta de emancipación de la mujer" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Using tech not just to optimize processes, but to redistribute power.&lt;/p&gt;




&lt;p&gt;⚡ &lt;strong&gt;Web + AI in production&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Tg-FRZVQRRnp-JWZk8p-_392am5E8UWlGlJh2cvfhkM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzM1dWdvdDk0/cjgzcjQ3cGxtaGRv/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Tg-FRZVQRRnp-JWZk8p-_392am5E8UWlGlJh2cvfhkM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzM1dWdvdDk0/cjgzcjQ3cGxtaGRv/LmpwZw" alt="¿Cómo monetizo mi contenido?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The question is no longer &lt;em&gt;“how do I build?”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;It’s:  &lt;em&gt;how do I capture value in a system that’s already running?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The web has changed.  If you don’t understand that, you’re building for a past that no longer exists.&lt;/p&gt;




&lt;p&gt;⚡ &lt;strong&gt;AI in DevTools&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/BhKkuHB4LzHNr5pAaaACwKY1K4aO4UCcf0g3I0KQCY4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzlydmh1d3l6/a2JxbTY1ajExdzMw/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/BhKkuHB4LzHNr5pAaaACwKY1K4aO4UCcf0g3I0KQCY4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzlydmh1d3l6/a2JxbTY1ajExdzMw/LmpwZw" alt="Chrome DevTools con IA" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Friction in development is shifting.&lt;/li&gt;
&lt;li&gt;Debugging is no longer just reading logs.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s interacting with systems that understand context. That changes how we learn, iterate, and think about code.&lt;/p&gt;




&lt;p&gt;⚡ &lt;strong&gt;Multi-agent systems (ADK)&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/EfY-fT5bUoM2T2BTl77nufVTJ51pk1wAt-eQtpiFuPc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzZ5NXE1Zm55/YjB1cDQzbzYxaXVn/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/EfY-fT5bUoM2T2BTl77nufVTJ51pk1wAt-eQtpiFuPc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzZ5NXE1Zm55/YjB1cDQzbzYxaXVn/LmpwZw" alt="nultiadente con Google ADK" width="800" height="600"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;We’re moving from applications to ecosystems of decisions.&lt;/li&gt;
&lt;li&gt;Multiple agents that collaborate, negotiate, and execute.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This isn’t just technical.  It’s a paradigm shift.&lt;/p&gt;




&lt;p&gt;⚡ &lt;strong&gt;AI in HealthTech&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This is where it gets real.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/USEwMjJ-JUeOZg_3yLuf-iuX1oTp2j9T3LpGuUTYJ4g/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3ltc2g3bTJt/ejgwcDFvYWR2ajBu/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/USEwMjJ-JUeOZg_3yLuf-iuX1oTp2j9T3LpGuUTYJ4g/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3ltc2g3bTJt/ejgwcDFvYWR2ajBu/LmpwZw" alt="Al models in HealthTech" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When AI enters healthcare, errors stop being bugs.  They become consequences.&lt;/p&gt;




&lt;h2&gt;
  
  
  Break the Pattern (for real)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/IszkQjOEGg0zRHfEvj0NQ6ji1T6mMMd9hzmFgsNCfSo/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tic2Rqd2dq/Nno3bGJsM2pzeHl3/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/IszkQjOEGg0zRHfEvj0NQ6ji1T6mMMd9hzmFgsNCfSo/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2tic2Rqd2dq/Nno3bGJsM2pzeHl3/LnBuZw" alt="Break the pattern IWD 2026" width="800" height="705"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this amazing celebration:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People showed up.
&lt;/li&gt;
&lt;li&gt;Speakers shared.
&lt;/li&gt;
&lt;li&gt;Communities collaborated.
&lt;/li&gt;
&lt;li&gt;Ideas emerged.
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;Break the Pattern isn’t an event. It’s what we do next.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Want to keep building with us?
&lt;/h3&gt;

&lt;p&gt;If you're exploring how to design more open, inclusive, and interoperable systems, come join the conversation: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;👉 Join the Interledger community: &lt;a href="https://interledger.org/community" rel="noopener noreferrer"&gt;https://interledger.org/community&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;👉 Connect with builders around the world: &lt;a href="http://bit.ly/ilfslackcommunity" rel="noopener noreferrer"&gt;http://bit.ly/ilfslackcommunity&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>community</category>
      <category>interledger</category>
      <category>devrel</category>
      <category>events</category>
    </item>
    <item>
      <title>UCT Financial Innovation Hub — ILF Grant Final Report</title>
      <dc:creator>Allan Davids</dc:creator>
      <pubDate>Mon, 16 Mar 2026 15:45:40 +0000</pubDate>
      <link>https://community.interledger.org/allan/uct-financial-innovation-hub-ilf-grant-final-report-11f1</link>
      <guid>https://community.interledger.org/allan/uct-financial-innovation-hub-ilf-grant-final-report-11f1</guid>
      <description>&lt;p&gt;&lt;a href="https://community.interledger.org/images/Vq551pjIMDoNypvvnrQpqYVXXPC5OhyRD8uAolbXno0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzQ3OGFoZHgy/ODZwZzh4bHR5Zjdj/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Vq551pjIMDoNypvvnrQpqYVXXPC5OhyRD8uAolbXno0/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzQ3OGFoZHgy/ODZwZzh4bHR5Zjdj/LmpwZw" alt="The team" width="" height=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Brief Project Description
&lt;/h2&gt;

&lt;p&gt;At the Financial Innovation Hub. our focus is on providing world-class education in financial technology to students at the University of Cape Town. Through our partnership with Interledger, we are developing and implementing an open payments curriculum for students. Outside of UCT, we are also working to expand Interledger's reach among students in South Africa and at other universities through workshops, bootcamps, and hackathons. You can find our initial progress report, &lt;a href="https://community.interledger.org/allan/uct-financial-innovation-hub-ilf-grant-progress-report-212o"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;h3&gt;
  
  
  MPhil Class of 2025 and Scholarships
&lt;/h3&gt;

&lt;p&gt;We concluded another successful year for our MPhil class. We had a really vibrant class this year and many standout moments. My favourite one involves the class project that our 2025 class took on, developing a solution called &lt;em&gt;Nkadime&lt;/em&gt;, a decentralised micro-lending platform leveraging Open Banking APIs, alternative credit scoring, and XRPL smart contracts. Here I am with the class of 2025.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/G5mjHfkUFEjkLjYts0X3jxg8QNyYzssv9ahFrk0G4MQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzF1endsc21y/c3MwNmZveDVhYzhl/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/G5mjHfkUFEjkLjYts0X3jxg8QNyYzssv9ahFrk0G4MQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzF1endsc21y/c3MwNmZveDVhYzhl/LmpwZWc" alt="Class of 2025" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With the support of Interledger we were able to provide scholarships to 7 students this year! &lt;a href="https://www.linkedin.com/posts/uct-financial-innovation-hub_openpayments-fintech-interledger-activity-7315674907416117248-WOl2?utm_source=share&amp;amp;utm_medium=member_desktop&amp;amp;rcm=ACoAABThUmEBK5obHXMaf9mTvfNYSycrYhJLQrk" rel="noopener noreferrer"&gt;Here&lt;/a&gt; are some of our bursary recipients talking about their future aspirations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Open Payments Workshop and Hackathon
&lt;/h3&gt;

&lt;p&gt;This year, we ran our second iteration of the UCT / Interledger Open Payments Bootcamp and Hackathon, where we introduce students to Open Payments over 5 days during the mid-year break and challenge them to develop a fully functional application at a full-day hackathon. This year’s iteration had many highlights, including&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Increasing the number of students who attended from 40 to 70&lt;/li&gt;
&lt;li&gt;Increasing representation of students to having students from 4 different universities attending&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here is a post-hackathon photo with everyone.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/gwAAtclSKw6DVehJy8zmPR7gELALYHA_ZzvaTX0Ss40/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzhyMWp4anZ5/NDEyejlyMmhieWhx/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/gwAAtclSKw6DVehJy8zmPR7gELALYHA_ZzvaTX0Ss40/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzhyMWp4anZ5/NDEyejlyMmhieWhx/LmpwZWc" alt="Hackathon" width="800" height="583"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This hackathon is a formative moment for the students, as it represents the first experience of a hackathon for most attendees. This year’s winning solution, Direla, used open payments to turn smartphones into a POS terminal, allowing merchants to accept payments via NFC, QR codes, and WhatsApp aliases. Dylan, a member of Direla and Interledger Bursary Recipient, did a &lt;a href="https://community.interledger.org/dyxta/direla-winners-ilf-x-finhub-25-5a7o"&gt;blog post&lt;/a&gt; on the forum about his experience. Here is also a photo of the winning team with Raul and I.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/VBvM8BfXSLx_oMIA0kZ5rN4zv8QUsD6tTT9o54kOT20/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzl5NnNsYXY3/NG56dWI2N2RpaTVw/LndlYnA" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/VBvM8BfXSLx_oMIA0kZ5rN4zv8QUsD6tTT9o54kOT20/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzl5NnNsYXY3/NG56dWI2N2RpaTVw/LndlYnA" alt="Hackathon winners" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you haven't seen it already, &lt;a href="https://www.youtube.com/watch?v=drZfYz7Eafc" rel="noopener noreferrer"&gt;here&lt;/a&gt; is a great short video about the 2025 Hackathon.&lt;/p&gt;

&lt;h3&gt;
  
  
  Women in Tech Campaign
&lt;/h3&gt;

&lt;p&gt;We all know that the financial services and technology sectors have historically been under-representative of women. As a result, empowering women to be successful in the FinTech space is something very important to us. Under the guidance of Lindi, our Hub Manager, this year, we wanted to showcase and tell the stories of women doing amazing things in Tech. This led to the “Women Stories in Tech” campaign we ran around Women’s Day. In this series, we featured seven interviews with inspiring women working in tech. We ran the campaign on LinkedIn, and the interviews are available on our YouTube channel, &lt;a href="https://youtube.com/playlist?list=PL45F996eU5pCbR4_kQUrV_sFHBZER52A6&amp;amp;si=H4IrwHV_SObgrMDs" rel="noopener noreferrer"&gt;here&lt;/a&gt;. We kicked off the campaign speaking to the ILF's own Matseliso Thabane! &lt;/p&gt;

&lt;h3&gt;
  
  
  Practitioner seminars
&lt;/h3&gt;

&lt;p&gt;An important part of our degree programme are our practitioner seminars, where we invite people doing amazing things in the FinTech space to give a talk to our students telling them about their work and sharing their experiences and life lessons from working in the space. These sessions are tremendously insightfull for our students and help to connect them to what is happening in the FinTech space. This year we were delighted to host 10 practitioner seminars, roughly one a month for the academic calendar. Some of our notable speakers included: Brenton Naicker, Principal &amp;amp; Head of Growth at CVVC, Mark McChlery, Co-founder and Chief Data &amp;amp; Analytics Officer at PayJustNow, the largest Buy-Now-Pay-Later (BNPL) company in South Africa and Thomas Brennan: CEO &amp;amp; Co-founder at Franc (who won SA FinTec of the Year at the recent SA FinTech awards), a savings and investment app, aimed at increasing financial inclusion through reducing the barriers to saving and investment. Here is Brenton delivering his practitioner seminar.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/eUuTkyEH5__GhKwNR7Vcd6yTeiUyr6Jp8VS98LuvK7k/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2xpcXZudHRk/N3pld293NTl6bng3/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/eUuTkyEH5__GhKwNR7Vcd6yTeiUyr6Jp8VS98LuvK7k/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2xpcXZudHRk/N3pld293NTl6bng3/LmpwZw" alt="CVVC" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Some areas where we fell short and lessons learned
&lt;/h2&gt;

&lt;p&gt;Despite these success, we also had some goals we didn't achieve and learnt some important lessons in the process. &lt;/p&gt;

&lt;p&gt;The major being the fact that we wanted to be successful in putting out more academic research on payments. To enable this, we hired a research fellow, but she could only work on a part-time basis and that slowed us down a bit. That being said, we did manage to produce one paper exploring the current payment system reforms in South Africa and it's implications for financial inclusion.&lt;/p&gt;

&lt;p&gt;Another important lesson for us what that as your ambitions grow, so should your team. We are a lean team, currently with only 5 members. We felt that this year given the increasing scope of our work and started to hit a resource constraint relative to our time vs our ambitions. We'll be growing the team next year to help us scale!&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Impact &amp;amp; Target Audience(s)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Scholarships
&lt;/h3&gt;

&lt;p&gt;Darryl Nyamayaro and Siphiwe Bogatsu, both Interledger scholarship recipients in 2024, have been making waves with their startup iDini, a platform which helps people manage their insurance policies. This is an important use case in South Africa where the average household has three to five policies and where the policy lapse rate is 55%. This means that for many people, a single missed payment renders their policy null and void. iDini helps people manage their policies and keep their insurance.&lt;/p&gt;

&lt;h3&gt;
  
  
  Hackathons and student innovation
&lt;/h3&gt;

&lt;p&gt;Continuing with Darryl and Siphiwe's story, not only were both of them Interledger scholarship recipients, but they also won the 2024 UCT/Interledger Hackathon for iDini. Here is a photo of Siphiwe, Darryl and the rest of the iDini team from our most recent student start-up pitch night.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/-C57GQiA66l7MjkY6CDptrjf-X9zSuNvHxFbZ3N0Hf8/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL20xbWFhOHdx/MGw1azRpYXl4Mmo2/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/-C57GQiA66l7MjkY6CDptrjf-X9zSuNvHxFbZ3N0Hf8/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL20xbWFhOHdx/MGw1azRpYXl4Mmo2/LmpwZWc" alt="iDini" width="800" height="532"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We've seen a similar success story in 2025. The 2025 winning team (containing two Interledger scholarship recipients) have continued to develop their hackathon-winning idea, Direla, and have gone on to recently take 2nd place at the Africa Tech Week MCP Hackathon. They are now in the early fundraising phase as they look to develop a full MVP.&lt;/p&gt;

&lt;p&gt;Many of the other Interledger scholarship recipient for 2025 have also been pursuing start-up ventures. Keba and Victor, are developing ProcureLink, a blockchain procurement system that ensures tamper-proof records, transparent bidding, and automated contract management and Marc is developing CaseCleared,a legal finance platform that tokenizes pending invoices and settlements, giving law firms and expert witnesses faster access to cash. Here is a photo of Keba and Victor from our most recent pitch-night ...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/s_Wz0Xalg0SivF0k6MSccaBU_vmQojOGu_NPTZt1VFQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2VqcnFydGt2/dXNsMDNvNGNjemc1/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/s_Wz0Xalg0SivF0k6MSccaBU_vmQojOGu_NPTZt1VFQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2VqcnFydGt2/dXNsMDNvNGNjemc1/LmpwZWc" alt="Procurelink" width="800" height="532"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;... and another of Marc, pitching CaseCleared to the audience.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/7EyAzEYfBkZwxn56SbrXiPXK0tRaqPlWEGOdCYb0ev4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2IxODI5dXRn/eGQ1aWhiODk4bzhy/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/7EyAzEYfBkZwxn56SbrXiPXK0tRaqPlWEGOdCYb0ev4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2IxODI5dXRn/eGQ1aWhiODk4bzhy/LmpwZWc" alt="CaseCleared" width="800" height="532"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Arguably, the biggest success we've had comes from Gregory Andrews, another one of our students, who has had tremendous success with his start-up, Tata iMali, which provides low-cost point of sale (POS) machines to vendors. Tata iMali was named of one of the FinTech Startups to watch in South Africa by TechCabal and Greg successfully raised seed funding from no other than Interledger's own Stefan Thomas as an angel investor.&lt;/p&gt;

&lt;p&gt;These stories highlight the vibrancy of innovation at the Hub, the critical role of the hackathon as the idea bed for many startups,, and the quality of these ideas, despite the young age of the founders, all of whom are students. Most importantly, all of this would not be possible without the Interledger scholarships for our students, many of whom would otherwise not be able to afford the costs of tuition.&lt;/p&gt;

&lt;p&gt;We look forward to building on this success into 2026!&lt;/p&gt;

&lt;h3&gt;
  
  
  Representation in our degree
&lt;/h3&gt;

&lt;p&gt;We've always taken pride in the extent of representation in our students, with 51% of the students we've so far admitted into the degree across the 8 years of its inception being women, an especially marginalized group in the FinTech. Despite our best efforts, the share of women in our degree fell to less than 25% last year. &lt;/p&gt;

&lt;p&gt;To address this, we did several things, most notably&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sponsoring and working closely with the Women in Computer Science (WiCS) student society at UCT to increase our visibility with women on campus &lt;/li&gt;
&lt;li&gt;Undertook a Women in Tech campaign (details in the previous section)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Given these efforts, I'm proud to say that we've more than double the representation of women in our class of 2026, with women making up 50% of the cohort! &lt;/p&gt;

&lt;h3&gt;
  
  
  Recognition for our work
&lt;/h3&gt;

&lt;p&gt;In November, we had the great honour of winning an award for Enchancing Financial Inclusion for the Hub's work in conjunction with the ILF. This award affirms the vital role universities play in advancing inclusive financial innovation through nurturing and empowering young people to build the technologies that will power the financial system of the future: one that is open, inclusive and shaped by the needs of the communities it serves.&lt;/p&gt;

&lt;p&gt;Here is a photo of Lindi receiving the award on stage ...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/uFFMFaFCKJLQhxxwmBzR-LhWFeez0lpZh4b4mA_5kiM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzR6aXY5dW5r/MTV0eWYwbWRkNmRl/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/uFFMFaFCKJLQhxxwmBzR-LhWFeez0lpZh4b4mA_5kiM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzR6aXY5dW5r/MTV0eWYwbWRkNmRl/LmpwZWc" alt="Lindi winning the award" width="800" height="611"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;... and another of Lindi and Greg (who was also at the awards, having been a nominee in a different category himself - once again showcasing the talent of our students!)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/0T4q1U1WQJ9qVcyAAmaRjCAocXnBqvL2XrFoSuV7rHc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVjNDNycHh6/Zjh2MHB4Y24wOW5m/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/0T4q1U1WQJ9qVcyAAmaRjCAocXnBqvL2XrFoSuV7rHc/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVjNDNycHh6/Zjh2MHB4Y24wOW5m/LmpwZw" alt="Lindi and Greg celebrating the award" width="800" height="1202"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;p&gt;We’ve been fortunate to have had a lot of media coverage highlighting the work we’ve been doing at the Hub. &lt;/p&gt;

&lt;p&gt;This year, our hackathon received a lot of attention, including coverage on &lt;a href="https://www.msn.com/en-za/news/other/students-find-solutions-to-real-world-payment-challenges/ar-AA1IpJwP" rel="noopener noreferrer"&gt;MSN South Africa&lt;/a&gt; &lt;a href="https://www.bizcommunity.com/article/uct-financial-innovation-hub-hackathon-produces-promising-real-world-solutions-for-payment-challenges-923634a" rel="noopener noreferrer"&gt;BizCommunity&lt;/a&gt;, &lt;a href="https://fintechnews.africa/45550/fintech-south-africa/uct-interledger-hackathon-open-payments/" rel="noopener noreferrer"&gt;FinTech News Africa&lt;/a&gt;, &lt;a href="https://www.itweb.co.za/article/students-find-solutions-to-real-world-payment-challenges/KA3Ww7dzApyqrydZ" rel="noopener noreferrer"&gt;ITWeb&lt;/a&gt;, &lt;a href="https://lifestyleandtech.co.za/smart-money/article/2025-07-08/uct-financial-innovation-hub-hackathon-produces-promising-real-world-solutions-for-payment-challenges" rel="noopener noreferrer"&gt;Lifestyle and Tech&lt;/a&gt;, &lt;a href="https://siliconafrica.com/2025/07/12/cape-towns-finhub-unleashes-innovation-at-interledger/" rel="noopener noreferrer"&gt;Silicon Africa&lt;/a&gt; and &lt;a href="https://www.connectingafrica.com/skills-and-training/interledger-launches-50k-higher-education-grant-to-further-open-payments" rel="noopener noreferrer"&gt;Connecting Africa&lt;/a&gt;. Media analytics provided to us from a marketing firm told us that the combined media following our hackathon reached a staggering 545,000 people!&lt;/p&gt;

&lt;p&gt;We also did a lot of work to create more awareness about the NextGen Education Grant among South African universities. One example of this was an interview that Lindi did on ENCA, one of the largest news channels in South Africa. You can watch that &lt;a href="https://www.enca.com/videos/r950k-grants-offer-fintech-studies" rel="noopener noreferrer"&gt;here&lt;/a&gt;. We believe these efforts will see more South African universities become part of the ILF ecosystem going forward.&lt;/p&gt;

&lt;p&gt;Our students have also been in the news. Greg, who I mentioned earlier, has been making waves with his start-up, Tata iMali, and profiled in an article by &lt;a href="https://www.news.uct.ac.za/article/-2025-03-13-a-fintechs-purple-patch" rel="noopener noreferrer"&gt;UCT&lt;/a&gt;, and Tata iMali was named one of the &lt;a href="https://techcabal.com/2025/08/08/south-africas-fintech-startups-to-watch/" rel="noopener noreferrer"&gt;FinTech Startups to watch in South Africa by TechCabal&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Darryl and Siphiwe have been highlighted by &lt;a href="https://www.news.uct.ac.za/article/-2025-12-03-students-showcase-entrepreneurial-prowess-at-competition-finals" rel="noopener noreferrer"&gt;UCT&lt;/a&gt; for placing 7th (out of 200 student startups!) in the 2025 Entrepreneurship Development in Higher Education (EDHE) Entrepreneurship Intervarsity Competition!&lt;/p&gt;

&lt;p&gt;Finally, UCT also did two features on us this year,&lt;a href="https://commerce.uct.ac.za/articles/2025-06-30-students-sharpen-entrepreneurial-ambitions" rel="noopener noreferrer"&gt;one&lt;/a&gt; highlighting a pitch night we held for all of the student startups we are currently working to incubate at the Hub and another &lt;a href="https://www.news.uct.ac.za/article/-2025-12-12-ucts-financial-innovation-hub-recognised-for-advancing-financial-inclusion" rel="noopener noreferrer"&gt;more recent one&lt;/a&gt; profiling our successes this year.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Extended Hackathon reach
&lt;/h3&gt;

&lt;p&gt;The hackathon has quickly become one of our flagship initiatives with the Interledger Foundation, attracting over 110 student participants across its first two years. In 2025, we took the vital step of inviting students from other Western Cape universities, which significantly enriched the diversity of perspectives and ideas. In 2026, we will extend this momentum nationally by making the hackathon accessible to students from disadvantaged regions across South Africa.&lt;/p&gt;

&lt;h3&gt;
  
  
  New coursework
&lt;/h3&gt;

&lt;p&gt;Given the rapid rate at which technology is evolving, we will starting an extensive refresh of our academic programme over the next two years. Next year, we'll re-fresh one of our course &lt;em&gt;Digital Economics&lt;/em&gt;. The revised course will be structured around four broad themes: digital payments and interoperability, digital platforms and market structures, financial products, and artificial intelligence.&lt;br&gt;
By approaching digital payments, platforms, financial products, and AI through the lens of developing country realities, the course ensures that issues of equity and inclusion are placed at the centre of analysis. Over the coming years, this course will expose hundreds of UCT students to these debates, helping to build a pipeline of graduates able to engage critically with the design of digital financial systems in South Africa and beyond. A one-page brief outlining the structure of the course is included as an annexure.&lt;/p&gt;

&lt;h3&gt;
  
  
  Innovation that builds on Open Payments
&lt;/h3&gt;

&lt;p&gt;Several promising Interledger-based ideas emerged from the 2024 and 2025 student hackathons. These ideas, however, did not progress beyond the hackathon, mainly due to the lack of structured support and encouragement. &lt;/p&gt;

&lt;p&gt;Conversely, the Hub runs a successful nine-month pre-incubator programme, where we assist aspiring student entrepreneurs in developing their start-ups. Our start-ups have been highly successful in fundraising, having raised $1.48 million so far. &lt;/p&gt;

&lt;p&gt;Going forward, we want to work to combine these two worlds. We will work to incubate a start-up building on Interledger, ideally one from the hackathon itself, each year, and provide them with the business development and technical support (from our technical specialists) to grow their idea. The goal being to create a pipeline of student start-ups building on Interledger, who in the future would be eligible to apply for the digital financial services grants.&lt;/p&gt;

</description>
      <category>finalreports</category>
      <category>education</category>
      <category>grantreports</category>
    </item>
    <item>
      <title>Interledger Foundation Launches “Interledger on Campus” Mini-Grant Program to Support Student-Led Initiatives in Open Payments</title>
      <dc:creator>Julaire Hall</dc:creator>
      <pubDate>Mon, 16 Mar 2026 14:43:59 +0000</pubDate>
      <link>https://community.interledger.org/interledger/interledger-foundation-launches-interledger-on-campus-grant-program-to-support-student-led-2dkk</link>
      <guid>https://community.interledger.org/interledger/interledger-foundation-launches-interledger-on-campus-grant-program-to-support-student-led-2dkk</guid>
      <description>&lt;p&gt;&lt;em&gt;Up to USD $5,000 grants available to university student clubs exploring open payments, digital financial access, and financial health.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Interledger on Campus is a brand new mini-grant program designed to support student-led, club-level initiatives at accredited universities around the world. The program will award up to USD $5,000 in grant funding to student organizations exploring open payments, interoperability, digital financial access, and financial health through hands-on, peer-driven activities.&lt;/p&gt;

&lt;p&gt;Building on the Foundation’s &lt;a href="https://interledger.org/education" rel="noopener noreferrer"&gt;Interledger NextGen Higher Education&lt;/a&gt; program, the Interledger on Campus grant program places students at the center of innovation, empowering campus clubs to design and deliver engagement activities that bring open payment concepts to life.&lt;/p&gt;

&lt;p&gt;Chief Program Officer, Chris Lawrence, states that “student clubs are powerful engines for experimentation and leadership. Interledger on Campus is about giving students the resources and autonomy to explore how open, interoperable payment systems can expand access and inclusion, right where learning and innovation happen.”&lt;/p&gt;

&lt;p&gt;Applications will be accepted on a rolling basis from March 16 through July 31, 2026, with priority review for projects planning implementation for the first half of the year. Projects are expected to run for no longer than 3 months and must be student-led, with required institutional support for fund management and project oversight.&lt;/p&gt;

&lt;p&gt;Applicants will be required to submit a short application, including a two-page concept note, a budget and timeline document outlining key milestones, and an institutional letter of support from an accredited higher education institution confirming fund management and oversight.&lt;/p&gt;

&lt;p&gt;To learn more about this grant program, students can download the program factsheet and &lt;a href="https://drive.google.com/drive/folders/1rWZl5kuOUykSAemOiK-8bmiUujBfdqKo" rel="noopener noreferrer"&gt;view our resources&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Apply online at &lt;a href="https://submit.interledger.org/submit/351572/2026-interledger-on-campus-education-mini-grant" rel="noopener noreferrer"&gt;Submittable&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>announcements</category>
      <category>education</category>
      <category>interledger</category>
    </item>
    <item>
      <title>Future of Open Payments: Bridging Finance, Technology, and Law for Financial Inclusion — ILF Grant Progress Report</title>
      <dc:creator>Aleksandra Asscheman</dc:creator>
      <pubDate>Thu, 12 Mar 2026 22:59:02 +0000</pubDate>
      <link>https://community.interledger.org/aleksasscheman/future-of-open-payments-bridging-finance-technology-and-law-for-financial-inclusion-ilf-grant-4cee</link>
      <guid>https://community.interledger.org/aleksasscheman/future-of-open-payments-bridging-finance-technology-and-law-for-financial-inclusion-ilf-grant-4cee</guid>
      <description>&lt;h2&gt;
  
  
  Brief Project Description
&lt;/h2&gt;

&lt;p&gt;The Open Payments Innovation Lab (aka Future of Open Payments: Bridging Finance, Technology and Law for Financial Inclusion) is a 5-ECTS interdisciplinary lab at The Hague University of Applied Sciences where law and finance students design real-world solutions to global payment challenges using open payment technologies. Working in interdisciplinary teams, students address actual financial inclusion problems of their choice while learning about the Interledger Protocol and navigating economic and regulatory challenges. The lab features 8 weekly interactive workshops, followed by independent work on capstone projects with 3 coaching sessions for feedback. Students present their solutions to a panel of industry experts at a final pitch event.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;p&gt;The Open Payments Innovation Lab is now live and accepting student applications for our March 2026 launch. The response has been very good: within 4 days, we received 40 student registrations and the number is still growing. &lt;/p&gt;

&lt;p&gt;The course infrastructure is now operational. We have designed a dedicated website &lt;a href="http://www.openpaymentslab.com" rel="noopener noreferrer"&gt;www.openpaymentslab.com&lt;/a&gt;, which now serves as the central hub for course information and registration. The complete 12-week course structure has been finalized and published, including all session topics, capstone deliverable requirements, and evaluation criteria. Institutional approval for 5 ECTS extracurricular credits has been obtained, formalizing the lab as an official study component at The Hague University of Applied Sciences.&lt;/p&gt;

&lt;p&gt;Recruitment is ongoing through multiple channels. Student ambassadors from the LAW programme and ILSA student association promoted the lab through peer networks, which proved particularly effective. We reached program managers directly in International &amp;amp; European Law, International Financial Management &amp;amp; Control, and International Business, and distributed information through both the Blockchain minor and Tax, Banking and Financial Regulation minor. Students are registering from both law and finance backgrounds, creating the interdisciplinary mix the lab was designed for.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/b3aYKIjEN8LB6n9-K0p6xHMrhvaquWXSHaAWO5LIaNw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Q4cjhsNGxl/MGNlaHp2ZGYyNzRj/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/b3aYKIjEN8LB6n9-K0p6xHMrhvaquWXSHaAWO5LIaNw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2Q4cjhsNGxl/MGNlaHp2ZGYyNzRj/LmpwZw" alt="Aleksandra Asscheman with LAW students ambassadors promoting the Open Payments Innovation Lab" width="800" height="644"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Current work focuses on three priorities. First, finalizing learning materials for the eight weekly sessions, including a pre-course survey to establish baseline knowledge and running the workshops. Second, coordinating with external experts for (co-)leading different workshops. Third, planning the final pitch event and assembling the panel of experts to evaluate the final capstone projects and selecting the winner. The first introductory workshop will run on March 20, 2026.&lt;/p&gt;

&lt;p&gt;The challenges we have encountered so far have been related to internal processes. Embedding the Open Payments Innovation Lab into two existing minors, Blockchain and Tax, Banking and Financial Regulation, has proven more complicated due to the non-compulsory nature of this component and its interdisciplinary character which requires integration in the curricula of two different departments. Therefore, the decision has been made for this year to pilot the Open Payments Innovation Lab as an extra-curricular project and resume the discussion on embedding it into the curriculum upon successful completion of the pilot.&lt;/p&gt;

&lt;p&gt;One logistical challenge has been scheduling workshops at a time convenient for students coming from different programmes. Year 3-4 students are also known for working part-time on days free from compulsory classes, so finding appropriate times to retain attendance of students expressing interest is an ongoing effort. The solution we are considering is to run a poll at the first introductory workshop and schedule sessions at a time convenient for the majority of participants. We will take a more flexible approach with the coaching sessions, making individual appointments with teams.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Impact &amp;amp; Target Audience(s)
&lt;/h2&gt;

&lt;p&gt;The Open Payments Innovation Lab primarily serves Year 3-4 bachelor students enrolled in law and finance programs at The Hague University of Applied Sciences. The lab specifically targets students who lack coding backgrounds but seek to work at the intersection of finance, technology, and regulation.&lt;/p&gt;

&lt;p&gt;Current registrants include 70% women, reflecting strong participation from a group that has been historically underrepresented in technology and finance-related fields. The Hague University of Applied Sciences has a highly international student body representing over 125 nationalities, and the lab's recruitment through multiple programs (International &amp;amp; European Law, International Financial Management &amp;amp; Control, International Business) ensures participation from diverse cultural and ethnic backgrounds. &lt;/p&gt;

&lt;p&gt;This initiative supports the Interledger Foundation's mission in several key ways:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Educating students on the potential of ILP and open payment technologies&lt;/strong&gt;: The Open Payments Innovation Lab introduces the Interledger Protocol to students in finance and law curricula where open payment technologies are rarely addressed. Through eight weekly workshops, students learn how open payment technologies can provide financial access to underserved populations. These students will enter careers in regulatory agencies, financial institutions, and policy organizations equipped to understand and advocate for interoperable payment systems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Encouraging entrepreneurship and innovation&lt;/strong&gt;: The capstone project requirement ensures that all students design financial solutions that reduce barriers to financial access worldwide. Working in interdisciplinary teams, students will address concrete challenges and analyse legal and financial considerations of their proposed solutions. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Expanding the talent pipeline&lt;/strong&gt;: Open Payments Innovation Lab trains future regulators, compliance officers, policy advisors, and financial professionals who will shape regulatory frameworks, compliance standards, and institutional adoption decisions. By reaching non-technical students, we are expanding who gets to participate in conversations about the future of payments and ensuring that diverse perspectives inform the development of open payment systems.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Progress on Objectives, Key Activities
&lt;/h2&gt;

&lt;p&gt;Progress is reported against the three core objectives outlined in the original proposal:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 1: Integrating ILP and open payments into legal and financial education&lt;/strong&gt;&lt;br&gt;
The full 12-week course structure has been completed and published. All session topics, capstone deliverable requirements, and evaluation criteria are now available on the dedicated website &lt;a href="http://www.openpaymentslab.com" rel="noopener noreferrer"&gt;www.openpaymentslab.com&lt;/a&gt;. The course provides a holistic approach where students explore the technical architecture of open payments (ILP), payment economics, and regulatory challenges (PSD3, MiCA, AML/KYC, data protection), with sessions structured to integrate technical and regulatory perspectives throughout.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 2: Advancing financial inclusion through innovation&lt;/strong&gt;&lt;br&gt;
All capstone projects are required to address real-world financial inclusion challenges using ILP and open payment technologies. The capstone framework has been finalized with five core components: solution design, technical architecture, legal analysis, financial analysis and impact assessment. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Objective 3: Developing a talent pipeline in open payments&lt;/strong&gt;&lt;br&gt;
Within four days of opening registration (March 9-12, 2026), 40 students applied, exceeding our initial target of 24-30 students. A pre-course survey has been designed to assess student background knowledge and establish baseline metrics. A post-course survey will measure learning outcomes, track career interests in fintech/regulatory agencies/payment service providers, and gather feedback for program refinement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;p&gt;A special panel on the Future of Payments was organized as part of the annual &lt;a href="https://www.thuas.com/about-thuas/news/beyond-cash-code-monetary-power?_gl=1*1xlsp73*_gcl_au*NzI4NDExNS4xNzY1Mzc4MzQy*FPAU*NzI4NDExNS4xNzY1Mzc4MzQy*_ga*NDkwNDIxLjE3NjUzNzgzNDA.*_ga_P2JXVS1P93*czE3NzMxNDA5NTQkbzYkZzAkdDE3NzMxNDA5NjQkajUwJGwwJGg1NzA5MDgxNzU.*_fplc*NWVPSzNPVXphcjZ0NVF5dVY1WTRJa0ZzOVBmRXlSWUtSc0YybndraXZUJTJCQko5enIlMkJMTExjVUFxVlFSV2V5dGw4QjVPclVpRlZEdTNBTmtPZ1lyVEVjQ2ZXSzB6c1Q5YUF5MzM4VDdOT1hkZWh1M3hjUHJVSlJvNmxTOVBRZyUzRCUzRA" rel="noopener noreferrer"&gt;Beyond Cash, Code &amp;amp; Monetary Power&lt;/a&gt; event, hosted by the New Finance Research Group on January 30, 2026. The panel focused on the changing mix of public and private money and how to organize trust, scalability, and interoperability in payment systems. Discussions highlighted the importance of harmonized regulatory frameworks as a key enabler of interoperability, while pointing to legal and regulatory challenges that continue to hinder cross-border integration. This event raised awareness and generated student interest in current payment system issues and served as a launch platform for announcing the Open Payments Innovation Lab.&lt;/p&gt;

&lt;p&gt;The website &lt;a href="http://www.openpaymentslab.com" rel="noopener noreferrer"&gt;www.openpaymentslab.com&lt;/a&gt; launched in March 2026 and serves as the central hub for lab information, week-by-week course structure, and student registration. The registration form feeds directly into a Google Sheet for tracking applications. Three blog posts have been published to build awareness and provide context for the lab's focus areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;"&lt;a href="https://www.openpaymentslab.com/post/from-interledger-summit-to-classroom" rel="noopener noreferrer"&gt;From Interledger Summit to Our Classroom: Why We're Building This&lt;/a&gt;"- reflecting on insights from the Interledger Summit and the vision for bringing open payments education to The Hague University of Applied Sciences&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"&lt;a href="https://www.openpaymentslab.com/post/payment-ecosystem-of-the-future" rel="noopener noreferrer"&gt;What Will the Payment Ecosystem of the Future Look Like?&lt;/a&gt;" - drawing on perspectives from the January 30, 2026 panel discussion during the Beyond Cash, Code &amp;amp; Monetary Power event.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;"&lt;a href="https://www.openpaymentslab.com/post/financial-inclusion-is-not-just-about-access" rel="noopener noreferrer"&gt;Financial Inclusion Isn't Just About Access—It's About What Comes Next&lt;/a&gt;" - examining how open payment technologies can address barriers to financial inclusion globally.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A separate page dedicated to the Open Payments Innovation Lab is being created on the New Finance Research Group website to provide additional institutional visibility and connect the lab to ongoing research activities in digital finance.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;March-June 2026: Running the pilot&lt;/strong&gt;&lt;br&gt;
The Open Payments Innovation Lab will run from March 20, 2026 to June 11, 2026. The first eight weeks will feature weekly interactive workshops covering ILP fundamentals, regulatory frameworks, financial inclusion challenges, payment economics, and solution design. Students will form interdisciplinary teams during Week 2 and begin developing their capstone projects starting in Week 9, with three coaching sessions per team to provide feedback on project scoping, solution design, legal analysis, and final presentations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Final pitch event and evaluation&lt;/strong&gt;&lt;br&gt;
The lab will conclude on June 11, 2026 with a final pitch event where teams present their capstone projects to a panel of industry experts. Post-course evaluations will be conducted to measure learning outcomes, assess student satisfaction, and gather feedback for program improvement. &lt;/p&gt;

&lt;h2&gt;
  
  
  Community Support
&lt;/h2&gt;

&lt;p&gt;The Open Payments Innovation Lab would greatly benefit from ILF community members who can contribute to teaching sessions designed for non-technical students. We are seeking experts who can commit to co-teaching Introduction to Interledger Protocol (planned for March 27, 2026) and leading ILP Experience Lab (planned for April 17, 2026). Additionally, co-teaching the Financial Inclusion session either in person or online by telling the story of real-life projects would be very beneficial.&lt;/p&gt;

&lt;p&gt;We are also looking for experts who would like to be involved as evaluators at the final pitch event on June 11, 2026.&lt;/p&gt;

&lt;p&gt;Looking forward, we would very much appreciate support in connecting high-performing students with internship opportunities or applied research graduation projects in organizations working with ILP and open payment systems. This would provide valuable pathways for students to continue their engagement beyond the Open Payments Innovation Lab.&lt;/p&gt;

</description>
      <category>progressreports</category>
      <category>education</category>
    </item>
    <item>
      <title>March 2026: Discover New Grant Opportunities with Interledger</title>
      <dc:creator>Ayesha Ware</dc:creator>
      <pubDate>Thu, 12 Mar 2026 18:39:35 +0000</pubDate>
      <link>https://community.interledger.org/interledger/march-2026-discover-new-grant-opportunities-with-interledger-4e92</link>
      <guid>https://community.interledger.org/interledger/march-2026-discover-new-grant-opportunities-with-interledger-4e92</guid>
      <description>&lt;p&gt;­All the &lt;strong&gt;latest news&lt;/strong&gt; and &lt;strong&gt;opportunities&lt;/strong&gt; from the &lt;strong&gt;Interledger Community&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/ydRvSwf6pjXL4x32stAVjOjeQlT1bHrK5IHxh4vrVyI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2pla3dyYjBh/b2g1cDVrN3ByZ3p2/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/ydRvSwf6pjXL4x32stAVjOjeQlT1bHrK5IHxh4vrVyI/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2pla3dyYjBh/b2g1cDVrN3ByZ3p2/LmpwZw" alt="1" width="800" height="267"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  New Grant Opportunities
&lt;/h3&gt;

&lt;p&gt;We have three new grant opportunities opening in the next few weeks!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Interledger on Campus&lt;/strong&gt; is a new mini-grant offering up to &lt;strong&gt;$5,000&lt;/strong&gt; to support student-led initiatives exploring Open Payments, interoperability, and digital financial inclusion at universities worldwide. This grant will open on March 16.&lt;/p&gt;

&lt;p&gt;The &lt;strong&gt;Open Payments SDK&lt;/strong&gt; grant will provide &lt;strong&gt;$5,000–$50,000 awards&lt;/strong&gt; to research and improve the developer experience and make it easier for applications and e-commerce platforms to integrate Open Payments. This grant opens on April 1. &lt;/p&gt;

&lt;p&gt;Building on the success of our six-month Ambassador Program, the expanded &lt;strong&gt;Interledger Fellowship&lt;/strong&gt; will support innovators, researchers, and community leaders advancing Open Payments and digital financial access. Selected fellows will receive &lt;strong&gt;$72,000 over a 12-month program&lt;/strong&gt; to pursue their projects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Full details will be available on our website soon&lt;/strong&gt;. We are excited to see what our community will build next. &lt;strong&gt;🚀&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;a href="https://community.interledger.org/images/FX16R_56scCp6uyP4wdhq04xzTpToArpLyFgDUJyW8Q/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzQ3cGZnMXdj/bTMyb2tnY2ZuMDJu/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/FX16R_56scCp6uyP4wdhq04xzTpToArpLyFgDUJyW8Q/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzQ3cGZnMXdj/bTMyb2tnY2ZuMDJu/LmpwZw" alt="2" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Community News
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Community Call&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Missed our February call? Take a closer look at several projects funded through Grant for the Web, featuring demos and updates from grantees building tools for the open web. Listen to the call recording or read more about  &lt;a href="https://socialwebfoundation.org/" rel="noopener noreferrer"&gt;The Social Web Foundation&lt;/a&gt;, &lt;a href="https://anew.social/" rel="noopener noreferrer"&gt;A New Social&lt;/a&gt; &lt;a href="https://anew.social/" rel="noopener noreferrer"&gt;&lt;/a&gt;and &lt;a href="https://writefreely.org/?ref=grant-for-the-web" rel="noopener noreferrer"&gt;WriteFreely&lt;/a&gt;. Full details available on &lt;a href="https://community.interledger.org/interledger/interledger-community-call-summary-demos-of-last-years-grant-for-the-web-funded-projects-18-1a1f"&gt;&lt;strong&gt;the blog&lt;/strong&gt;&lt;/a&gt;. The recap of this month’s community call will be available soon.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Alliance DFA&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This midterm report shares insights from the project with Policy Activation grantee, Alliance DFA, highlighting early findings on how instant payment systems can better support fintech participation and broaden financial access. &lt;a href="https://community.interledger.org/sarah_747/midterm-report-making-ips-more-inclusive-and-accessible-to-fintechs-and-non-banks-assessment-2p5k"&gt;&lt;strong&gt;Read the blog&lt;/strong&gt;&lt;/a&gt;&lt;a href="https://community.interledger.org/sarah_747/midterm-report-making-ips-more-inclusive-and-accessible-to-fintechs-and-non-banks-assessment-2p5k"&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Community Activity&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;During the week of March 30-April 3, begin your search for small, well-hidden surprises tucked into channels, docs, or code. Hidden in plain sight is a scrambled clue for those who want to untangle the very first treasure: &lt;strong&gt;PNEMPTSONYAEE.&lt;/strong&gt; If you cracked this first clue, join us on &lt;a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack" rel="noopener noreferrer"&gt;&lt;strong&gt;Slack&lt;/strong&gt;&lt;/a&gt; and reach out to Bibi Souza (Community Manager) to be included in the hidden treasure hunt. Happy hunting!&lt;/p&gt;




&lt;p&gt;&lt;a href="https://community.interledger.org/images/p2zNooxeUJWeZszaho6-o38Sb18wuuROE2s1zJW5w1g/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL29jcnQ3czE3/NTB3aDkwcXQyc2dl/LnBuZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/p2zNooxeUJWeZszaho6-o38Sb18wuuROE2s1zJW5w1g/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL29jcnQ3czE3/NTB3aDkwcXQyc2dl/LnBuZw" alt="3" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Tech Bytes
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Off the Ledger&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the spirit of Women’s Month, members of our engineering team — Sabine Schaller, Ioana Chiorean, Melissa Henderson, Nagy Timea, and Sarah Jones came together for an open conversation about their experiences as women and leaders in tech.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtube.com/live/DikynrQzLDw?feature=share" rel="noopener noreferrer"&gt;&lt;strong&gt;Watch the replay on YouTube&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web Monetization&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The year is off to a strong start with updates focused on improving the experience for both users and publishers. Recent progress includes expanding browser support, enhancing performance, and developing new resources to help creators and platforms integrate Web Monetization more easily. &lt;a href="https://community.interledger.org/interledger/web-monetization-updates-jan-to-feb-2026-1pn9"&gt;&lt;strong&gt;Read the full update&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rafiki Updates&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;We have the first Rafiki release of 2026, &lt;a href="https://github.com/interledger/rafiki/releases/tag/v2.3.0-beta" rel="noopener noreferrer"&gt;&lt;strong&gt;v2.3.0-beta&lt;/strong&gt;&lt;/a&gt;! This update introduces a new Open Payments feature and improvements for integrators. &lt;a href="https://community.interledger.org/interledger/rafiki-updates-february-2026-20dp"&gt;&lt;strong&gt;Read the full blog&lt;/strong&gt;&lt;/a&gt; to learn more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HackOMania&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Interledger Foundation was proud to join &lt;strong&gt;HackOMania 2026 as a Platinum Sponsor&lt;/strong&gt;. Team members Ioana, Sid, and Timea mentored participants throughout the event, with Timea also serving as a judge.&lt;/p&gt;

&lt;p&gt;Our challenge invited teams to explore how &lt;a href="https://interledger.org/open-payments" rel="noopener noreferrer"&gt;Open Payments&lt;/a&gt; could help communities prepare for natural disasters by pooling funds and enabling fast, transparent payouts when emergencies occur. It was inspiring to see builders tackle real-world challenges with innovative solutions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/_j75lhrtuW2zMVEHM593chDXm09OZvw7opGDDBRb8_c/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3k4NWdkcDc2/Zmdqb3JhaGZrM2ox/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/_j75lhrtuW2zMVEHM593chDXm09OZvw7opGDDBRb8_c/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3k4NWdkcDc2/Zmdqb3JhaGZrM2ox/LmpwZw" alt="4" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Dw6cyEc2lw6DCqgMKgvi5m7dF0RfYx_YLpIs4NEUAYA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2pwbmxkazUy/d29xeTlmeGUzZGM5/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Dw6cyEc2lw6DCqgMKgvi5m7dF0RfYx_YLpIs4NEUAYA/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2pwbmxkazUy/d29xeTlmeGUzZGM5/LmpwZw" alt="6" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/MfIJN_ykjsJmEnYuLh9serP47XPM_RrCQZfvjf6qYqs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3hyNWJvczF0/eXcxOWt2cW43eHdn/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/MfIJN_ykjsJmEnYuLh9serP47XPM_RrCQZfvjf6qYqs/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3hyNWJvczF0/eXcxOWt2cW43eHdn/LmpwZw" alt="6" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Join us on&lt;/strong&gt; &lt;a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack" rel="noopener noreferrer"&gt;&lt;strong&gt;Slack&lt;/strong&gt;&lt;/a&gt; &lt;strong&gt;to connect, ask questions, and be a part of the community.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.instagram.com/interledgerfoundation/" rel="noopener noreferrer"&gt;&lt;img src="https://community.interledger.org/images/s6nBewZkPN8Rrenm8GzuEaksS3YkVsKu31bYvwybhB4/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2toNWJtM3Zl/ODFiYXNiODRiZmtr/LnBuZw" alt="Instagram icon" width="64" height="64"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/Interledger" rel="noopener noreferrer"&gt;&lt;img src="https://community.interledger.org/images/EUqRCaUMA8zF5p_y7ayFZBPTeeT4rSd26IpdIG7kU1M/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2J5d3FyY3Vt/Y216bGNzOW9hYmI3/LnBuZw" alt="Twitter icon" width="80" height="80"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://interledger.org/" rel="noopener noreferrer"&gt;&lt;img src="https://community.interledger.org/images/W3HyS_8nl09rQq7kzXsRRVGwyyNBvmzqFSCYb6JyqDM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzVpczMyYnlm/dWZ6eDN4YmM2emRu/LnBuZw" alt="Website icon" width="80" height="80"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="mailto:info@interledger.com"&gt;&lt;img src="https://community.interledger.org/images/UakjadPJQILnvJJ0CQa3_XVbM8wbbqIbrwq0SJ-2M5o/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzRuaWd1azF3/N2J4dnJjMjVoZTlq/LnBuZw" alt="Email icon" width="80" height="80"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/company/43256442/admin/feed/posts/" rel="noopener noreferrer"&gt;&lt;img src="https://community.interledger.org/images/2zBKdi49Dt540hLFvhfX38r0kKa5KysiTTon6nzA42Y/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzFyMmRkMmJn/eGdzYjV6YWVxbjY4/LnBuZw" alt="LinkedIn icon" width="80" height="80"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;&lt;strong&gt;If you want to receive our newsletter directly to your inbox, subscribe &lt;a href="https://mailchi.mp/1ae972d3e932/interledger-newsletter" rel="noopener noreferrer"&gt;&lt;strong&gt;&lt;em&gt;here&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt; and stay informed with the newest updates from our community!&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>grants</category>
      <category>community</category>
      <category>interledger</category>
    </item>
    <item>
      <title>NextGen Higher Education USIU-AFRICA — ILF Grant Progress Report</title>
      <dc:creator>Brooke Stanley Agina</dc:creator>
      <pubDate>Thu, 12 Mar 2026 09:14:00 +0000</pubDate>
      <link>https://community.interledger.org/sabrooke_375/nextgen-higher-education-usiu-africa-ilf-grant-progress-report-493n</link>
      <guid>https://community.interledger.org/sabrooke_375/nextgen-higher-education-usiu-africa-ilf-grant-progress-report-493n</guid>
      <description>&lt;p&gt;&lt;a href="https://community.interledger.org/images/IujcEXE_jehpvFD8RPjaBD4t9fqvfGuKpGYhnNA1aas/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzI5bHFld2xl/M3I3dWRyZXptaWRs/LmpwZWc" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/IujcEXE_jehpvFD8RPjaBD4t9fqvfGuKpGYhnNA1aas/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzI5bHFld2xl/M3I3dWRyZXptaWRs/LmpwZWc" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Brief Project Description
&lt;/h2&gt;

&lt;p&gt;The "Design Your Future Integrated Innovation Pipeline Programme" (DYF IPP) at USIU-Africa is an experimental and educational hub that supports open payment technologies by integrating the Interledger Protocol (ILP) and Rafiki into the Innovation and Incubation Center Pipeline and by collaborating with Financial Inclusion. The project addresses the "fragmented financial landscape" in East Africa, moving beyond theoretical banking toward decentralized, interoperable networks that utilize packetized value transfer to reduce costs and settlement times for regional trade.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Update
&lt;/h2&gt;

&lt;p&gt;The project is currently active and on track following the completion of different phases based on the activities we are running in the program. We have successfully enrolled 57 high-potential students from diverse African nations. A significant milestone was the commencement of technical and Financial inclusion sessions in phase 1. In phase 2, we focused on students building their projects, resulting in 6 main projects based on the ILP. We will move to the 3rd phase, where the projects will proceed into the market to understand the market value chain.&lt;/p&gt;

&lt;h2&gt;
  
  
  Project Impact &amp;amp; Target Audience(s)
&lt;/h2&gt;

&lt;p&gt;With the Diverse community of students at USIU-Africa from different parts and regions of Africa, for example, we have students from Bukinafaso and Ethiopia, specifically from Tigray, who have faced challenges with financial inclusion and are using the Interledger Protocol to address them. Here are their brief stories&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Story from Merhawit Tesfay Kassa from Tigray, Ethiopia&lt;/strong&gt;&lt;br&gt;
In times of hardship, we often discover the true measure of those around us. Recently, in Shire, friends in Canada made a generous donation to help families who have lost so much. But because our banking system is currently out of reach, getting that help to those in need required finding a path through a "liquidity trap."&lt;br&gt;
Unfortunately, not everyone sees a crisis as a call to service. A portion of the funds 8% was lost to an intermediary who chose to take a "tax" on this relief. It was a heavy moment for those of us witnessing it, standing before families who are already carrying so much weight.&lt;br&gt;
Yet, this story is defined just as much by those who refused to let greed take root.&lt;br&gt;
In the midst of the struggle, we found a different spirit. Business owners in Axum and Shire, including Muqur Damobile, Berhaley Construction Materials, Kuda Cafe, Frew (Walia Beer Distributor), and Temesgen in Shire, stepped forward to offer support with total integrity. They moved the funds we needed, taking nothing for themselves, acting simply as neighbors helping neighbors.&lt;br&gt;
We are learning from this. We are finding ways to build a direct, secure, and protected aid bridge. Our goal is simple: to ensure that the kindness of donors arrives exactly where it is intended, into the hands of those who are fighting to survive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Story from Fadila Vannessa Issifou from Ougadougou, Bukinafao&lt;/strong&gt;&lt;br&gt;
Every month, something as simple as receiving money from my family becomes a stressful process I have to repeat again and again. They send me more than $500 for my living expenses, and every semester they send over $2,000 for my tuition. But getting that money into my hands is never simple. Because of my age and the type of bank account I’m allowed to have, there are strict limits on how much I can withdraw, only about 400,000 West African CFA at a time. That means even paying my tuition becomes a struggle because the payment has to be split and handled in multiple steps. Banks are expensive anyway, with high fees, and they still don’t solve the real problem: I can’t receive the money directly on M-Pesa because of the currency difference. So every time my family sends money, I go through the same exhausting routine using Western Union or Ria, going to an agent, collecting the cash, depositing it into M-Pesa, and only then being able to pay what I need. It’s slow, expensive, and frustrating, and I have to relive it every single month and every semester. When I learned about the Interledger Protocol, it honestly felt like a glimpse of relief. The idea that different payment systems could actually connect and move money directly between them without all these limits, middle steps, and fees made me realize how unnecessarily hard this process has been. If systems like M-Pesa were connected through Interledger, receiving money from my family could finally be simple, immediate, and fair. For someone like me, that wouldn’t just be convenient, it would remove a burden I’ve been carrying every month.&lt;/p&gt;

&lt;h2&gt;
  
  
  Progress on Objectives, Key Activities
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Examine current open and Interportable payment system solutions, including their strengths and weaknesses.&lt;/strong&gt;&lt;br&gt;
Under this objective, we covered our activity focused on Financial Foundations and regulatory compliance. This helped students explore existing payment systems in Kenya and some parts of Africa. These payment systems include Mobile payments such as M-Pesa, Banks such as NCBA, and blockchain ledgers such as Binance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn about open payment innovations across the front end and back end, including digital wallets, mobile payments, tokenization, and emerging payment infrastructure.&lt;/strong&gt;&lt;br&gt;
During our activity, where we were looking at Finacial Foundations and regulatory compliance we had a subtopic CBK Guidelines and Fast Payment Systems (FPS) Compliance we touched on learning about frontend and backend open payments innovations, including digital wallets, mobile payments, tokenization, and emerging payment infrastructure, such as the licencing the use of the Stablecoins by the Central Bank of Kenya.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Assemble multidisciplinary teams to develop selected Ideas into viable prototypes based on Open Payments Standards and Interledger Protocol.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Six teams were created during our Innovation Activities, which happen every Tuesday Night from 7 pm to 9 pm EAT. To give a brief on some of the projects created so far.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Muungano:&lt;/strong&gt;&lt;br&gt;
Problem: Cross-border payments within Africa remain slow, expensive, and unreliable due to dependence on USD-intermediated correspondent banking systems. This infrastructure often fails in low-liquidity currency corridors, leaving millions of intra-African migrant workers facing high remittance costs, long settlement times, and limited financial resources when transfers stall&lt;/p&gt;

&lt;p&gt;Solution: Muungano Payroll infrastructure. &lt;br&gt;
Muungano is an Interledger Protocol (ILP)-native payroll infrastructure that enables employers to disburse salaries, convert currencies, and route cross-border payments to workers’ designated accounts in seconds, without relying on the traditional USD-based correspondent banking.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Trip&lt;/strong&gt;&lt;br&gt;
Problem: More than 8 million people in Tigray remain trapped in a liquidity crisis where bank accounts are effectively locked by a physical cash bottleneck and a 92% poverty rate. This structural collapse, driven by post-conflict stagnation and a predatory black market, will lead to total economic irreversible paralysis if the circulation of value is not restored immediately.&lt;/p&gt;

&lt;p&gt;The Solution: The TRIP Engine&lt;br&gt;
The Tigray Regional Interledger Platform (TRIP) restores the economy by using an FX arbitrage layer to incentivize the Central Bank to increase the money supply. By routing digital value through local "connector nodes" via internet-free USSD technology, we bypass infrastructure fragility to ensure money circulates instantly, legally, and sustainably.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Koshi&lt;/strong&gt;&lt;br&gt;
Problem: Africa’s 200+ payment systems do not talk to each other, forcing intra-African traders to pay up to 8% in fees and wait 2-3 days to move money across borders, the highest cost and slowest settlement time in the world.&lt;/p&gt;

&lt;p&gt;Solution: Koshi is a payment routing infrastructure built on the Interledger Protocol that connects Africa’s fragmented payment systems, allowing intra-African traders to send cross-border payments in under 30 seconds directly from WhatsApp, with no new app or account required. Because Koshi does not ask anyone to change what they already use, it simply makes everything work together.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jantasphere&lt;/strong&gt;&lt;br&gt;
Problem: Kenya receives nearly 3 million short-stay foreign visitors each year -including about 2.4 million international tourists, 30,000–40,000 international students, and over 500,000 business travelers and regional traders. In 2024 alone, international tourism generated roughly USD 3.5 billion, with visitors spending an average of USD 1,400–1,500 per trip. Yet a major portion of everyday local spending, transport, beauty services, errands, repairs, photography, guides, and other small services remains difficult to access because visitors must convert cash, pay high foreign exchange fees, or register local mobile money accounts such as M-Pesa. At the same time, thousands of skilled youth and students providing these services remain digitally invisible, disconnected from structured demand and global payment systems.&lt;/p&gt;

&lt;p&gt;Solution: JantaSphere Global Pay addresses this gap by combining an AI-powered hyperlocal service marketplace with Interledger Protocol (ILP) to enable seamless cross-border payments. Using intelligent matching and geospatial clustering, JantaSphere connects visitors to verified nearby service providers within minutes. At the same time, ILP allows tourists, international students, and traders to pay instantly in their own currency without needing local SIM cards or cash conversions. Local providers receive payments through familiar channels such as mobile money, enabling faster, safer, and more affordable transactions. By connecting global visitors with Africa’s informal service economy, JantaSphere transforms fragmented local services into a trusted digital marketplace that unlocks income opportunities, improves access to services, and strengthens inclusive urban economies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Nexus Give&lt;/strong&gt;&lt;br&gt;
Problem: Billions of people worldwide remain excluded from global digital commerce because they lack internationally accepted payment methods such as credit cards or PayPal.This fragmentation between local financial systems and international payment networks prevents individuals from purchasing goods online, accessing digital services, or participating in global economic platforms.&lt;/p&gt;

&lt;p&gt;Solution: NexusPay addresses this challenge by building a payment interoperability platform that connects local fintech systems to global digital platforms using the Interledger Protocol (ILP). Through a plugin-based payment gateway and platform integration tools, NexusPay enables digital services such as e-commerce stores, freelance marketplaces, and global SaaS platforms to accept payments from users who rely on local payment methods.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lumina&lt;/strong&gt;&lt;br&gt;
Problem: Traditional payment rails such as Stripe/PayPal are built for large, infrequent purchases and carry high fixed fees, typically $0.30 + 2.9%. This economic limitation forces digital providers to adopt a "Subscription-Only" model, which poses challenges such as Access Inequality, Subscription Fatigue, and High Churn.&lt;/p&gt;

&lt;p&gt;Solution: Lumina-ILP acts as a middleware gateway that enables Money at the Speed of Data. Unlike traditional gateways, it supports sub-cent transactions as low as $0.0001 with negligible overhead and instant settlement.&lt;/p&gt;

&lt;h2&gt;
  
  
  Communications and Marketing
&lt;/h2&gt;

&lt;p&gt;We launched the NextGen Higher Education USIU-Africa Grant at a colorful event on 22nd October 2025, which was published on platforms including LinkedIn, Instagram, and University World News Presser. &lt;/p&gt;

&lt;p&gt;We featured in the University World News presser in November 2025, where our faculty shared insights on developing an "entrepreneurial mindset" through ILP. Additionally, the project has been featured in the university's "Campus This Week" publication. &lt;br&gt;
&lt;a href="https://www.usiu.ac.ke/4156/press-release-usiu-africa-launches-groundbreaking-fintech-program-in-partnership-interledger-foundation/" rel="noopener noreferrer"&gt;https://www.usiu.ac.ke/4156/press-release-usiu-africa-launches-groundbreaking-fintech-program-in-partnership-interledger-foundation/&lt;/a&gt;&lt;br&gt;
We also branded T-shirts and hoodies and partnered in the USIU-Africa Innovation Challenge, a hackathon that focuses on clearly bringing out the brand of our partnership.&lt;br&gt;
We have also posted about the partnership on our individual socials, highlighting how it has gone so far.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next?
&lt;/h2&gt;

&lt;p&gt;For the remainder of the grant period through September 2026, we will focus on finalizing our objectives:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Discover how technological innovation is reshaping traditional payment systems.&lt;/li&gt;
&lt;li&gt;72 Hour hackathon 12th -14th March 2026 and innovation challenge finals on 26th June 2026&lt;/li&gt;
&lt;li&gt;Support the innovators to complete the market value chain analysis and build 6 Prototypes in the next 4 months&lt;/li&gt;
&lt;li&gt;A workshop to be held on 26th June 2026 to explore the role of open payment systems in implementing the National Payment Systems Strategy&lt;/li&gt;
&lt;li&gt; Provide participants with real-world entrepreneurial experience from ideation to &lt;/li&gt;
&lt;li&gt;execution in offering digital financial services to MSMEs. &lt;/li&gt;
&lt;li&gt; Foster a culture of innovation and collaboration in financial inclusion across departments, teams, projects, and internal and external USIU Africa communities. 8. Support the development of digital financial innovations and platforms. &lt;/li&gt;
&lt;li&gt;Promote the adoption of open payment systems by MSMEs and Chamas for social impact &lt;/li&gt;
&lt;li&gt;Mentor students from Business and IT interested in careers to support the deployment of the Fast Payment System (FPS) in Kenya &lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Community Support
&lt;/h2&gt;

&lt;p&gt;As we move into the startup acceleration phase, we would appreciate connections to the broader Interledger community to support mentorship for our student entrepreneurs. Technical guidance on optimizing Rafiki for high-throughput processing in a "hub-and-spoke" innovation model would also be highly beneficial for our technical lead and students.&lt;/p&gt;

&lt;h2&gt;
  
  
  Additional Comments
&lt;/h2&gt;

&lt;p&gt;We would like to have some of the community members building using the protocol to come share with our students on how they have managed to build sustainable models using the protocol.&lt;/p&gt;

</description>
      <category>progressreports</category>
    </item>
    <item>
      <title>A Valentine's Day with Web Monetization</title>
      <dc:creator>Bibi</dc:creator>
      <pubDate>Wed, 18 Feb 2026 19:04:10 +0000</pubDate>
      <link>https://community.interledger.org/bibschan/a-valentines-day-with-web-monetization-3d1d</link>
      <guid>https://community.interledger.org/bibschan/a-valentines-day-with-web-monetization-3d1d</guid>
      <description>&lt;p&gt;Vancouver in February is grey, damp, and deeply committed to JavaScript.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/rTpe9JoBGOsd63n2NcHbf1prvt7gWiWgc5o6H9DosbU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzU1amxmc2x2/dm5wMGx0YnRuNjhs/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/rTpe9JoBGOsd63n2NcHbf1prvt7gWiWgc5o6H9DosbU/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzU1amxmc2x2/dm5wMGx0YnRuNjhs/LmpwZw" alt=" " width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This month’s Valentine’s Day edition of VanJS felt different though. There were pink accents, chocolate on the snack table, and that slightly chaotic pre talk buzz that only happens when developers are caffeinated and curious. &lt;/p&gt;

&lt;p&gt;I’ve been running VanJS for a while now, and every time I look out at the room, I’m reminded why I keep doing it. &lt;/p&gt;

&lt;p&gt;This community leans in.&lt;/p&gt;




&lt;h2&gt;
  
  
  A Valentine’s Theme: Relationships on the Web
&lt;/h2&gt;

&lt;p&gt;For this edition, Interledger Foundation sponsored the event, which made it the perfect setting to talk about Web Monetization. Valentine’s Day is about relationships, and the web desperately needs a healthier one between creators and value.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/xVKpTa8Om5EmweMy81tB8CN8BdtwQR15AIZFeZI3GNQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL21vc3M5Mm96/OG8yNDlnam5rbHBu/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/xVKpTa8Om5EmweMy81tB8CN8BdtwQR15AIZFeZI3GNQ/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL21vc3M5Mm96/OG8yNDlnam5rbHBu/LmpwZw" alt="People chatting during VanJS" width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  TL/DR: So what is Web Monetization?
&lt;/h2&gt;

&lt;p&gt;At its core, it is an open standard that allows websites to receive tiny, continuous payments from users as they consume content. Not ads. Not a hard paywall. Not a subscription you forget about until your credit card reminds you. It streams value in the background, in real time.&lt;/p&gt;

&lt;p&gt;That's the theory. The real magic happened after the talk.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/Giw6-SAbZmTrVr8gpJflCS7sqJO81m023MRtT3yYttM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzRvdnJsNzV1/dmZjY3VuaTJ6Ymw5/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/Giw6-SAbZmTrVr8gpJflCS7sqJO81m023MRtT3yYttM/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzLzRvdnJsNzV1/dmZjY3VuaTJ6Ymw5/LmpwZw" alt=" " width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As soon as we wrapped, I barely made it back to the pizza table before people started coming up to me. Not polite head nods. Actual, animated curiosity. Developers wanted to understand how it could work in their own projects. Debating about documentation sites, open source repos and AI agents paying for API calls per millisecond.&lt;/p&gt;

&lt;p&gt;A few conversations turned almost philosophical. What does it mean if value on the web becomes as streamable as video? How would that reshape incentives? Could we design systems that reward contribution without turning everything into a growth hack?&lt;/p&gt;




&lt;h2&gt;
  
  
  When Developers Start Connecting Dots
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/LWmS7hQd1lZISyXnIo5EHFCKEOit1xKP6Y5bOvBq0vw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VpdHA1aGJh/dWY0bTc0M29vYXJ6/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/LWmS7hQd1lZISyXnIo5EHFCKEOit1xKP6Y5bOvBq0vw/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL3VpdHA1aGJh/dWY0bTc0M29vYXJ6/LmpwZw" alt=" " width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That is what I love about VanJS. It is never just about frameworks. Underneath the surface, there is always a deeper question about what kind of internet we are building.&lt;/p&gt;

&lt;p&gt;Running this meetup has shown me that developers care about sustainability and fairness more than we admit. We joke about shipping fast and breaking things, but when you put a new economic model in front of a room full of engineers, they start thinking about long term incentives almost immediately.&lt;/p&gt;




&lt;h2&gt;
  
  
  Chocolate, JavaScript, and Big Questions
&lt;/h2&gt;

&lt;p&gt;The open web is strange and unfinished. We inherited an internet optimized for ads because that is what scaled at the time. But that does not mean it is the final form. Standards evolve.&lt;/p&gt;

&lt;p&gt;VanJS continues to be that space where ideas meet code, and where big questions about the future of the web get debated over chocolate and JavaScript.&lt;/p&gt;

&lt;p&gt;That is my kind of Valentine’s story.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.interledger.org/images/ZfDJ5NW-mexvr9u_pse-GvkyzPQubTfkBn8-SFn3Hkg/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2NjdWU2MnJq/emE5MHV0dGp1Ynly/LmpwZw" class="article-body-image-wrapper"&gt;&lt;img src="https://community.interledger.org/images/ZfDJ5NW-mexvr9u_pse-GvkyzPQubTfkBn8-SFn3Hkg/rt:fit/w:800/g:sm/q:0/mb:500000/ar:1/aHR0cHM6Ly9jb21t/dW5pdHkuaW50ZXJs/ZWRnZXIub3JnL3Jl/bW90ZWltYWdlcy91/cGxvYWRzL2FydGlj/bGVzL2NjdWU2MnJq/emE5MHV0dGp1Ynly/LmpwZw" alt=" " width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;That's it from me! 👋🏻 Have any questions? feel free to join our Slack channel and DM me: &lt;a href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack" rel="noopener noreferrer"&gt;SLACK LINK&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/in/bibschan/" rel="noopener noreferrer"&gt;Bibi&lt;/a&gt;&lt;br&gt;
Community Manager @ Interledger Foundation 🌱&lt;br&gt;
&lt;em&gt;// here's an Easter Egg for those hunting 🥚&lt;/em&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Midterm Report: Making IPS More Inclusive and Accessible to FinTechs and Non-Banks Assessment</title>
      <dc:creator>Sarah Corley</dc:creator>
      <pubDate>Wed, 18 Feb 2026 17:32:15 +0000</pubDate>
      <link>https://community.interledger.org/sarah_747/midterm-report-making-ips-more-inclusive-and-accessible-to-fintechs-and-non-banks-assessment-2p5k</link>
      <guid>https://community.interledger.org/sarah_747/midterm-report-making-ips-more-inclusive-and-accessible-to-fintechs-and-non-banks-assessment-2p5k</guid>
      <description>&lt;p&gt;&lt;strong&gt;Project Description&lt;/strong&gt;&lt;br&gt;
The Alliance of Digital Finance and FinTech Associations (AllianceDFA), in partnership with Contigo Global LLC,  was awarded a grant from the Interledger Foundation (ILF) to lead a new global initiative aimed at making Instant Payment Systems (IPS) more inclusive and accessible to FinTechs, and Non-banks. The project‘s focus is to identify and document the challenges and successes that FinTechs and other Non-banks are experiencing in their markets, and will explore ways to strengthen the voice of inclusive finance actors in IPS governance, while identifying solutions to overcome the barriers that limit their integration and impact.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Update&lt;/strong&gt;&lt;br&gt;
The project aims to engage focus groups in 18 countries. To date, we have spoken with groups in six countries — Chile, Nepal, Nigeria, India, Ghana, and Kenya — with seven additional focus groups scheduled and five pending. To ensure holistic inclusion, we are intentionally targeting a mix of countries with established Instant Payment Systems (IPS) as well as those with emerging payment systems or markets still deciding which IPS to build or integrate. We are also prioritizing countries with unique market features to test whether the common barriers and enablers we have identified resonate across contexts, and to surface new insights from diverse environments. Across these discussions, stakeholders are sharing both challenges and successes related to the governance of existing payment infrastructure.&lt;/p&gt;

&lt;p&gt;In addition, while we are on track in reaching our targeted number of countries in Asia and Africa,  we are currently struggling getting traction in several Latin America and Caribbean markets. In LAC, we have confirmed interviews with Chile and the Caribbean, and possibly Peru and the Bahamas. However, despite several "pings" through Whatsapps and emails from AllianceDFA, we have not yet been able to get firm confirmations from Brazil, Colombia, Mexico or Uruguay, due to prior commitments and holidays.&lt;/p&gt;

&lt;p&gt;We were mindful of not creating an experience where associations felt we were extracting contacts and insights without offering meaningful value in return. The associations involved in this work vary widely in their capacity, some operate with more than twenty staff and robust budgets, while others are volunteer‑run with annual resources of less than $1,000. Inviting their participation meant drawing on their time, networks, and knowledge, and it was important to us that the benefits flowed both ways.&lt;/p&gt;

&lt;p&gt;A few of the most resource‑constrained associations asked whether a small financial contribution could be provided for their involvement. This did slow momentum in some markets as this was not possible within the current project budget. Fortunately, the inherent value of the research was recognised and we were able to identify alternative ways to ensure their contributions were acknowledged and value gained. We are also still exploring ideas with the Interledger Foundation team that create recognition of the value that associations shared. &lt;/p&gt;

&lt;p&gt;We began by asking a simple question of our members: what would make participation in this research both feasible and genuinely valuable? The early conversations were candid. Members told us that response rates to research are often low and that anything demanding multiple meetings would struggle to land. They stressed that the process must not feel extractive; participation had to offer concrete benefits to their members and also for themselves as an association. This guidance shaped our design decisions.&lt;/p&gt;

&lt;p&gt;Together with associations, we agreed on a single 90-minute session per market. We fused a short, anonymous survey with a facilitated discussion so that participants could identify priorities while also explaining the context behind them. Where a discussion ran long, or where someone could only join for 60 minutes, we followed up to complete the survey afterward, keeping our promise on time while protecting data quality.&lt;/p&gt;

&lt;p&gt;To earn trust and ensure a positive response to the invitation and the focus group experience, we invested in how we invited people to participate. We sent personalised emails that framed the global significance of the work and explained why their market mattered. We shared the discussion topics in advance to reduce uncertainty and support an open, transparent dialogue. We also emphasised the Chatham House Rule and offered optional attribution as recognition of participants’ time and contribution. The invitation introduced all convening organisations (AllianceDFA, Contigo Global, the local association, and the Interledger Foundation) to demonstrate the credibility and legitimacy of the work. Co-branding with the local association signalled shared ownership and reinforced the standing of both the association and the research team.&lt;/p&gt;

&lt;p&gt;Choosing to partner with AllianceDFA member associations added tangible value through their practical, context-specific guidance and deep local connections. Associations shared what typically works for their members, such as preferred meeting days, communication channels, and notice periods, and advised on the most appropriate way to manage invitations in their markets. Their networks were also instrumental in identifying the right participants to participate. We aligned our methodology with their recommendations, which has contributed directly to the success of the engagement so far.&lt;/p&gt;

&lt;p&gt;We also deliberately gave associations choice in how they wished to be involved, recognising that they were leveraging their own reputations and relationships. In some markets, the association chose to take a leading role in sending invitations and convening, whilst others preferred this to be led by AllianceDFA with association endorsement. We adapted to each market’s preference while ensuring consistency in acknowledging and thanking associations as partners throughout the process.&lt;/p&gt;

&lt;p&gt;At the start of each session, we ensured that everyone shared a common understanding of the focus of the research: formal Instant Payment Systems (IPS). To support this, we used a concise slide deck that defined what an IPS is and provided familiar examples (e.g. India’s UPI, Brazil’s PIX, Ghana’s GHIPPS, and Tanzania’s TIPPS) to anchor the discussion and its focus. Participants were invited to name their own IPS and comment on its level of maturity where one existed. These steps helped prevent misunderstandings and ensured that contributions were focused on the topic of IPS.  &lt;/p&gt;

&lt;p&gt;We introduced five broad categories of potential enablers and barriers using deliberately neutral language such as, “In some markets we have heard…” or “You may have…” to avoid implying that these factors necessarily applied to their context. The intention was to provide a starting point for the conversation without leading participants toward particular answers. We emphasised that they were not expected to comment on every category and should instead focus on what genuinely felt relevant or significant in their market. This approach allowed participants to surface their own priorities while ensuring the discussion remained unbiased and participant-led.&lt;/p&gt;

&lt;p&gt;Our facilitation approach was designed to encourage contributions from every participant and to guide the group toward a collectively validated understanding of the market’s barriers and enablers. We kept video on and invited others to do so when bandwidth allowed, used the hand-raise feature to manage turn-taking and ensured no single participant dominated. The most productive moments were when people challenged and built on one another’s experiences; associations often validated whether a point matched what they heard across their membership, giving our findings breadth, depth and validity.&lt;/p&gt;

&lt;p&gt;We have found that some associations we approach do not have the interest or capacity to host a session. In these cases, we are pivoting to using our own personal connections and networks, and those of the Interledger Foundation, to convene a group of relevant stakeholders directly and asking them to invite a small number of peers. This approach allows us to include these markets and capture their perspectives; however, we recognise that association-led sessions typically yield a more diverse and representative group, which in turn supports the surfacing of a wider range of voices and insights.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project Impact &amp;amp; Target Audience(s)&lt;/strong&gt;&lt;br&gt;
We have included markets within our work that are interesting yet are not often researched or written about in research relating to IPS and/or fintech. Within these focus groups, we have also prioritised hearing from the smaller fintechs, non-banks and start-ups. The voices of these entities are often under-represented in both a local and global stage, yet are at times even more impacted by national payment infrastructure and policy decisions. They also are the actors in the digital finance ecosystem which are most likely currently serving or aspiring to serve marginalised consumers, such as women, rural dwellers and micro/small entrepreneurs. They often have a greater insight into the needs of these consumers and can also bring important perspectives on their needs and the impact of decisions on the ability to serve these consumers. &lt;/p&gt;

&lt;p&gt;The value proposition for participants is: sharing their experiences in a global study, contributing to cross-market learning, and gaining insights from other jurisdictions once the results are shared. For associations, the work provided several benefits: new insights that could inform their strategic planning and strengthen their in-country advocacy with central banks or IPS operators; visibility through co-branding; and an activity they could report back to their members as part of their annual programming. Participants and associations expressed eagerness to read the report. &lt;/p&gt;

&lt;p&gt;What is emerging as being important to associations and participants, is the request to share back what we are learning through the process. The final assessment, alongside a series of complimentary webinars and knowledge products, will equip participants and associations with insights on the common challenges and ideas for best practices. Associations can use the information to strengthen their own advocacy strategies and programming. Several associations have also expressed desire to participate in cross‑country learning, envisioning a space where associations can collectively explore best practices and collaborate on shared advocacy priorities. This interest underscores the potential for the project not only to gather knowledge but to catalyse networks of peer learning that support collective and local action. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Progress on Objectives&lt;/strong&gt;&lt;br&gt;
We have 3 Key Deliverables:&lt;br&gt;
1 - Supporting membership deepening within AllianceDFA, particularly in Latin America and the Caribbean. Update &amp;amp; Progress: Deliverable met with the onboarding of FinteChile. In addition, Fintech Armenia and PSP Association Nepal have been onboarded, bringing total membership to 42. Chile and Nepal are participating in the IPS research. Discussions are ongoing in other LAC countries as well as with a new association currently in formation in the region.&lt;/p&gt;

&lt;p&gt;2 - Produce a published Assessment on the Deeper Needs &amp;amp; Challenges of FinTechs in Integrating into their local IPS. Update &amp;amp; Progress: We are concentrating our energies on scheduling and implementing focus groups. We aim to be finished with focus groups by mid-February, and will move into writing the report ready for publishing in March. &lt;/p&gt;

&lt;p&gt;3 - Internal Assessment: An Internal Set of Recommendations to Interledger Foundation on What Deeper Solutions Could Serve the Global FinTech Ecosystem to Increase Inclusive Governance. Update &amp;amp; Progress: Our internal assessment relies on feedback from focus groups, and we will work on clarifying and refining these recommendations once the focus groups have been concluded in mid-February. Based on the first 5 focus groups completed, the original set of potential deeper solutions has merit. However, we are seeking more data to understand how these solutions address the common challenges we are hearing. We are including a quantitative survey within our focus group discussions to help us analyze these potential solutions and their utility more closely. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Communications and Marketing&lt;/strong&gt;&lt;br&gt;
AllianceDFA has published the approved press release on their website and has included the language in their messages to member Associations. Other than the approved press release, we have not yet published any social media. We are concentrating on scheduling and having focus groups. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next&lt;/strong&gt;&lt;br&gt;
We remain optimistic that we will complete our interviews and deliverables by March 13. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Community Support&lt;/strong&gt;&lt;br&gt;
If any ILF community members have good connections with the FinTech associations in Mexico, Brazil, Colombia or Uruguay, please reach out to Sarah Corley: &lt;a href="mailto:sarah@alliancedfa.org"&gt;sarah@alliancedfa.org&lt;/a&gt; &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
