# Wallet Settings

You can access this page by clicking "Wallet Settings" from the left navigation menu in the settings page.

<figure><img src="/files/Oo8Iq4GDTWs6cne4rxCO" alt=""><figcaption><p>Fig1: Wallet Page Link</p></figcaption></figure>

**Change your passphrase:** Set a strong passphrase to save on the Züs Cloud. With a passphrase, you do not need your Mnemonic to access your account.

<figure><img src="/files/5N3P0U1wPOmkE3AjtHd3" alt=""><figcaption><p>Fig4: Change Passphrase </p></figcaption></figure>

**Your Mnemonics:** Download your Mnemonic. Make sure to keep this key secure and private. Do not share it with anyone; save it offline in a secure location. Your Mnemonic gives complete access to your account and funds. You will need your Mnemonic if you ever need to recover your account.

<figure><img src="/files/oAhYCKi6i5MSQaChyRY6" alt=""><figcaption><p>Fig5: Mnemonic</p></figcaption></figure>

**Your Wallet Address:** View and Copy your wallet address. Click on "Atlus" to view your transaction history on Atlus.

<figure><img src="/files/V2xFxc5p2pkf1ZLrKMQb" alt=""><figcaption><p>Fig6: Wallet Address</p></figcaption></figure>

**Your Public Key:** This key is needed to process some operations on CLI.

<figure><img src="/files/22Y8MnsOlIdKmWbGTnS7" alt=""><figcaption><p>Fig7: Public Key</p></figcaption></figure>

**Your Private Key:** Similar to Mnemonic, your private key can give access and control over your account. Make sure to keep it secure. If you have your Mnemonic safe and secure, there is no need to save this one. If saved, keep it offline, and do not share it with anyone.

<figure><img src="/files/pPPwqY62k2nD5g21U0et" alt=""><figcaption><p>Fig8: Private Key</p></figcaption></figure>

**Update Wallet Name:** Change the name of your wallets. You can have multiple wallets on your account. Name your wallets to make them easy to identify.

<figure><img src="/files/QB9lRc8uldCutmhaqdlP" alt=""><figcaption><p>Fig9: Update Wallet Name</p></figcaption></figure>

***

If you have any questions or encounter any issues, please join our [Discord](https://discord.com/invite/h3BFjdtCp4) for further assistance. Our team and the community members are available to help troubleshoot your concerns and provide guidance.


---

# 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.zus.network/zus-docs/webapps/chimney/settings-page/wallet-settings.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.
