# Lock & unlock wallet

### **Lock your wallet** <a href="#lock-your-wallet" id="lock-your-wallet"></a>

To lock your wallet, from the SubWallet homepage, simply click the Lock button at the top right of the screen.

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

Super easy, right?

{% hint style="info" %}
You can also lock your wallet by selecting the "**Settings**" tab on the sidebar to get to the Settings screen, scrolling down to find the "**Lock**" button, and then hitting the button.

![](/files/E3kVyPTIRZwCzZDcUV1H)\
![](/files/PDPBS3lQfqCuLFLrg9uz)
{% endhint %}

### Unlock your wallet <a href="#unlock-your-wallet" id="unlock-your-wallet"></a>

{% hint style="info" %}
If you have previously locked the wallet or been inactive for a while, your wallet will be **locked**.
{% endhint %}

To unlock the wallet, on the Welcome screen, enter your master password and click "**Unlock**".

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

### Change auto-lock time <a href="#change-auto-lock-time" id="change-auto-lock-time"></a>

{% hint style="info" %}
Auto-lock is a security feature that locks your wallet after a period of inactivity.
{% endhint %}

**Step 1:** On the SubWallet homepage, click the "**Settings**" tab on the sidebar to get to the Settings section.

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

**Step 2**: In the Settings section, select "**Security settings**".

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

**Step 3**: Choose "**Wallet auto-lock**".

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

**Step 4**: A popup screen will appear on the right side. Select the lock time you want to apply.

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

{% hint style="info" %}
By default, SubWallet locks your wallet after *15 minutes* of not being used, but you can adjust the lock time to fit your needs.
{% endhint %}


---

# 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.subwallet.app/main/web-dashboard-user-guide/account-security/lock-and-unlock-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.
