# Transfer NFT

**Step 1**: On the SubWallet homepage, select the "**NFTs**" tab.

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

**Step 2**: In the Your collections screen, find the collection you want to transfer.

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

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

**Step 3**: In the NFT details screen, click the "**Send**" button at the bottom left of the screen.

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

{% hint style="info" %}
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 Kusama network, which is a Substrate-based network, so the recipient account must be either a Substrate (Polkadot) solo account or a unified account.
{% endhint %}

**Step 4**: A popup screen will appear on the right side. Select the recipient account.&#x20;

*Since we are transferring an NFT on Kusama, you will need to select either a Substrate (Polkadot) solo account or a unified account.*&#x20;

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

Once done, click "**Next**".

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

{% hint style="info" %}
Guess how? Since NFTs are 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/IYSAZgpP9zAT0bms9OPq" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/WETI8NgvP80DiZqthuK8" alt=""><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;
{% 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/web-dashboard-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.
