> For the complete documentation index, see [llms.txt](https://docs.dagora.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dagora.xyz/beginners-guide/basics/how-to-transfer-and-buy-nft-items.md).

# How to transfer NFTs

**Step 1:** After signing in or connecting wallet, click on the Profile icon on the top right corner of the screen

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe_zlydcaaJgav1CJcw1UaMcvMZnA3x6zBpTY0jU18yMP2Xpaf1zIJALnnjqO2HBwufu5SGpfUpe9lPcbXKxbqzr8Yl82rcH_kdU8aQt3WOAxl0sq7srLZ9ibghMnIO1V5JukUxnQ?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><figcaption></figcaption></figure>

**Step 2:** Click on the **Profile** **picture** or **username** to access your Profile page with NFTs in the connected wallet

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfEC94i_i7zhqQzptzgEHEhwQWk20uTzxP6sbzOyf_SO8sOYRrRP7DkZgCR_7WZU0OemgddmejgPgfrgFv4ypA_hEsq0nFbpQJztnZxZwQOrcRwmGlo8ketdc80913Un9hbL6UXvg?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><figcaption></figcaption></figure>

**Step 3:** On Profile page, open the Owned tab and hover over the NFT that you want to transfer.&#x20;

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

Click on the top right corner of each NFT to select one or more NFTs.&#x20;

{% hint style="info" %}
**Note:**

* You can choose more than one NFT
* NFTs that are on listing (selling) can't be chosen
  {% endhint %}

**Step 4:** Click **Transfer** button after selecting the NFTs

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

**Step 5:** Fill in the recipient address(es), then click Send button

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc_HbMKeWMa3LqfQVm3xyCkvI9Ty954tXRSZMrBl0YRmVZN9GdfGedOFJ04LKUkpfTgL8uZ3ukML14kndsxL20gjyzosFbPhuiINfVPqnWWtHt8Q_XUYlIy7wucf8B6qv5ney8gfA?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><figcaption></figcaption></figure>

You can choose Multi to transfer multiple NFTs to different wallets simultaneously

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfh_N0qFRvaEH6MmCyChw_KHY3N6qBqdcBdMC4oVK5A8rMBNXfEBWJGtuZ92RCemp19HCBfV0sMy7Q7sOm9t0i2RqKwb6jglmGA-HXzVSYi7ixf4bZSwHufynmw24VyCkc5H57TmA?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><figcaption></figcaption></figure>

**Step 6:** Review the information and confirm a transfer request

{% hint style="info" %}
**Note:**

* Sending wallet can not send to it own
* Sending and receiving wallets must be on the same chain
* You need to prepare native tokens of each blockchain to pay for [the gas fee](https://coin98.net/what-is-gas-fee)
  {% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcAXxEmvRJtBT79pAYh1Rq496tfuTXfoapuAyYFWFrX-r04fuIWTCGIxacvnrRtsXtqZOHY5v-IQzLEJoPgmLS98KYT6psSEpCC2k7BTU_vlKaTgW6NAilZxHyfWYJXkiUZDnXqQg?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><figcaption></figcaption></figure>

You will receive a notification that the transfer is completed

a. Click **Close** to close the notification

b. Click **My NFTs** to view Profile page

c. Click **View Transaction** to check the Transfer transaction on the blockchain explorer

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc2UVw3f65Z2wublAcb8xnGa9Lqg2llFSdqt4E0OH7Rqpcx_5jadvM1xTc6KiERdozGJPKj_2TNDhQTHPveMbn2hI93kHgTk-XKJgfkvuwGzJLzUu6YyvtcZ-kFL9QpxPNXu4_CDA?key=pTQi8cCjqSnW8V186hK7qEiz" alt=""><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.dagora.xyz/beginners-guide/basics/how-to-transfer-and-buy-nft-items.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.
