# How to Use the Private Wallet?

The private wallet is implemented through the application lock feature in the wallet. After enabling the application lock, you can add a \[subspace], which is the privacy space. After setting a password in the privacy space, you will enter a completely new \[create wallet] \[import wallet] interface.

After importing or creating a wallet, the next time you open the wallet, you will enter a different private wallet based on the password you entered. For example, if you set password 1 in subspace 1 and password 2 in subspace 2, entering the respective subspace password will open the wallet interface for that subspace.

This setting provides better private but requires remembering the password. If you forget the password, you can only recover assets on the chain using the key.

### Privacy wallet entry:&#x20;

The entry for privacy wallets differs between Android and iOS, but the process of creating and using a privacy wallet is the same.

#### Android entry:

1. Open TokenPocket, tap on "Me," then tap on "Settings."

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

2. Open "App Lock" in the system settings. Simply check "Enable" and set a password. Afterward, you can "Add a Subspace" to configure the privacy wallet.

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

#### iOS entrance:

1. Open TP Wallet, click \[Me], and select \[Security].

   <figure><img src="/files/1vbJip62Mv3rQh23296k" alt=""><figcaption></figcaption></figure>

   2. Click on \[App Lock], toggle the switch for \[Activate].

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

### Private Wallet Use Guide: <a href="#id-0" id="id-0"></a>

1. Set a password in the interface, with a minimum requirement of 8 characters. It is recommended to create a slightly complex password and remember it, as it will serve as the passphrase for the current wallet. Once the password is created, you will see the option to \[Add Subspace].

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

2. After clicking on \[Add Subspace], you will see a prompt interface. Click on \[Start Creating], customize a space name, and click on the \[Next] step.

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

3. Here, you also need to set a password, which is the access password for the newly created sub-space. Please be sure to remember this password. After completing the password setup, click on \[Enter Space].

<figure><img src="/files/5ir3iQOkZkuKaoVBsHVZ" alt=""><figcaption></figcaption></figure>

4. In the new-created subspace, you need to create or import a wallet again based on your needs. After completing the operation, the next time you open the wallet, you can enter the corresponding wallet by entering the password for the different subspace we set.

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

### Q\&A:

Q: Can the passwords for different subspaces be the same?&#x20;

A: No, the passwords for different subspaces must be unique. The entry into a subspace depends entirely on the set password, and there will be prompts in the interface.

Q: If I close the application lock for a subspace, will the data of other subspaces be lost?&#x20;

A: No, closing the application lock for the current subspace will keep the wallet in the currently accessed wallet. If you need to access another sub-space, you'll need to reopen the application lock and open the wallet again to enter the password for a different sub-space.

Q: Do I need to save the key for each subspace?&#x20;

A: Yes, it still needs to be saved. Essentially, it is still an externally owned account (EOA) type of key wallet, so be sure to backup your private key or mnemonic phrase offline.


---

# 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.tokenpocket.pro/en/wallet-management/wallet-management/private-wallet.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.
