# How to transfer 721 NFT

The transfer of NFTs of 721\* standard can be carried out via interaction with bscan or Metamask mobile app. In this guide, we'll cover **both options**.  In the near future, tools for NFT transfer will become available within the interface of the PocMon marketplace. You can transfer NFTs once you minted them on the PocMon Marketplace. You can read our guide on how to mint NFTs [here](https://pocmoncom.gitbook.io/pocmon/guides/how-to-mint-nft).

**Option 1: Transfer your 721 NFT via Metamask mobile app**\
\
**Step 1**. Download Metamask mobile app from metamask.io\
**Step 2.** Import your Metamask account into the Metamask mobile app. Learn how to do that [here](https://metamask.io/faqs)\
**Step 3.** Choose the "NFT" tab and click "Import NFTs". Then insert the NFT's address (copy it from the URL of your NFT on the PocMon Marketplace, it begins with 0x...) and the NFT's id (it's the number after "/" at the end of the NFT's address in the same URL)

<div align="center"><img src="https://1719295523-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ml-K6oFY-KIySXX-7Ka%2F-MlOY_B8MfMRI-0CIV1c%2F-MlOZ1jlkTHk6ZsGbCgf%2FScreenshot%202021-10-07%20at%2010.03.09.png?alt=media&#x26;token=adf43893-04e1-4b2a-8f67-c5c73a550606" alt=""></div>

![](https://1719295523-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ml-K6oFY-KIySXX-7Ka%2F-MlOY_B8MfMRI-0CIV1c%2F-MlOZhaPVuRi5s9OE1ML%2FScreenshot%202021-10-07%20at%2010.06.04.png?alt=media\&token=d2f7554b-6e2c-47de-a18a-a759fe809f2c)

\
**Step 4.** Open the uploaded NFT in the Metamask app, click the "send" button and enter the wallet address you'd like to transfer your NFT to.

*Done! Your NFT has been transferred to a different wallet and can be seen in its profile in the "owned"  tab on the PocMon marketplace.*&#x20;

\
**Option 2: Transfer your 721 NFT via interaction with bscscan:**\
\
**Step 1.** Go to <https://bscscan.com/> and type in the NFT address. To find the NFT address, open your NFT on the PocMon marketplace and copy the combination of symbols in your browser's address bar at the top of the page (beginning with 0x... ). Then just paste it to the bscscan search bar. The NFT id is the number after the NFT address (after slash) at the end of the url.

![](https://1719295523-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ml-K6oFY-KIySXX-7Ka%2F-MlOY_B8MfMRI-0CIV1c%2F-MlO_nL38lqUXzYx6IbS%2FScreenshot%202021-10-07%20at%2010.07.44.png?alt=media\&token=15dd76e4-3c6d-4f90-bed1-84cbd7d74a1d)

\
![](https://www.evernote.com/shard/s647/sh/b1ffd58d-4ac2-5b44-13e7-66705897458b/ef403d056a3807b34e9250d51baa4b30/res/b2878cde-3461-06f7-2cc0-adb04851e5db)\
\
Step 2. After entering your NFT's address to the search bar, choose the "Contract tab", then click the "Write Proxy" tab, and connect your wallet by clicking "Connect to Web 3" button in the bscscan interface.

![](https://1719295523-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ml-K6oFY-KIySXX-7Ka%2F-MlOY_B8MfMRI-0CIV1c%2F-MlOaXUbgzXu8F_IXqsH%2FScreenshot%202021-10-07%20at%2010.11.12.png?alt=media\&token=2ad0ed94-e40c-4baa-9325-b17b66ec02e2)

\
Step 3. Scroll down, find "17. safeTransferFrom" and fill in the address of the sender, the address recipient, the NFT id (see Step 1), and the amount of items you'd like to send.![](https://www.evernote.com/shard/s647/sh/b1ffd58d-4ac2-5b44-13e7-66705897458b/ef403d056a3807b34e9250d51baa4b30/res/91882aa6-6844-d604-08af-21372c33cc9a)

![](https://1719295523-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ml-K6oFY-KIySXX-7Ka%2F-MlOY_B8MfMRI-0CIV1c%2F-MlOa8yrLffLGXLi7JXz%2FScreenshot%202021-10-07%20at%2010.12.23.png?alt=media\&token=141daf3b-53ee-4440-891b-2e3b7699e809)

**Done! Your NFT has been transferred to a different wallet and can be seen in its profile in the "owned"  tab on the PocMon marketplace.**&#x20;

\
\&#xNAN;*\*NFTs 721 allow to sell one exclusive collectible only 1 time, unlike the NFTs of 1155 standard.*


---

# 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://pocmoncom.gitbook.io/pocmon/guides/how-to-transfer-721-nft.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.
