# Claiming Mintable Custodial wallet

Taking custody of your Mintable wallet means you are **assuming full ownership** of your wallet and all assets within it — including NFTs, funds (ETH), and any store/smart contract addresses associated with it.

You’ll receive your **private key** (also known as a seed phrase), which you can then **import into MetaMask** to access your wallet directly.

### 🛠️ Why Take Custody?

* ✅ To unfreeze your wallet if it has received funds or an NFT sale
* ✅ To gain full access to your ETH and NFTs
* ✅ To take full ownership of the smart contract/store tied to your wallet
* ✅ To control your assets outside of Mintable’s custodial system

> 🔐 **Once you take custody, Mintable can no longer access your wallet. Your private key is deleted from our servers permanently.**

### 📍 Where to Start

#### Option 1: From “My NFTs”

1. Log in to your Mintable account
2. Go to **“My NFTs”**
3. Click **“Take Custody”** in the top right

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

#### Option 2: From the Wallet Freeze Prompt

If your wallet is frozen, you’ll see a **“Take custody of your wallet”** button under your wallet section — click it to begin.

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

### 🧭 Step-by-Step: Taking Custody

#### 1. Do You Have a Crypto Wallet?

You’ll be asked if you already use a crypto wallet like **MetaMask**:

* If **yes**, proceed to the next step
* If **no**, you’ll be guided to install MetaMask before continuing\
  → 🔗 [Install MetaMask](https://metamask.io/)

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

#### 2. Enter the OTP Sent to Your Email

{% hint style="danger" %}
To verify ownership, you’ll be sent a **One-Time Password (OTP)** to your registered email from:\
📧 `no-reply@mintable.com`

🚨 **Do not share this OTP with anyone.** Mintable staff will **never** ask you for your OTP or private key.
{% endhint %}

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

#### 3. Copy Your Private Key

Once verified, you’ll be shown your **private key**. This is the **only way to access your wallet** once you take custody.

> ⚠️ **Anyone with this key can access your wallet and steal your assets. Treat it like a password — but even more securely.**

✅ **Best Practices**:

* Write it down on paper and store it in a secure place
* Do **not** copy/paste it into untrusted sites or cloud storage
* Avoid screenshots or email backups

> ⚠️ **If you lose this key, Mintable cannot recover your wallet or its contents.**

**Important:**\
If you **close your browser** or **lose internet** during this step, the wallet will freeze again. You’ll need to restart the process from the beginning.

#### 4. Import Your Wallet to MetaMask

After receiving your private key:

* Your Mintable wallet will be **removed from your dashboard**
* You must now **import it into MetaMask** to regain access

Follow these MetaMask steps:

1. Open MetaMask
2. Click on your account icon → **“Import Account”**
3. Paste the **private key**
4. Click **“Import”**

[🔗 View MetaMask’s Import Guide](https://support.metamask.io/start/how-to-import-an-account/)

<figure><img src="/files/jedVhiqfpJKaw4jQqtzl" alt="" width="357"><figcaption></figcaption></figure>

<figure><img src="/files/ylvbByurB4hmfZ0sAZBv" alt="" width="357"><figcaption></figcaption></figure>

#### 5. Reconnect Your Wallet to Mintable

Once imported into MetaMask:

1. Go back to [Mintable](https://mintable.app)
2. Click **“Connect Wallet”**
3. Select your MetaMask wallet

> 🎉 Your NFT journey continues — now with full control of your assets!

### 🧼 What Happens Next?

* Your private key is **permanently deleted** from Mintable’s servers
* Only **you** can now access your wallet
* Mintable **cannot retrieve your wallet** or its contents if lost


---

# 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.mintable.app/using-mintable/nft-wallets/mintable-custodial-wallet/claiming-mintable-custodial-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.
