# Overview

{% 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 %}

### 💸 $OXEN and the 💰Oxen Wallet: Private instant transactions

The Oxen Wallet, available in user-friendly GUI or powerful CLI versions, enables you to send and receive private anonymous transactions in the blink of an eye. You can download your preferred Wallet version [here](https://github.com/oxen-io/oxen-electron-gui-wallet/releases).

### 🖥 Oxen Service Nodes: Earn $OXEN rewards for powering up the Oxen network

Running an Oxen Service Node is a great way to grow the Oxen network and support the project while receiving $OXEN rewards for your valuable contribution. Check out our guides to [setting up a service node](/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/setting-up-an-oxen-service-node.md) and [staking to a service node](/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/staking-to-shared-service-node.md), or [see here](/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/service-node-tools-upkeep.md) for some service node tools and utilities to help with starting up and maintaining your service nodes.

### Oxen Name System (ONS): Human-readable names for Session, Lokinet, and more

Oxen Name System enables you to register alphanumeric names to be used in place of the long, hard-to-use default formats for Lokinet addresses, Session IDs, and Oxen Wallet addresses. For a look at registering names using ONS, [check out our guide](/oxen-docs/using-the-oxen-blockchain/using-oxen-name-system.md).


---

# 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/overview.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.
