> For the complete documentation index, see [llms.txt](https://docs.nosocoin.com/noso-developers-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosomobile-wallet.md).

# NosoMobile Wallet

### <mark style="color:yellow;">Running NOSOmobile:</mark>

Download the latest version of the wallet in the .APK format for direct installation on any compatible device (Android 6+).

<img src="https://lh6.googleusercontent.com/ZJMb3F64oUXOV05cL_ISp7pMFrnFZulWGX-bekwu-a-E6MOroYIA-ULpNSdvO9sl-S3zNcQuGG-yFkNfATu41ZNA_4oZPS_2giYB7g8O_ACwaAR7xaKlGQKp1RfB3w0irxG7rBW2onf_P-jDOgreNKb8e--Ua0wDwvVKhyrRnFrevrdfmnYeWXHqe7qKyw" alt="" data-size="original">

### Building from source

<https://github.com/Noso-Project/NosoWallet-Android>

{% hint style="info" %}
To build from source you'll need a working installation of [Android Studio](https://developer.android.com/studio) and the following library:

* BouncyCastle (Cryptography Lib)

This library is already included in the build source under app/libs, however to ensure that you have the latest version you can get it from [BouncyCastle Official Website](https://www.bouncycastle.org/latest_releases.html) in .jar format
{% endhint %}

The way to add the library to the project is by adding the implementation line in build.gradle(app Module), it has to be under "app/libs" folder

<figure><img src="https://lh5.googleusercontent.com/fISthVkM_iU68lMIWre-gLtCXoNP1t2kXWhvdvWwvNvpCJs-8yDkbsESs-loV-0HrpqpLHRUxuPzMwcDSgQfcOK3P4Wv6fzci7HBhwK2gtrxz0E0bkPnGE2VNMOVK3kpjxTA5xBLwF-7yl5LbmveW9K4yEbI0c7eUlSNVrr6AYS4tUueN7pxsPzBKRwBHg" alt=""><figcaption></figcaption></figure>

<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://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosomobile-wallet.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.
