> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/setup-account/sign-up-and-sign-in-mobile-version/sign-in-by-using-digital-wallet.md).

# Sign-in by using digital wallet

{% embed url="<https://youtu.be/xA5kmwzwNPA>" %}

## Sign-in by using digital wallet that has registered a Monsterra account&#x20;

{% hint style="info" %}
Monsterra's registered digital wallet needs to be imported for use in the mobile version.

**With each new device, you will need to do this again.**
{% endhint %}

**Step 1**: Launch Monsterra

**Step 2**: Select supported chain on screen

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

**Step 3**: Select **"Import Wallet"**

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

**Step 4**: Enter your [Private Key](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-export-an-account-s-private-key#:~:text=On%20the%20account%20page%2C%20click,click%20%E2%80%9CConfirm%E2%80%9D%20to%20proceed.) exported from your account.

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

**Step 5**: Select **"Import Wallet"**

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

**Step 6**: Create password and verify

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

**Step 7**: Select **"Confirm"**

#### *Now your account is imported.*

## Sign-in by using digital wallet that has registered on device

**Step 1**: Launch Monsterra

**Step 2**: Select supported chain on screen

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

**Step 3**: Select Wallet from the list

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

**Step 4**: Select **"Login"**

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

**Step 5**: Enter password

**Step 6**: Select "Confirm"

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

## Safety & Security

The player's private key when entered will be encrypted using[ the standard method for Web3](https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition#scrypt) [specified by Etherium](https://docs.nethereum.com/en/latest/nethereum-creating-key-store/).

Monsterra does not record and store unencrypted private keys and player passwords in any way


---

# 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.monsterra.io/setup-account/sign-up-and-sign-in-mobile-version/sign-in-by-using-digital-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.
