> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-market/side-panel/transfer-nft.md).

# Transfer NFT

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

In order to transfer NFT, you will need to follow a few steps.

**Step 1**

To access this feature of the market, it is necessary to [connect your wallet and login to web3!](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login)

**Step 2**

Select **wallet** icon

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

**Step 3**

Select **NFT**

<figure><img src="/files/lHCTLJaqlmhUNdWO9acU" alt="" width="237"><figcaption></figcaption></figure>

**Step 4**

Select **Transfer**

<figure><img src="/files/CP6Zg7o5DHFf7ePsF8wt" alt="" width="265"><figcaption></figcaption></figure>

**Step 5**

Choose assets would you like to transfer.

<figure><img src="/files/Ot7B9OkK4pCj9dEA2mfj" alt="" width="375"><figcaption></figcaption></figure>

**Step 6**

Paste recipient wallet address and select required supply.

Click **Send**

<figure><img src="/files/st9x05HkwKkhkVoqmVeI" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Please ensure that you copy and paste wallet address to prevent any errors.&#x20;

A valid wallet address should contain a combination of 42 alphanumeric characters.

Items sent to wrong address cannot be recovered!
{% endhint %}

**Step 7**

Sign Transaction in the wallet

<figure><img src="/files/BPACqp6uMIqWTV6TceHp" alt="" width="375"><figcaption></figcaption></figure>

Confirm transaction.&#x20;

{% hint style="info" %}
Make sure you have enough Tokens to cover [Blockchain Network Fee](https://docs.metaproprotocol.com/mpro-labs/blockchain-network-fee).

If you use different Blockchain, your network fee will be in [native token of this Blockchain](https://docs.metaproprotocol.com/mpro-labs/blockchain-native-token).
{% endhint %}

<figure><img src="/files/Zhy7chQ39mUqmMM9c3Sp" alt="" width="299"><figcaption></figcaption></figure>

**Step 8**

Confirm transfer with your 6-digit PIN code

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

**Step 9**

Congratulations! You have successfully transferred your NFT.

Transaction can be checked and verified on BSCScan

<figure><img src="/files/CqSPFUfoZ6uaTzyze8P2" alt="" width="375"><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.metaproprotocol.com/metapro-market/side-panel/transfer-nft.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.
