> For the complete documentation index, see [llms.txt](https://docs.nofi.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nofi.money/current-gaps/the-underbanked-reality.md).

# The Underbanked Reality

## The Underbanked Reality

{% hint style="info" %}
**Key stat:** Over **400 million people** in Latin America and Southeast Asia are economically active but poorly served by their local banking systems.
{% endhint %}

## Not Unbanked — Mis-banked

NØFI's target user isn't unbanked in the traditional sense — they're **mis-banked**. A creator in Medellín, a freelancer in Manila, a remote employee in Buenos Aires: they earn in dollars, often from platforms or clients abroad, but the only accounts available to them are local ones denominated in currencies that lose value every year.

### The Numbers Tell the Story

| Market            | Currency Depreciation (5yr) | Capital Controls            | International Card Fees     |
| ----------------- | --------------------------- | --------------------------- | --------------------------- |
| Colombia (COP)    | \~40% vs USD                | Yes — restricted USD access | 3-8% FX markup              |
| Argentina (ARS)   | \~95% vs USD                | Severe — blue dollar market | 30%+ taxes on foreign spend |
| Philippines (PHP) | \~15% vs USD                | Moderate                    | 2-5% FX markup              |
| Nigeria (NGN)     | \~70% vs USD                | Severe — parallel rates     | Often unavailable           |

The result is a class of **high earners, by local standards, who are functionally underbanked**: unable to hold their own earnings in a stable currency, unable to get a card that works internationally without punishing fees, and unable to build any credit history against income their local bank doesn't recognize.

## A Growing, Not Shrinking, Population

This is not a small or temporary population. The creator economy alone is projected to reach **$480B by 2027** (Goldman Sachs). Remote work in LATAM has grown **300%** since 2020. Cross-border freelancing platforms like Deel, Payoneer, and Wise process **billions** in payouts to these regions annually.

This is the fastest-growing segment of the LATAM and Southeast Asian middle class, and it is being actively failed by both:

* **Legacy banks** — which treat international income as suspicious, charge punitive FX spreads, and cap currency conversion
* **Crypto-first products** — which are built for traders, not for people who just want to get paid and spend what they earn

{% hint style="success" %}
**NØFI's insight:** This population doesn't need a better exchange. They need a better **bank account** — one denominated in dollars, with a real card, real yield, and real self-custody.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nofi.money/current-gaps/the-underbanked-reality.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
