> 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.md).

# Current Gaps

{% hint style="warning" %}
Crypto has spent a decade promising to fix banking and has mostly built better **trading products** instead.
{% endhint %}

Before explaining what NØFI does, it's worth being precise about what's actually broken. The financial system serving emerging markets is failing hundreds of millions of people — and crypto's answer so far has been tools built for traders, not for people who just want to get paid and spend what they earn.

## The Gap at a Glance

| Problem                      | Who It Hurts                          | Current "Solutions"      | Why They Fail                      |
| ---------------------------- | ------------------------------------- | ------------------------ | ---------------------------------- |
| **Currency devaluation**     | 400M+ earners in LatAm & SEA          | Local bank accounts      | Savings lose 15-50% annually       |
| **No self-custody spending** | All stablecoin holders                | CEX-linked cards         | Custodial, counterparty risk       |
| **Broken on/off-ramps**      | Freelancers, creators, remote workers | P2P trades, manual swaps | 5-10% fees, day-long delays        |
| **No credit on-chain**       | Anyone without local bank history     | Nothing                  | Credit requires distribution first |
| **Privacy erosion**          | Users in unstable jurisdictions       | KYC-heavy neobanks       | Accounts frozen without warning    |

The following pages break down each gap in detail — with the data, the scale, and why existing solutions fall short.

* The Underbanked Reality — The $3T problem hiding in plain sight
* Wallets Aren't Banks — Why self-custody alone isn't enough
* Fiat/Crypto Interoperability — The on/off-ramp bottleneck
* Stablecoins Today — $200B in circulation, almost none spent as money
* Privacy — A requirement, not a feature
* Credit & Access — The last mile to replacing a bank


---

# 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.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.
