# Wallet settings

We have developed the “Wallet Settings” feature for users to change their profiles, backup passphrases, manage connections, remove their wallet or view their wallet address.

## How to Change Profile? <a href="#how-to-change-profile" id="how-to-change-profile"></a>

Allows users to change profile

**Step 1:** On the home screen, select the wallet section at the top left corner

**Step 2:** Click on the Settings icon on the right corner of the wallet for which you want to get it's detail

**Step 3:** Click **Change Profile,** then input the information you want to change:

* Wallet name
* Wallet avatar

**Step 4:** After changing the information, click **Save** to complete the process

<div><figure><img src="/files/m4OzkLcPFqZMz3YtWntw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NxVbVuGNnv1P8LkimbVk" alt=""><figcaption></figcaption></figure></div>

## How to Backup Passphrase? <a href="#how-to-backup-passphrase" id="how-to-backup-passphrase"></a>

> * If the user creates a new wallet or imports the wallet with a passphrase → The system will display both passphrase and private key
> * If the user imports the wallet with a private key → The system only shows private key

{% hint style="info" %}
**Passphrase** and **Private Key** must be saved in a safe place when users create wallets on Viction Wallet.
{% endhint %}

However, PassPhrase and Private key can be revealed by following the steps below if the user could not remember:

**Step 1:** On the home screen, select the wallet section at the top left corner

**Step 2:** Click on the Settings icon on the right corner of the wallet for which you want to get it's detail

**Step 3:** Click **Backup Passphrase**

**Step 4**: Click **Backup** to reveal the Private Key and Passphrase of the wallet

<div><figure><img src="/files/rX2SROoKiIERaKkq1vQe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/oKc7epCQp4OLyDxWuMBx" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3nLLy4dgTAiLLNqNWKxX" alt="" width="360"><figcaption></figcaption></figure></div>

## How to Revoke Connection? <a href="#how-to-revoke-connection" id="how-to-revoke-connection"></a>

We’ve developed the “Revoke Connection” feature to make sure that the connected website or Dapp no ​​longer has access to your wallet address.

**Step 1:** On the home screen, select the wallet section at the top left corner

**Step 2:** Click on the Settings icon on the right corner of the wallet for which you want to get it's detail

**Step 3:** Click **Manage Connections,** then select a specific connection and click **X** icon to revoke that connection

* Or click **Revoke all connections** to revoke all

**Step 4:** Click **Revoke** to complete the process

<div><figure><img src="/files/iWZ4DNuOS4lVzGuxWkap" alt=""><figcaption></figcaption></figure> <figure><img src="/files/wOJqJjS7y1hvR2gbLD1k" alt=""><figcaption></figcaption></figure></div>

## How to Remove wallet? <a href="#how-to-remove-wallet" id="how-to-remove-wallet"></a>

Allows users to remove their wallet from Viction wallet

**Step 1:** On the home screen, select the wallet section at the top left corner

**Step 2:** Click on the Settings icon on the right corner of the wallet for which you want to get it's detail

**Step 3:** Click **Remove Wallet,** then click **Remove** on confirmation popup to complete the process

<div><figure><img src="/files/IuaBf5W8uJrfmFO4FQj7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/iLY8vATp9IbQQm4RLoa9" alt=""><figcaption></figcaption></figure></div>

## How to view wallet address? <a href="#how-to-view-wallet-address" id="how-to-view-wallet-address"></a>

**Step 1:** On the main screen, click the wallet section at the top left corner

**Step 2:** Click on the Settings icon on the right corner of the wallet for which you want to get it's detail

**Step 3**: Click on **QR icon** on the top left of the screen

<div><figure><img src="/files/uAGFr3mQYqOoGSQyxcb2" alt=""><figcaption></figcaption></figure> <figure><img src="/files/19vrSceYAakq47cyIQqS" alt=""><figcaption></figcaption></figure></div>


---

# 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.viction.xyz/viction-wallet/user-guide/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.
