# How to Send Multiple NFTs at Once from the SyFu Wallet to the Game

This page explains the procedure for sending multiple NFTs at the same time from the SyFu Wallet to the game.

***

### Overview of the Steps

1. Log in to your SyFu account on the Marketplace
2. Select the NFTs to send from the SyFu Wallet
3. Passkey authentication
4. Transfer completed

***

#### ① Access the Marketplace and Log In with Your SyFu Account

Access the Marketplace and log in with your SyFu account.\
🔗[ https://manekineko.syfu.io/](https://manekineko.syfu.io/)

1. Tap the menu in the top-right corner and select “LOGIN”
2. Enter your email address
3. Enter the verification code sent to your email address to complete login

***

#### ② Select NFTs from the SyFu Wallet

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

1. After logging in, tap the icon in the top-right corner and select “My NFTs”
2. Open the “SyFu Wallet” tab
3. Select the collection you want to send from the dropdown menu
4. Tap the “Select” button and select multiple NFTs you want to send from the collection
5. After selecting, tap the “Transfer” button

**Notes**

* NFTs are sent by collection
* If the NFTs are within the same collection, you can send up to 30 NFTs at once simultaneously.
* You will need enough BNB in your SyFu Wallet to cover gas fees when sending NFTs

***

#### ③ Passkey Authentication

When sending NFTs, you will be required to complete passkey authentication.\
Please follow the on-screen instructions to complete the authentication process.

* If you are accessing from a smartphone\
  You can authenticate directly using the passkey already registered on your device.
* If you are accessing from a PC or another device without a registered passkey\
  Select an option such as “Smartphone, tablet…”, and a QR code will be displayed.\
  Scan this QR code with the camera of the smartphone that has the registered passkey to proceed with authentication.
* The passkey used for authentication must be the same passkey used for the SyFu Wallet.

***

#### ④ Transfer Completed

Once passkey authentication is completed, the NFT transfer will be executed.\
After the transfer is complete, please confirm that the purchased NFTs are correctly reflected in the game.


---

# 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.syfu.io/quick-start/app-setup/syfuwallet-to-game.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.
