> 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/extension/nfts/how-to-send-multiple-nfts-to-an-address.md).

# How to send multiple NFTs to an address

**Step 1:** On the home screen, choose the **NFTs** section

**Step 2**: On the NFTs section, choose the collection of NFTs you would like to send

2.1. Start to select multiple NFTs for one transfer transaction

2.2. Tick the NFTs you would like to send&#x20;

{% hint style="info" %}
Note: You can only maximum 10 NFTs in one transaction&#x20;
{% endhint %}

Step 3: Click **Multi-Send**

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

**Step 4**: At the NFT sending interface, enter the recipient NFT’s wallet address then click Send

**Step 5**: On the Summary screen, you can adjust the gas fee based on your preference (standard, fast, or slow to process the transaction speed) and review the transfer details. Then, click **Send** to execute the transaction. Then, please wait until the transfer transaction is completed.

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

{% hint style="info" %}
**Note**:

* The gas fee varies depending on the blockchain of the NFT project. You need to ensure you have the appropriate father tokens to cover gas fees in your transfer transactions (e.g., ETH for Ethereum network transfers, SOL for Solana network, etc.). For a clearer understanding of gas fees on different blockchains, refer to this article:  <https://coin98.net/what-is-gas-fee>
* By default, on Coin98 Super Wallet, the gas fee is set at the Standard rate that offers the most optimized speed at a reasonable cost.
  {% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coin98.com/products/coin98-super-wallet/extension/nfts/how-to-send-multiple-nfts-to-an-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
