# Transfer NFT

**Step 1**: Open the SubWallet extension and select the "**NFTs**" tab at the bottom of the screen.

<figure><img src="/files/KpxPvt1RNTaQBtxUhMJ8" alt="" width="363"><figcaption></figcaption></figure>

**Step 2**: On the Your collections screen, scroll down to select the collection you want to transfer.

<div><figure><img src="/files/x13GJQ85IlUCFpSnPHwW" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/tUEwzUwsuhrlndL0Br5B" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 3**: Scroll to see details of the NFT, then click "**Send**".

<div><figure><img src="/files/uBobWQvAILKTiUfXUYp9" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/dL6R4JPDEuintQQuafZf" alt="" width="363"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Not all NFTs are transferable.
{% endhint %}

{% hint style="info" %}
Notice the network your NFT is on because you could only send an NFT to the account type that supports this network.&#x20;

In this example, the NFT is on the Polygon network, which is an EVM network, so the recipient account must be either an EVM solo account or a unified account.
{% endhint %}

**Step 4**: Select the recipient account. Since we are transferring an NFT on Polygon, you will need to select either an EVM solo account or a unified account. Once done, click "**Next**".

<div><figure><img src="/files/SQgZeoOvaD0mcmSGb9TB" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/TWZzUiYEFkYaPi9DFfhE" alt="" width="363"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Guess how? Since NFT is non-fungible and unique, a particular NFT can only be held by a particular account. This differs from fungible tokens, say, DOT, which can be held in many account types.&#x20;

Due to this non-fungible attribute of the asset, we can detect the valid recipient account(s) automatically.&#x20;
{% endhint %}

**Step 5**: Check your transaction details, then click "**Approve**" to proceed.&#x20;

<figure><img src="/files/7F4kDzthoZlms6k9uoNd" alt=""><figcaption></figcaption></figure>

**Step 6**: Transaction result is in!

<figure><img src="/files/Q34m4DIgSDVSCcslBSNs" alt="" width="363"><figcaption></figcaption></figure>

You can either click "**Back to home**" to return to the homepage or "**View transaction**" to see transaction details in the History tab.

{% hint style="info" %}
If you click "**View transaction**", SubWallet will show you the latest transaction record in your transaction history along with the extrinsic hash of the transfer.&#x20;

<img src="/files/byGqgiJQY2cc1jwwhLTG" alt="" data-size="original">
{% 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.subwallet.app/main/extension-user-guide/receive-and-transfer-assets/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.
