Nigeria’s fintechs built payments. Now they’re becoming banks.
This is Follow the Money, our weekly series that unpacks the earnings, business, and scaling strategies of African fintechs, financial institutions, companies, and governments. A new edition drops every Monday.
Fintechs built their reputation by making payments faster and replacing many physical banking functions with smartphones. Now, they are becoming banks, or at least a particular kind of bank.
This year, Nigeria’s biggest fintechs have accelerated their push into banking through microfinance bank (MFB) licences as they seek to expand beyond their core businesses into full-service financial institutions.
In January, Paystack, the payments technology company now owned by The Stack Group (TSG), acquired Ladder Microfinance Bank. In April, Flutterwave, Africa’s largest payments startup, secured a national MFB licence through its acquisition of open banking startup Mono.
In May, Sycamore, a financial service group with lending and asset management businesses, told TechCabal it plans to build a deposit base of more than ₦40 billion ($29.13 million) as it expands from digital lending into banking and payments after acquiring an MFB.
An MFB licence allows fintechs to accept deposits, give loans, and earn interest income from lending, reducing their reliance on transaction fees.
But the licence does more than unlock new products. It changes the business that fintechs are expected to build. Unlike payment companies, which earn money every time customers move money, banks earn by keeping deposits, lending them out and managing the risks that come with that business.
Yet a microfinance bank is not a commercial bank. It is a specialised banking institution with a narrower mission to mobilise deposits, lend primarily to households and small businesses, and operate within strict prudential limits set by the Central Bank of Nigeria (CBN).
Deposits change the economics
Payment businesses make money when customers move money. Banks make money when customers leave money behind.
Deposits become a permanent funding base. Fintechs can earn a transfer fee on customer accounts. At least ₦10 on transfers between ₦5,000 and ₦50,000, and ₦50 on those above ₦50,000, and interest income on loans.
/* =========================================
BULLETPROOF MOBILE-FIRST CSS
========================================= */
#tc-revenue-armoured {
all: unset !important;
display: block !important;
font-family: ‘Open Sans’, -apple-system, BlinkMacSystemFont, Roboto, sans-serif !important;
background-color: #F6F6F6 !important;
padding: 16px !important;
border-radius: 12px !important;
color: #151515 !important;
width: 100% !important;
max-width: 680px !important;
margin: 24px auto !important;
box-sizing: border-box !important;
border: 1px solid #E3E8EF !important;
-webkit-font-smoothing: antialiased !important;
}
#tc-revenue-armoured * {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0 !important;
font-family: inherit !important;
line-height: 1.5 !important;
}
#tc-revenue-armoured h3 {
color: #EA2D2E !important;
font-size: 1.25rem !important;
font-weight: 700 !important;
margin-bottom: 8px !important;
line-height: 1.3 !important;
display: block !important;
}
#tc-revenue-armoured p.tc-intro {
font-size: 0.9375rem !important;
font-weight: 400 !important;
margin-bottom: 24px !important;
color: #24292F !important;
line-height: 1.6 !important;
display: block !important;
}
/* Input Controls */
#tc-revenue-armoured .tc-controls {
background-color: #FFFFFF !important;
padding: 20px 16px !important;
border-radius: 12px !important;
margin-bottom: 16px !important;
border: 1px solid #E3E8EF !important;
display: block !important;
}
#tc-revenue-armoured .tc-input-group {
margin-bottom: 24px !important;
display: block !important;
}
#tc-revenue-armoured .tc-input-group:last-child {
margin-bottom: 0 !important;
}
#tc-revenue-armoured .tc-label {
display: flex !important;
flex-direction: column !important;
font-weight: 600 !important;
font-size: 0.875rem !important;
color: #666666 !important;
margin-bottom: 12px !important;
}
#tc-revenue-armoured .tc-highlight {
color: #EA2D2E !important;
font-weight: 700 !important;
font-size: 1.25rem !important;
margin-top: 4px !important;
}
/* Cross-Browser Sliders */
#tc-revenue-armoured input[type=range] {
-webkit-appearance: none !important;
width: 100% !important;
background: transparent !important;
margin: 8px 0 !important;
}
#tc-revenue-armoured input[type=range]:focus {
outline: none !important;
}
#tc-revenue-armoured input[type=range]::-webkit-slider-runnable-track {
width: 100% !important;
height: 6px !important;
background: #E3E8EF !important;
border-radius: 4px !important;
}
#tc-revenue-armoured input[type=range]::-moz-range-track {
width: 100% !important;
height: 6px !important;
background: #E3E8EF !important;
border-radius: 4px !important;
}
#tc-revenue-armoured input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none !important;
height: 28px !important;
width: 28px !important;
border-radius: 50% !important;
background: #EA2D2E !important;
cursor: pointer !important;
margin-top: -11px !important;
border: 2px solid #FFFFFF !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
#tc-revenue-armoured input[type=range]::-moz-range-thumb {
height: 28px !important;
width: 28px !important;
border-radius: 50% !important;
background: #EA2D2E !important;
cursor: pointer !important;
border: 2px solid #FFFFFF !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}
/* Cards Layering */
#tc-revenue-armoured .tc-cards {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 12px !important;
margin-bottom: 16px !important;
}
#tc-revenue-armoured .tc-card {
background-color: #FFFFFF !important;
padding: 16px !important;
border-radius: 12px !important;
border: 1px solid #E3E8EF !important;
position: relative !important;
overflow: hidden !important;
display: block !important;
}
#tc-revenue-armoured .tc-card-bar-red {
position: absolute !important;
top: 0 !important; left: 0 !important;
width: 4px !important; height: 100% !important;
background-color: #EA2D2E !important;
}
#tc-revenue-armoured .tc-card-bar-dark {
position: absolute !important;
top: 0 !important; left: 0 !important;
width: 4px !important; height: 100% !important;
background-color: #24292F !important;
}
#tc-revenue-armoured .tc-card-title {
font-size: 0.8125rem !important;
color: #666666 !important;
font-weight: 600 !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
margin-bottom: 8px !important;
display: block !important;
}
#tc-revenue-armoured .tc-card-value {
font-size: 1.5rem !important;
font-weight: 700 !important;
color: #151515 !important;
margin-bottom: 6px !important;
display: block !important;
}
#tc-revenue-armoured .tc-card-desc {
font-size: 0.75rem !important;
color: #888888 !important;
line-height: 1.5 !important;
display: block !important;
}
/* Totals Box */
#tc-revenue-armoured .tc-total-box {
background-color: #24292F !important;
color: #FFFFFF !important;
padding: 24px 16px !important;
border-radius: 12px !important;
text-align: center !important;
margin-bottom: 16px !important;
display: block !important;
}
#tc-revenue-armoured .tc-total-title {
font-size: 0.875rem !important;
font-weight: 600 !important;
color: #E3E8EF !important;
margin-bottom: 8px !important;
display: block !important;
}
#tc-revenue-armoured .tc-total-value {
font-size: 2rem !important;
font-weight: 700 !important;
color: #FFC52F !important;
display: block !important;
}
#tc-revenue-armoured .tc-footer {
font-size: 0.75rem !important;
color: #666666 !important;
padding: 12px 4px 0 4px !important;
line-height: 1.6 !important;
border-top: 1px solid #E3E8EF !important;
display: block !important;
}
#tc-revenue-armoured .tc-footer strong {
color: #151515 !important;
}
/* Breakpoint for Desktop/Tablet */
@media (min-width: 600px) {
#tc-revenue-armoured {
padding: 24px !important;
}
#tc-revenue-armoured h3 {
font-size: 1.5rem !important;
}
#tc-revenue-armoured .tc-cards {
grid-template-columns: 1fr 1fr !important;
}
}
The Revenue Engine: Payments vs. Lending
Transfer fees are strictly regulated, but when combined with a deposit base, the economics of a fintech change completely.
Transfer Fees
₦0
Assumes each user makes 10 small transfers (₦10) and 2 large transfers (₦50) monthly.
Interest Income
₦0
Assumes 80% of total deposits are lent out at an average 4% monthly margin.
₦0
document.addEventListener(“DOMContentLoaded”, function() {
const usersSlider = document.getElementById(‘tcUsersSlider’);
const balanceSlider = document.getElementById(‘tcBalanceSlider’);
const usersValueDisplay = document.getElementById(‘tcUsersValue’);
const balanceValueDisplay = document.getElementById(‘tcBalanceValue’);
const transferRevenueDisplay = document.getElementById(‘tcTransferRevenue’);
const interestRevenueDisplay = document.getElementById(‘tcInterestRevenue’);
const totalRevenueDisplay = document.getElementById(‘tcTotalRevenue’);
function formatNaira(num) {
if (num >= 1000000000) {
return ‘₦’ + (num / 1000000000).toFixed(2) + ‘B’;
} else if (num >= 1000000) {
return ‘₦’ + (num / 1000000).toFixed(2) + ‘M’;
} else {
return ‘₦’ + num.toLocaleString();
}
}
function updateCalculations() {
const users = parseInt(usersSlider.value);
const avgBalance = parseInt(balanceSlider.value);
usersValueDisplay.innerText = users.toLocaleString();
balanceValueDisplay.innerText = ‘₦’ + avgBalance.toLocaleString();
// Calculate Transfer Revenue: 10 small (10 NGN) + 2 large (50 NGN) = 200 NGN per user/month
const transferRev = users * 200;
// Calculate Interest Revenue: 80% of deposits lent out at 4% monthly margin
const totalDeposits = users * avgBalance;
const lentAmount = totalDeposits * 0.8;
const interestRev = lentAmount * 0.04;
const totalRev = transferRev + interestRev;
transferRevenueDisplay.innerText = formatNaira(transferRev);
interestRevenueDisplay.innerText = formatNaira(interestRev);
totalRevenueDisplay.innerText = formatNaira(totalRev);
}
usersSlider.addEventListener(‘input’, updateCalculations);
balanceSlider.addEventListener(‘input’, updateCalculations);
// Initialize view
updateCalculations();
});
Customer deposits also get recycled into loans, generating interest income repeatedly from the same money. Instead of relying largely on transaction fees, fintechs with MFB licences can build recurring income from spreads between the interest they earn on loans and the cost of funding those loans.
When Flutterwave got its national MFB licence in April, its chief executive officer, Olugbenga Agboola, told TechCabal, “$40 billion has gone through our platform. That is not double-counting, and not one cent was retained. With this new phase of life, money now stays in our platform. Margins get better.”
Compare that with Moniepoint, whose MFB licence was upgraded to a national licence in 2026. While the company processed ₦412 trillion ($297 billion) in payments in 2025, it said it also financed more than ₦1 trillion ($724.15 million) in business loans and built a deposit portfolio.
The CBN’s microfinance guidelines make clear that fintechs are not simply being allowed to collect deposits. They are expected to deploy them.
The regulator recommends that savings deposits account for at least 60% of an MFB’s funding base, while the loan-to-deposit ratios should reach 80%. Net loans should represent at least 60% of total assets, and roughly 80% of lending should go to microloans.
These benchmarks leave little room for fintechs to hoard deposits or rely heavily on treasury investments, as commercial banks can. The regulator expects customer deposits to flow back into the real economy through lending rather than sit in low-risk assets.
The recommended maximum microloan is ₦500,000 ($362.08) for Tier 2 Unit MFBs and ₦1 million ($724.15) for other categories of microfinance banks.
SME loans can exceed ₦500,000 ($362.08) for Tier 2 Unit MFBs and ₦1 million ($724.15) for other MFB categories, but not exceed 1% of shareholders’ funds unimpaired by losses.
The CBN recognises four categories of MFBs. Tier 1 Unit MFBs are authorised to operate in urban areas, while Tier 2 Unit MFBs serve rural, unbanked and underbanked communities. State MFBs can operate across a single state or the Federal Capital Territory (FCT), while national MFBs can operate in multiple states, including the FCT.
The regulator expects every classified loan to be fully provided for, with loan-loss provisioning at 100%, and loan officers to actively manage between 250 and 300 borrowers. Loans should be followed up on within seven days of disbursement, with repayments expected weekly in most cases.
/* Strictly scoped CSS: Mobile-first with desktop constraints */
#tc-mfb-tool {
font-family: ‘Open Sans’, -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
background-color: #F6F6F6;
padding: 16px;
border-radius: 8px;
color: #151515;
width: 100%;
max-width: 680px; /* Prevents awkward stretching on desktop */
margin: 24px auto; /* Centers the tool in the article body */
box-sizing: border-box;
border: 1px solid #E3E8EF;
line-height: 1.5;
}
#tc-mfb-tool * {
box-sizing: border-box;
}
#tc-mfb-tool h3 {
color: #EA2D2E;
font-size: 1.375rem;
font-weight: 700;
margin: 0 0 8px 0;
line-height: 1.2;
}
#tc-mfb-tool p.tc-intro {
font-size: 0.9375rem;
font-weight: 400;
margin: 0 0 20px 0;
color: #24292F;
}
.tc-controls {
background-color: #FFFFFF;
padding: 16px;
border-radius: 8px;
margin-bottom: 20px;
border: 1px solid #E3E8EF;
}
.tc-input-group {
margin-bottom: 16px;
}
.tc-input-group:last-child {
margin-bottom: 0;
}
.tc-label {
display: block;
font-weight: 600;
margin-bottom: 8px;
font-size: 0.9375rem;
color: #151515;
}
.tc-highlight {
color: #EA2D2E;
font-weight: 700;
font-size: 1.125rem;
}
.tc-slider {
width: 100%;
cursor: pointer;
accent-color: #EA2D2E;
margin-top: 8px;
}
.tc-select {
width: 100%;
padding: 10px;
border-radius: 6px;
border: 1px solid #E3E8EF;
font-family: inherit;
font-size: 0.9375rem;
background-color: #F6F6F6;
color: #151515;
}
.tc-visual-bar-container {
margin-top: 24px;
}
.tc-visual-bar {
display: flex;
height: 28px;
border-radius: 14px;
overflow: hidden;
margin-top: 8px;
}
.tc-bar-segment {
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 0.75rem;
font-weight: 700;
white-space: nowrap;
}
/* CSS Grid ensures perfect mobile stacking and desktop columns */
.tc-cards {
display: grid;
grid-template-columns: 1fr; /* Mobile default: 1 column */
gap: 12px;
margin-bottom: 20px;
}
.tc-card {
background-color: #FFFFFF;
padding: 16px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
border-left: 4px solid #EA2D2E;
border-top: 1px solid #E3E8EF;
border-right: 1px solid #E3E8EF;
border-bottom: 1px solid #E3E8EF;
}
.tc-card.yellow { border-left-color: #FFC52F; }
.tc-card.green { border-left-color: #20C997; }
.tc-card.dark { border-left-color: #24292F; }
.tc-card-title {
margin: 0;
font-size: 0.875rem;
color: #24292F;
font-weight: 600;
}
.tc-card-value {
margin: 4px 0 0 0;
font-size: 1.375rem;
font-weight: 700;
color: #151515;
}
.tc-card-desc {
margin: 4px 0 0 0;
font-size: 0.75rem;
color: #666;
line-height: 1.4;
}
.tc-footer {
font-size: 0.75rem;
color: #24292F;
border-top: 1px solid #E3E8EF;
padding-top: 12px;
line-height: 1.5;
}
/* Tablet and Desktop Breakpoint */
@media (min-width: 500px) {
.tc-cards {
grid-template-columns: 1fr 1fr; /* 2 columns on larger screens */
}
#tc-mfb-tool {
padding: 24px;
}
#tc-mfb-tool h3 {
font-size: 1.5rem;
}
}
MFB Reality Check: Deposit & Lending Calculator
See exactly how the CBN mandates fintechs to deploy customer deposits once they get a Microfinance Bank licence.
National / State / Tier 1 Unit
Tier 2 Unit (Rural/Unbanked)
Target Loan Portfolio
₦8.0B
At least 80% of deposits must be lent to the real economy.
Minimum Microloans
₦6.4B
80% of the loan portfolio must be directed to microloans.
Required Savings Base
₦6.0B
60% of funding must come from savings, not just current accounts.
Max Microloan Size
₦1,000,000
Limit for National, State, and Tier 1 MFBs.
document.addEventListener(“DOMContentLoaded”, function() {
const slider = document.getElementById(‘depositSlider’);
const tierSelect = document.getElementById(‘mfbTier’);
const depositValueDisplay = document.getElementById(‘depositValue’);
const loanTargetDisplay = document.getElementById(‘loanTarget’);
const microTargetDisplay = document.getElementById(‘microTarget’);
const savingsTargetDisplay = document.getElementById(‘savingsTarget’);
const maxLoanDisplay = document.getElementById(‘maxLoan’);
const maxLoanDesc = document.getElementById(‘maxLoanDesc’);
function updateCalculations() {
const depositBase = parseFloat(slider.value);
const tier = tierSelect.value;
const loanTarget = depositBase * 0.8;
const microTarget = loanTarget * 0.8;
const savingsTarget = depositBase * 0.6;
depositValueDisplay.innerText = ‘₦’ + depositBase.toFixed(1) + ‘ Billion’;
loanTargetDisplay.innerText = ‘₦’ + loanTarget.toFixed(1) + ‘B’;
microTargetDisplay.innerText = ‘₦’ + microTarget.toFixed(1) + ‘B’;
savingsTargetDisplay.innerText = ‘₦’ + savingsTarget.toFixed(1) + ‘B’;
if (tier === ‘tier2’) {
maxLoanDisplay.innerText = ‘₦500,000’;
maxLoanDesc.innerText = ‘Strict limit to protect highly vulnerable rural borrowers.’;
} else {
maxLoanDisplay.innerText = ‘₦1,000,000’;
maxLoanDesc.innerText = ‘Limit for National, State, and Tier 1 MFBs.’;
}
}
slider.addEventListener(‘input’, updateCalculations);
tierSelect.addEventListener(‘change’, updateCalculations);
// Initialize view
updateCalculations();
});
Growth comes with limits
To protect depositors, national MFBs must maintain a minimum paid-up capital of ₦5 billion ($3.62 million), while state MFBs require ₦1 billion ($724,150). That is a fraction of what the CBN requires from commercial banks.
International banks must hold at least ₦500 billion ($370.58 million) in paid-up capital, national banks ₦200 billion ($148.23 million), and regional and merchant banks ₦50 billion ($37.06 million) each.
The gap reflects the different roles these institutions are designed to play. While commercial banks are expected to finance large corporates, participate in foreign exchange markets and offer a broad range of banking services, MFBs are specialised lenders focused on mobilising deposits and extending credit to households and small businesses.
The licence limits how fintechs can use customer money.
Unlike payment companies, which can reinvest most of their earnings into growth, microfinance banks must hold back part of their balance sheet. The CBN requires MFBs to maintain a minimum capital adequacy ratio of 10% and keep at least 20% of their assets in liquid form to meet customer withdrawals. Investments in treasury bills must stay between 5% and 10% of assets, and equity investments in other businesses are capped at 7.5%.
The CBN expects MFBs to generate most of their income from lending, with about 80% of gross income coming from interest rather than fees, while keeping operating expenses below 15% of total assets. That is a significant departure from many fintech business models, where payments, transfers, and merchant services generate most revenue, and growth often comes with rising operating costs.
The guidelines prohibit foreign exchange transactions, international electronic fund transfers, international corporate finance, clearing house activities, speculative property transactions, and any business outside those specifically approved by the CBN.
Although many fintechs already hold other licences that allow some of these services, the restrictions illustrate that an MFB licence is not a licence to do everything a bank can do. Instead, it is designed to keep institutions focused on their core role of taking deposits and lending them back into the real economy.
State MFBs are required to maintain physical operations within their licensed states, while national MFBs are expected to establish physical footprints across the states where they operate. Branch expansion itself requires regulatory approval, while pricing transparency, audited financial reporting, and regular regulatory disclosures are all mandatory.
After receiving approval to operate as a national MFB in January, Kuda, a Nigerian neobank, said it planned to open more experience centres to support customers and strengthen community engagement.
Nigeria’s fintech revolution began by helping people move money more efficiently than traditional banks. The next phase may depend less on how efficiently they move money than on how responsibly they keep and lend it.
True scale demands moving beyond surface-level integrations to robust execution. We’ve filtered the noise out of Moonshot 2026, optimising the conference strictly for high-calibre connections between startup founders, global financial operators, enterprise leaders and individuals rewiring Africa’s technical frameworks.
Get 20% off Early Bird tickets for a limited time.

