# How to manage wallets

**Wallet Settings** feature to change their profile, backup passphrase, manage connections, remove wallets, or view wallet addresses.

## How to Change Profile? <a href="#id-ug-walletsettings-howtochangeprofile" id="id-ug-walletsettings-howtochangeprofile"></a>

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

**Step 2:** In the **My Wallets** section, click the **Settings** icon in the right corner of the wallet you want to change its profile;

<div><figure><img src="/files/Q0PgV0xLvAQy6lCM3J3L" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QzyFjuiRiWrbpS9c0nUv" alt=""><figcaption></figcaption></figure></div>

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

* Wallet name: enter your desired wallet name
* Wallet avatar: select your preferred avatar image

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

<div><figure><img src="/files/8Ubht9VzFuz1s05WnuKJ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BNPMIr9HS0H5ZW9JSWTZ" alt=""><figcaption></figcaption></figure></div>

## How to Backup Passphrase? <a href="#id-ug-walletsettings-howtobackuppassphrase" id="id-ug-walletsettings-howtobackuppassphrase"></a>

{% hint style="info" %}

* This feature is not for wallets imported from hardware wallets or view-only wallets
* If you create a new wallet or import the wallet with a Seed Phrase, the system will display both Seed Phrase and Private Key when you retrieve the recovery key
* If you import the wallet with a Private Key, the system will display only the Private Key when you retrieve the recovery key
* Seed Phrase and Private Key must be saved in a safe place when you create wallets on the Ninji Extension Wallet
  {% endhint %}

If the wallet is still being activated in the My Wallets section of your Ninji Extension Wallet, you can retrieve Seed Phrase and Private Key by following the steps below:&#x20;

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

**Step 2**: In the My Wallets section, click the Settings icon in the right corner on your desired wallet;

<div><figure><img src="/files/7NZaeXZ1PpKFeTGTsh7r" alt=""><figcaption></figcaption></figure> <figure><img src="/files/BNPMIr9HS0H5ZW9JSWTZ" alt=""><figcaption></figcaption></figure></div>

**Step 3**: Click the **Backup Seed phrase**. A warning will appear regarding the display of your Seed Phrase -> Click **Back up** to continue;

**Step 4:** Unlock your Ninji Extension Wallet to view Seed Phrase and Private Key.

<div><figure><img src="/files/XG5w3pCh7iVZK9tniT4h" alt=""><figcaption></figcaption></figure> <figure><img src="/files/4mIzz0T0E9rGAWmBi11D" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zsdH0OqNzUeF2SMxAi8b" alt=""><figcaption></figcaption></figure></div>

## How to Revoke Connection? <a href="#id-ug-walletsettings-howtorevokeconnection" id="id-ug-walletsettings-howtorevokeconnection"></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**: In the **My Wallets** section, click the **Settings** icon in the right corner on your desired wallet

**Step 3:** Click **Manage Connections**, then click **Revoke (X)** icon to revoke a specific connection or click **Revoke** **all connections** to revoke all;

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

<figure><img src="/files/CKdOup1rT0oW2HgfRWlT" alt=""><figcaption></figcaption></figure>

## How to Remove wallet? <a href="#id-ug-walletsettings-howtoremovewallet" id="id-ug-walletsettings-howtoremovewallet"></a>

This feature allows you to remove wallets from the Ninji Extension Wallet.

{% hint style="warning" %}
**Note**: Removing a wallet from the Ninji Extension Wallet is permanent. Please make sure you have transferred any necessary funds before proceeding.
{% endhint %}

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

**Step 2:** In the My Wallets section, click the Settings icon in the right corner of the wallet you want to remove;

**Step 3:** Click **Remove Wallet**. A confirmation pop-up will appear. To confirm removal, click **Remove** on the pop-up.

<figure><img src="/files/m5K3KAic8YGFLjmiNwKb" alt=""><figcaption></figcaption></figure>

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

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

**Step 2**: In the **My Wallets** section, click the **Settings** icon in the right corner of the wallet you want to view the address for;

**Step 3:** Click on the QR icon at the top right of the screen;

<figure><img src="/files/gUMfIn24QEqFqOrGMrWA" alt=""><figcaption></figcaption></figure>


---

# 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.ninji.xyz/user-guide/basic/extension/how-to-manage-wallets.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.
