# SatX Wallet

## Installing the SATX WALLET Chrome Extension

#### 1. Download the SATX WALLET Prebuilt Files

* Go to the [SATX WALLET GitHub repository](https://github.com/SatXdev/SatX-Wallet).
* Download the latest prebuilt extension zip file from the [releases](https://github.com/SatXdev/SatX-Wallet/releases).

#### 2. Unzip the Prebuilt Extension

* Locate the downloaded ZIP file on your computer.
* Right-click the ZIP file and select "Extract All..." or use your preferred unzipping tool to unzip the file.
* Extract the contents to a folder of your choice. Remember the location of this folder as you will need it in the next steps.

#### 3. Open the Chrome Extensions Page

* Open Google Chrome.
* In the address bar, type `chrome://extensions/` and press Enter.

#### 4. Enable Developer Mode

* On the Chrome Extensions page, find the toggle switch for "Developer mode" in the top right corner.
* Click the toggle switch to enable Developer mode. You should see additional options appear, such as "Load unpacked", " Pack extension", and "Update".

#### 5. Load the Unpacked Extension

* Click the "Load unpacked" button that appears after enabling Developer mode.
* A file dialog will open. Navigate to the folder where you unzipped the SATX WALLET files.
* Select the folder and click "Select Folder" (or "Open" on some systems).

#### 6. Verify the Installation

* The SATX WALLET extension should now appear in your list of extensions on the Chrome Extensions page.
* You should see the SATX WALLET icon in your Chrome toolbar, indicating that the extension has been successfully installed.

### Updating/Upgrading the SATX WALLET Chrome Extension

1. Ensure you have your seed phrase handy.
2. Remove (or disable) the previously installed version of the extension.
3. Download and install latest version following **Installing the SATX WALLET Chrome Extension** above.


---

# Agent Instructions: 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://satxio.gitbook.io/satx/satx-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.
