> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/welcome/getting-started/connect-wallet/encrypted-key.md).

# Encrypted Key

This guide explains how to use Encrypted Key to connect to Demex.

{% hint style="info" %}
Learn more about Encrypted Key [here](https://www.coinbase.com/learn/crypto-basics/what-is-a-private-key).
{% endhint %}

## **Guide**

**Step 1:** On [Demex](https://app.dem.exchange/), click 'Connect Wallet' located at the top-right.&#x20;

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2Fq7RhIc7LRkhh7VVHqpxv%2FScreenshot%202023-02-23%20at%2011.42.19%20AM.png?alt=media&amp;token=8e0afd70-a50c-4aac-9ff0-8e51471dbedd" alt=""><figcaption></figcaption></figure>

**Step 2:** Select the 'Encrypted Key' option located at the bottom of the available Wallet choices.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2FGbAVxbbppUkcJv6Z1Opw%2FScreenshot%202023-02-23%20at%2011.42.25%20AM.png?alt=media&amp;token=4a111dcd-44f8-4515-85cf-c2d3e4951aa3" alt=""><figcaption></figcaption></figure>

**Step 3:** Input the relevant information for your Encrypted Key to access your wallet.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2F0G6zzwn2HZHtEFZaXJLM%2FScreenshot%202023-02-23%20at%2011.42.33%20AM.png?alt=media&amp;token=4525a2a8-754a-4df3-a484-a62791440361" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations, your wallet has been successfully connected!&#x20;
{% endhint %}

## Key/Password Recovery

**Step 1**: To reset your password or retrieve your Encrypted Key, click on the 'Lost Key or Password?' option located to the left of the 'Connect' button.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2F7G7Cob5TLXrYTPLdxNlk%2FScreenshot%202023-02-23%20at%2011.51.17%20AM.png?alt=media&amp;token=704acebb-e4dc-4270-a48c-2cc33a0e4792" alt=""><figcaption></figcaption></figure>

**Step 2**: Reset your password or retrieve your Encrypted Key by inputting your 12 word Recovery Phrase.

<figure><img src="https://3548599389-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MO-XZjWplLUJPNs07G8%2Fuploads%2F1YrTu4JLj2FBLcjun1ui%2FScreenshot%202023-02-23%20at%2011.51.09%20AM.png?alt=media&amp;token=2160d39c-a9aa-420e-af55-50b873d3e8a7" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Well done, you have successfully reset your password/retrieved your Encrypted Key!
{% endhint %}

**Step 3**: To connect to Demex using your Encrypted Key, please follow the Step by Step Guide provided above.

{% hint style="success" %}
Congratulations, your wallet has been successfully connected!
{% endhint %}


---

# 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://guide.dem.exchange/welcome/getting-started/connect-wallet/encrypted-key.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.
