# Using the Oxen Blockchain

- [Overview](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/overview.md): Here's a quick overview of the services provided by the Oxen blockchain
- [Oxen Wallet & Guides](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides.md)
- [Preparing for GUI Wallet setup (Windows)](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/preparing-for-gui-wallet-setup-windows.md)
- [GUI Wallet setup](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/gui-wallet-setup.md)
- [GUI Wallet Quickstart](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/gui-wallet-quickstart.md)
- [GUI Wallet Staking](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/gui-wallet-staking.md)
- [Oxen Mobile Wallet Quickstart](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/oxen-mobile-wallet-quickstart.md)
- [Mobile Wallet Staking Guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/mobile-wallet-staking-guide.md)
- [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.md)
- [CLI Wallet setup (macOS)](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/cli-wallet-setup-macos.md)
- [Oxen Ledger Wallet setup: GUI Wallet](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/oxen-ledger-wallet-setup-gui-wallet.md)
- [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.md)
- [CLI Wallet commands](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/cli-wallet-commands.md)
- [Restoring an Oxen CLI Wallet from seed](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/restore-cli-from-seed.md)
- [Restoring an Oxen CLI Wallet from keys](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-wallet-guides/restore-cli-from-keys.md)
- [Service Node guides](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides.md)
- [Express service node setup guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/setting-up-an-oxen-service-node.md)
- [Full service node setup guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/full-service-node-setup-guide.md)
- [Staking to a shared Oxen Service Node](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/staking-to-shared-service-node.md)
- [Service Node deregistration](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/service-node-deregistration.md)
- [Service node tools and upkeep](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/service-node-tools-upkeep.md)
- [Migrating to the new Session Network](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/migrating-to-the-new-session-network.md)
- [Migration Checklist](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/migrating-to-the-new-session-network/migration-checklist.md): Everything you need to do to prepare for the migration to the new Session Network.
- [Migration FAQ](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/migrating-to-the-new-session-network/migration-faq.md): Get answers to key questions regarding the migration to the new Session Network.
- [Connecting to an Arbitrum One RPC Endpoint](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/migrating-to-the-new-session-network/connecting-to-an-arbitrum-one-rpc-endpoint.md): The Anchor hardfork introduces a new requirement for all Service Nodes to maintain an active connection to an Arbitrum One RPC node.
- [How to set up an oxend L2 proxy](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/migrating-to-the-new-session-network/how-to-set-up-an-oxend-l2-proxy.md)
- [Using Oxen Name System (ONS)](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/using-oxen-name-system.md)
- [Advanced](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/advanced.md)
- [Service node 📞 RPC calls](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/advanced/service-node-rpc-calls.md)
- [Daemon 📞 RPC calls](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/advanced/daemon-rpc-calls.md)
- [Wallet 📞 RPC calls](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/advanced/wallet-rpc-calls.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.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.
