> For the complete documentation index, see [llms.txt](https://docs.glittr.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glittr.fi/building-on-glittr/installing-glittr-wallet.md).

# Installing Glittr Wallet

Glittr Wallet is a unisat fork wallet showcasing how to manage and transfer Glittr assets. It serves as a functional example for developers looking to integrate Glittr asset support into their own wallet applications.&#x20;

This wallet supports both Devnet (regtest) and Testnet4. The project repo is at <https://github.com/glittrfi/wallet-extension>.

## How to install

1. Go to the release page at our repo <https://github.com/Glittrfi/wallet-extension/releases>
2. Download the glittr wallet for your browser, e.g. glittr-wallet-chrome.zip
3. Extract the zip file
4. Go to `Extensions` menu on your browser. Enable developer mode at the top right corner.
5. Click "Load unpacked".

<figure><img src="/files/M6A0pBC4wTbad2lsnvv3" alt=""><figcaption><p>Click "Load unpacked"</p></figcaption></figure>

6. Select the directory that you just extracted before.

<figure><img src="/files/CZ8E8QmMI9WrIHlLMTKm" alt="" width="375"><figcaption><p>Select the directory that you just extracted from the zip file</p></figcaption></figure>

7. Test the wallet

<figure><img src="/files/kiqRRWyZ1JqhvsJOUILo" alt="" width="350"><figcaption><p>Showing native asset</p></figcaption></figure>

<figure><img src="/files/VTkDxIwHSpJ1yWXPxDEI" alt="" width="359"><figcaption><p>Showing NFT asset</p></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.glittr.fi/building-on-glittr/installing-glittr-wallet.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.
