# How to Transfer NFTs on Mintable?

### ✅ Step-by-Step: Transferring an NFT

#### **Step 1: Connect Your Wallet**

* Go to [Mintable](https://mintable.app) and log in to your account
* Click the **wallet icon** at the top-right of the page
* Connect your preferred Ethereum wallet (e.g., **MetaMask**, **WalletConnect**, etc.)

***

#### **Step 2: Navigate to Your NFT**

* Click on your **profile icon** and go to **"My NFTs"**
* Find the NFT you want to transfer
* Click the **“Transfer NFT”** button

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

#### **Step 3: Enter Transfer Details**

A pop-up window will appear:

* Ensure the **correct wallet is connected** (the one that owns the NFT)
* Enter the **recipient’s wallet address** carefully

  > ⚠️ **Double-check** the address — NFT transfers are irreversible!

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

#### **Step 4: Confirm and Pay Gas Fees**

* Review the recipient's address and NFT details
* Confirm the transaction
* A MetaMask (or wallet) prompt will appear asking you to **approve and pay gas fees** in **ETH**

> 💡 **Do not edit or lower the gas limit.** Doing so may cause the transaction to fail.\
> Gas used on failed transactions **is not refundable**.

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

**Step 5: Track the Transfer**

* Once submitted, the transfer will be processed on the Ethereum blockchain
* You can **track the status** using [Etherscan](https://etherscan.io) by entering your wallet address or the transaction hash

{% hint style="danger" %}

### **Important Warnings**

* **Irreversibility**: Both transferring and burning NFTs on Mintable are **permanent actions**. Make sure you double-check the recipient’s wallet address when transferring NFTs, as they cannot be recovered if sent to the wrong address. Similarly, once an NFT is burned, it cannot be restored.
* **Gas Fees**: Transferring and burning NFTs require **gas fees** paid in **ETH**. The gas fees depend on Ethereum network activity and must be paid in your connected wallet.
* **Asset Loss**: Mistakes such as sending NFTs to the wrong wallet address or burning them by accident can result in the permanent loss of those assets.
  {% endhint %}

### 🧠 Pro Tip

Before transferring a high-value NFT:

* Consider sending a **test transaction** (e.g., 0 ETH or another small token) to the recipient wallet to confirm it's valid
* Always **copy and paste the recipient address** to avoid typos


---

# 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/for-creators/creating-nfts/how-to-transfer-nfts-on-mintable.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.
