# Transfer NFT

This section describes the NFT transfer procedure.

{% hint style="info" %}
See NFT Transfer Screen for items on the [NFT transfer screen](/en/webtools/nft/transfer.md).
{% endhint %}

{% hint style="warning" %}
Transfer of NFTs generated by `Solana Mainnet` and `Solana Testnet` is not supported. Also, SBT NFTs cannot be transferred.
{% endhint %}

## Prerequisite <a href="#prerequisite" id="prerequisite"></a>

* The NFT to be transferred has already been minted.
* NFT transfers are `enabled` in the collection settings associated with the NFT to be transferred.
* Already have the destination wallet address (42-digit alphanumeric code starting with 0x).

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

## How to transfer NFT <a href="#how-to-transfer" id="how-to-transfer"></a>

When an NFT is selected on the [NFT list screen](/en/webtools/nft/list.md), the details of the NFT are displayed in a modal window. Click the `Transfer` button in the modal window to go to the [NFT Transfer page](/en/webtools/nft/transfer.md).

\
On the [Transfer NFT page](/en/webtools/nft/transfer.md), enter the destination wallet address to perform the transfer.

{% hint style="warning" %}
NFT transfers can take from 30 seconds to 1 minute to complete. Do not reload the screen or move around during the transfer process.
{% endhint %}


---

# 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.nftgarden.app/en/tutorial/transfer-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.
