> For the complete documentation index, see [llms.txt](https://docs.nosocoin.com/noso-documentation/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-documentation/overview/setup-a-wallet/nosolite.md).

# Nosolite

## <mark style="color:yellow;">Nosolite Wallet</mark>:

> #### NosoLite wallet allows users the ability to generate new addresses, assign aliases to addresses, import or export addresses, password encrypt wallet addresses, and send and receive coins to and from other Noso coin holders. Nosolite is available for most major operating systems including Windows, Linux and macOS. Once installed, all wallets will auto-create one default address and are ready for use.

## Get your wallet ([here](https://github.com/Noso-Project/NosoLite/releases/latest))

{% hint style="danger" %}
Always remember to make a backup copy of your Noso wallet (Wallet.pkw) file whenever a change is made. This includes creating new addresses and adding passwords to your Noso addresses. Always store your <mark style="color:red;">**Wallet.pkw**</mark> file in a safe place. On Windows and Linux based systems, the "wallet.pkw" file is located in your */Nosolite(root directory)/wallet/wallet.pkw* When password protecting your Noso addresses, always use a password minimum of 8 characters to maintain compatibility between NosoLite and NosoMobile wallets.​
{% endhint %}

## <mark style="color:yellow;">Customize Address(Alias)</mark>:

{% hint style="info" %}
Built into the Noso protocol is the concept of assigning an “alias” to your public address, referred to as “customizable address transfer.” This customization consists of assigning an alias “name” to a specific Noso address so that it is easier to remember. Instead of a user sharing their 30-31 character hashed public address for receiving funds, they can share their easy-to-remember “alias” address. (example: Noso Address: N2kFAtGWLb57Qz91sexZSAnYwA3T7Cy, Address Alias: devteam\_donations) An address that has been customized is charged a nominal fee (0.00025000 Noso) and is immediately registered to the summary of accounts. Alias name changes can only occur one time per Noso address and cannot be duplicated on different addresses. Noso “aliases” help to make Noso easier for the community to use.&#x20;
{% endhint %}

## Your Noso Address must not be password locked to perform the following steps:

1. <mark style="color:yellow;">**Right click on the address you wish to customize then enter the alias you wish to use.**</mark>

<figure><img src="https://lh6.googleusercontent.com/u5plzkEDtnCHisqU_tahRbb_G8SgieTLsDA1H9VgPk3sFqj5yn3xK1WgtGlC9DOVGwx7oUFJAxdjcCrXsvz5QmJf1ToV8Y3YjIWFYWsdJ_uDNiAWc7VeP8ygVN9rYRMFPaTD933lwcwz79U7ltyZPgo" alt=""><figcaption></figcaption></figure>

2. <mark style="color:yellow;">**Click “OK”**</mark>
3. <mark style="color:yellow;">**Wait one block.  Once clicking “OK” your Noso Address will be updated on the following block.**</mark>

<figure><img src="https://lh4.googleusercontent.com/Le66-Q8bippLM9EYhDQfHvzPxuMDEsurEvmkmhHkBLGPyNh4QPCah3lHJkI_XlVExZS_JWvt8U0lt8zEb5w_cxPiz-K2JxTWtfwoTiMXEAeXwp7lNS_nffkcZDHjtarEEiIwi7btql8klyPb4SXm1-g" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://docs.nosocoin.com/noso-documentation/overview/setup-a-wallet/nosolite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
