> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/tutorials/decenomy-wallet/encrypting-a-wallet.md).

# Encrypting a wallet

{% embed url="<https://www.youtube.com/watch?v=qmalydbgt8A>" %}

First, let's open our wallet (in this case Sapphire). After this, as we can see in the image below, there is a padlock icon that is used to encrypt our wallet.

**It is important to encrypt our wallets to ensure greater security for our coins.**

<figure><img src="/files/87aawNXCaJOlfobsiXNi" alt=""><figcaption></figcaption></figure>

Now let's click on the padlock icon and the following window will open.\
\
**We recommend that you put a secure password that is not already used elsewhere.**

**It is important to take care not to lose this password because without the password it will no longer be possible to access funds.**

Then we click the "OK" button

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

A further confirmation screen will open and we will click the ENCRYPT button.

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

Once this is done, a further confirmation window will open and the wallet will be closed to complete the operation.

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

Now we can restart our wallet for the encryption to take effect. You will be required to enter your password anytime you send funds or perform other operations that require it.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/tutorials/decenomy-wallet/encrypting-a-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
