> For the complete documentation index, see [llms.txt](https://nu0-1.gitbook.io/nu-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nu0-1.gitbook.io/nu-whitepaper/what-problem-is-nublock-solving.md).

# What Problem is nuBlock Solving?

nuBlock is designed to address the significant inefficiencies and inequities that plague the global financial system. The primary problem it tackles is the widespread financial exclusion of the unbanked and underbanked, a population of near 2 billion people who lack access to basic financial services like remittances and savings accounts. These individuals are often forced to rely on expensive and slow traditional methods, like money transfer services, which can consume a significant portion of their earnings in fees.&#x20;

Concurrently, nuBlock seeks to forward the developer, and business communities by solving the problem of a fragmented and complex space for building decentralized applications. nuBlock provides a streamlined, secure, and accessible payment services with integrated developer tools, nuBlock removes the high barriers to entry, enabling a new wave of innovation and making it easier for businesses to integrate digital payment solutions and assets into their services.&#x20;

In essence, nuBlock is solving the dual problem of inaccessible and inefficient financial services for end-users, while also providing the necessary infrastructure to democratize financial innovation for builders.

<br>

<br>


---

# 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://nu0-1.gitbook.io/nu-whitepaper/what-problem-is-nublock-solving.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.
