# NFTの転送

ここではNFTの転送手順を説明します。

{% hint style="info" %}
NFT転送画面の項目に関しては[NFT転送画面](/jp/webtools/nft/transfer.md)を参照
{% endhint %}

{% hint style="warning" %}
`Solana Mainnet`,`Solana Testnet`で生成したNFTの転送には対応していません。またSBTのNFTは転送できません。
{% endhint %}

## 前提条件 <a href="#prerequisite" id="prerequisite"></a>

* 転送を行うNFTが既に生成完了している
* 転送対象のNFTが紐づくコレクション設定にてNFTの転送が`Enable`になっている
* 転送先のウォレットアドレス(0xで始まる半角英数42桁)を既に持っている

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

## NFT転送方法 <a href="#how-to-transfer" id="how-to-transfer"></a>

[NFT一覧画面](/jp/webtools/nft/list.md)から詳細の矢印をクリックするとNFT詳細の画面が表示されます。NFT詳細画面の右下にある`NFT転送`のボタンをクリックすると[NFT転送画面](/jp/webtools/nft/transfer.md)が表示されます。\
\
[NFT転送画面](/jp/webtools/nft/transfer.md)では、転送先のウォレットアドレスを入力して転送を実行します。

{% hint style="warning" %}
NFT転送には30秒から1分程かかります。転送処理中は画面の再読み込みや移動などは行わないでください。
{% 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/jp/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.
