> 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/credit-and-access.md).

# Credit & Access

{% hint style="info" %}
**The last mile:** Credit is what turns a payments product into a real alternative to a bank.
{% endhint %}

## The Credit Gap

Even a user who successfully holds and spends stablecoins hits a wall the moment they need a loan:

* **Local banks won't underwrite** against income they can't see or don't trust
* **No on-chain credit history** exists for most stablecoin users
* **DeFi lending** requires over-collateralization, which defeats the purpose for the underbanked
* **Informal lending** charges 5-15% monthly interest in many LATAM markets

> A freelancer earning $5,000/month in USDC through international platforms has **zero credit score** in their home country — because their local bank never sees that income.

## Why Credit Comes Last

This gap is deliberately the **last layer** of NØFI's roadmap. The sequencing matters:

```
Step 1: Distribution → Get users holding and spending with NØFI
Step 2: Transaction history → Build a real track record of income and spending
Step 3: Trust scoring → Underwrite based on on-chain behavior, not local bank records
Step 4: Credit → Extend lending products against verified stablecoin income
```

A user has to actually **bank** with NØFI — hold, spend, save — before there's a track record worth underwriting against.

## The Prize

Consumer credit in Latin America alone is a **$1.2 trillion market**, and the fastest-growing segment is people whose income doesn't fit the traditional banking model. On-chain underwriting against stablecoin income — real transaction history, not credit bureau scores — unlocks lending to a population that has **never had access to fair credit**.

{% hint style="success" %}
**NØFI's advantage:** By the time credit launches, NØFI will already have the distribution, the transaction data, and the user trust that no standalone lending protocol can bootstrap.
{% 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/credit-and-access.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.
