# App Lock Methods

After creating a new wallet or importing your existing wallet, you are required to set a method for unlocking the app to access and transact with your wallet on-chain. You must either use your devices in-built biometric functions (ie Face ID) or a unique 6-digit PIN.

This lock method will be required each time you open the app from backgrounding, and also for confirming transactions on the blockchain, such as:

* Sending cryptocurrency funds
* Sending royalty tokens
* Connecting your wallet to 3rd-party dapps
* Anything else that requires access to your wallet tokens

<details>

<summary>Change app lock method</summary>

1. Tap your **profile image** top left from any of the tabs to open settings.
2. Tap **Security** to access security related settings.
3. Under the section for "App Lock" tap **Lock Method** to change your lock method

You current lock method will be required to confirm the change.

</details>

{% hint style="warning" %}
If you forget your PIN or your biometric unlock stops working, you can regain access to your wallet using your recovery phrase. Please ensure you have this backed-up in a safe place. Learn [how to import your wallet](https://app.gitbook.com/o/-MEmPLI-KWIfJEx2Vrho/s/6EV0C5Tj7N6vgV31huTC/~/changes/29/getting-started/creating-or-importing-a-wallet#import-your-existing-wallet) using your recovery phrase.
{% 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.revelator.com/wallet/security/app-lock-methods.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.
