# Using an Ethereum Name Service (ENS) Domain

Railway Wallet and RAILGUN 0zk addresses support Ethereum Name Service (ENS) domains. Once linked, you can receive Private Transfers to a private balance via an ENS instead of a 0zk address.

1. Head to <https://app.ens.domains/my/names> and **click** on your domain name. If you don’t have an ENS, [here’s a guide](https://medium.com/@brantly.eth/step-by-step-guide-to-registering-a-eth-name-on-the-new-ens-registrar-c07d3ab9d6a6) on how to register one.
2. **Click** ‘Edit Profile’ and **click** ‘Add more to profile’
3. **Click** ‘Other’ and ‘Custom’
4. **Click** ‘Save’ and **click** ‘Open Wallet’ and complete the blockchain transaction (you will need some ETH to pay for gas in the wallet that owns the domain)
5. Once the transaction is confirmed, your chosen ENS will resolve to your 0zk address in Railway 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://help.railway.xyz/integrated-dapps/using-an-ethereum-name-service-ens-domain.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.
