# Oxen Wallet & Guides

{% hint style="warning" %}
**The Oxen Network has transitioned to the Session Network. More information** [**here**](https://oxen.io/blog/development-is-transitioning-to-session-token)**.**&#x20;
{% endhint %}

*Just looking for the latest Oxen Wallet releases?* [*Head to our downloads page*](https://github.com/oxen-io/oxen-electron-gui-wallet/releases)*.*

The Oxen Wallet is your gateway to private decentralised transactions and communications. It allows you to hold and secure your $OXEN, stake into Oxen Service Nodes, and transact with $OXEN.

The Oxen wallet stores a collection of public and private keys which can be used to receive, view, or spend $OXEN.

The wallet uses these private keys through a daemon which synchronises with the Oxen network to scan for incoming transactions and send outgoing transactions.

### Graphical User Interface (GUI) Wallet

The Oxen GUI Wallet, also referred to as the Oxen Electron Wallet, is the most user-friendly Oxen wallet. It has a graphical interface (like most PC applications), which is perfect for beginners or those just looking to store and send their Oxen. The GUI Wallet is available for Windows, macOS, and Linux.

To download the latest release of the Oxen GUI Wallet, head to our [downloads page](https://docs.oxen.io/downloads).

| Guide                                                                                                                                                                                | Description                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------- |
| [Preparing for GUI Wallet Setup](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/preparing-for-gui-wallet-setup-windows)                                 | How to prepare for setting up the Oxen GUI Wallet on Windows.       |
| [GUI Wallet setup](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/gui-wallet-setup)                                                                     | How to set up the Oxen GUI Wallet for the first time.               |
| [GUI Wallet Quickstart](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/gui-wallet-quickstart)                                                           | A brief walkthrough on how to use the GUI wallet.                   |
| [Exporting a CSV of your wallet transaction history](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/exporting-a-csv-of-your-wallet-transaction-history) | How to export your Oxen wallet's transaction history as a CSV file. |

### Command Line Interface (CLI) Wallet

The Oxen CLI Wallet is for more advanced users, and offers additional tools to interact with the Oxen blockchain.

To download the latest release of the Oxen CLI Wallet, head to our [downloads page](https://docs.oxen.io/downloads).

| Guide                                                                                                                                                                                | Description                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| [Restore CLI Wallet from keys](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/restore-cli-from-keys)                                                    | How to restore your wallet from spend and view keys.                                 |
| [Restore CLI Wallet from seed](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/restore-cli-from-seed)                                                    | How to restore your wallet using its 25-word mnemonic seed phrase.                   |
| [CLI Wallet commands](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/cli-wallet-commands)                                                               | A list and explanation of the different commands available within `oxen-wallet-cli`. |
| [CLI Setup for macOS](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/cli-wallet-setup-macos)                                                            | How to configure `oxen-wallet-cli` for the first time on macOS.                      |
| [Oxen Ledger Wallet setup: CLI Wallet](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/oxen-ledger-wallet-usage-cli-wallet)                              | How to setup the Oxen CLI Wallet on the Ledger Hardware Wallet.                      |
| [Exporting a CSV of your wallet transaction history](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/exporting-a-csv-of-your-wallet-transaction-history) | How to export your Oxen wallet's transaction history as a CSV file.                  |

### Mobile Wallet

The Oxen mobile wallet allows users to access and manage their Oxen without having access to a PC. The mobile wallet is available for both iOS and Android.&#x20;

To download the latest release of the Oxen mobile wallet, head to our [downloads page](https://docs.oxen.io/oxen-docs/downloads).

| Guide                                                                                                                                      | Description                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------- |
| [Oxen Mobile Wallet Quickstart](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/oxen-mobile-wallet-quickstart) | How to use the Oxen Mobile wallet for the first time.           |
| [Mobile Wallet Staking](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/mobile-wallet-staking-guide)           | How to stake to an Oxen Service Node via the Oxen Mobile Wallet |


---

# 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://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides.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.
