> For the complete documentation index, see [llms.txt](https://help.railway.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.railway.xyz/integrated-dapps/using-an-ethereum-name-service-ens-domain.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.railway.xyz/integrated-dapps/using-an-ethereum-name-service-ens-domain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
