> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/mobile/nfts/v15-how-to-send-nft.md).

# How to Send NFT

### What do you need before sending an NFT?

* The NFT you want to transfer.
* The recipient's correct wallet address.
* A small amount of native token in your wallet to cover the gas fee.

### How do you send an NFT?

**Step 1:** On the Home screen, click on the **NFTs** tab and choose specific NFT to open the NFT detail page

**Step 2**: On the NFT detail page, click the **Send** button

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

**Step 3:** Input the Recipient’s Wallet Address and click the **Continue** button

**Step 4:** Review the information, then press and hold the **Hold To Send** button

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

{% hint style="info" %}
**Note**: Make sure to prepare a small amount of father token for the gas fee.
{% endhint %}

### What should you check before confirming an NFT transfer?

An NFT transfer is usually irreversible once it is confirmed on-chain, so double-check these details before you send:

* The recipient's wallet address is correct.
* You selected the right NFT.
* Your wallet has enough native token for gas fees.
* You are sending on the correct network.

### Frequently asked questions

#### Can I cancel an NFT transfer after I confirm it?

No. Once the transaction is confirmed on-chain, the NFT transfer cannot usually be canceled.

#### Why do I need native token to send an NFT?

Native token is used to pay the blockchain gas fee required to process the NFT transfer.

#### What happens if I enter the wrong wallet address?

If you send an NFT to the wrong address, the transfer may be permanent and the NFT may not be recoverable.

#### Do I need to send the NFT to the same network as my wallet?

Yes. The recipient wallet address and network must be compatible with the NFT you are transferring.

#### Why is my NFT send transaction failing?

Common reasons include not having enough native token for gas fees, entering an invalid wallet address.

### Key terms

* NFT: A non-fungible token that represents a unique digital asset.
* Wallet address: The public address used to receive crypto or NFTs.
* Gas fee: A network fee paid to process a blockchain transaction.
* Native token: The main token used to pay gas fees on a blockchain network.


---

# 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:

```
GET https://docs.coin98.com/products/coin98-super-wallet/mobile/nfts/v15-how-to-send-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.
