# Railway Wallet

Welcome to the User Guide for Railway Wallet!

The following articles will help you **set up** **a privacy-centric DeFi Wallet** using Railway Wallet, and send encrypted blockchain transactions using the [RAILGUN Privacy System](https://docs.railgun.org).

To get started, head to [Creating & Importing Wallets](https://help.railway.xyz/setup/create-wallet), or send your first [Private Transfer](https://help.railway.xyz/transactions/private-transfers).

### Recommended for first-time users

1. [Create a New Wallet](https://help.railway.xyz/setup/create-wallet)
2. [Shield tokens](https://help.railway.xyz/transactions/shield-unshield) into your 0zk address (privacy-protected address)
3. [Unshield](https://help.railway.xyz/transactions/shield-unshield) ETH/BNB/MATIC to a second, fresh 0x address for [Self-Broadcasting](https://help.railway.xyz/transactions/self-signing)
4. Maintain a Private Balance and enjoy Private DeFi!

{% embed url="<https://youtu.be/Za1v1DvC4F4>" %}

### Contents

1. **Basic Setup**
   * [Create a New Wallet](https://help.railway.xyz/setup/create-wallet)
   * [Import an Existing Wallet](https://help.railway.xyz/setup/import-wallet)
   * [View-Only Wallets](https://help.railway.xyz/setup/view-only-wallets)
   * [Setting Custom RPCs](https://help.railway.xyz/setup/setting-custom-rpcs)
2. **Private Transactions**
   * [Shielding & Unshielding](https://help.railway.xyz/transactions/shield-unshield)
   * [Private Sends](https://help.railway.xyz/transactions/private-transfers)
   * [Public Broadcasting](https://help.railway.xyz/transactions/public-broadcasting)
   * [Self-Broadcasting](https://help.railway.xyz/transactions/self-signing)
3. **Integrated dApps**
   * [Swaps](https://help.railway.xyz/integrated-dapps/swaps)
   * [Private Yield Farming](https://help.railway.xyz/integrated-dapps/private-yield-farming)
   * [Ethereum Name Service (ENS)](https://help.railway.xyz/integrated-dapps/using-an-ethereum-name-service-ens-domain)
   * [Unstoppable Domains](https://help.railway.xyz/integrated-dapps/unstoppable-domains)
4. **Customize Wallet**
   * [Setting Network Fees](https://help.railway.xyz/customize/network-fees)
5. **Private Proofs of Innocence**
   * [Private Proofs of Innocence](https://help.railway.xyz/private-proofs-of-innocence)

### Installation

[Railway Wallet for iOS](https://railway.xyz/ios)

[Railway Wallet for Android](https://railway.xyz/android)

[Railway Wallet for Desktop (Mac, Windows, Linux)](https://railway.xyz/desktop)


---

# 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://help.railway.xyz/railway-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.
