> For the complete documentation index, see [llms.txt](https://mifos.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mifos.gitbook.io/docs/mifos-mojaloop/mifos-wallet-solution.md).

# Mifos Wallet Solution

The Mifos Wallet solution uses Fineract 1.x as the core back end banking system with the Mifos User Interface(s) for operations and consumer interactions.

As of Sept 9th, 2020, *Fineract 1.4* (a derivative of the Mifos X code contributed to Apache Software Foundation) source code is available here --> <https://github.com/apache/fineract/tree/1.4.0>. A complete lab environment with demo servers to test these systems is available; please request access via the [mifos.slack.com channel](https://join.slack.com/t/mifos/shared_invite/zt-frxj913a-VdiJRCNp6M6S9is_Aa2Ikg). Fineract is a core banking system, with APIs that cover accounts, transactions, customers, products, interest schemes, cron jobs, users, authentication, etc.

The *Mifos Payment Hub EE* is used to connect to Mojaloop (payments switch) for inbound and outbound transactions. Payment Hub EE implements the Mojaloop API and maps to the [Fineract API](https://demo.fineract.dev/fineract-provider/swagger-ui/index.html). See \[payment-hub-ee] for more info.

The [Mifos Wallet App](https://github.com/openMF/mobile-wallet) connects via a WSO2 API Gateway. This is under development and appropriate for prototyping. Again, contact the [mifos.slack.com](https://join.slack.com/t/mifos/shared_invite/zt-frxj913a-VdiJRCNp6M6S9is_Aa2Ikg) channel for access and configuration. The Source code is available here:

The API gateway built on WSO2 allows for new channel development on top of the Payment Hub EE.

![Wallet Management with Mifos - Fineract core banking platform, transact via the Mojaloop network](/files/-MHBFJfqZyoB-3_t-dnM)


---

# 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://mifos.gitbook.io/docs/mifos-mojaloop/mifos-wallet-solution.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.
