> For the complete documentation index, see [llms.txt](https://docs.bidds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bidds.com/bidds/feature-explanation/bulk-transferring.md).

# Bulk Transferring

Transferring multiple NFTs at once is a nifty feature on Bidds that streamlines the process and saves time for users looking to efficiently manage their NFT collections. In this article, we’ll walk you through the steps to complete a bulk transfer on the Bidds NFT Marketplace.

To begin the bulk transfer process, log in to the Bidds Marketplace with your wallet, and navigate to your profile.

Select the NFTs you wish to transfer by clicking on the + icon on the top right of each NFT card. As you make your selections, the chosen items are visually highlighted or marked indicate their inclusion.

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

Once you have chosen the items for transfer, click the vertically dotted button on the bottom right, and the Transfer option will appear.

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

In the designated field on the top of the modal, input the accurate wallet address where you want to send your NFTs. Take extra care when entering the address to avoid any errors, as transactions are irreversible. Once you have double checked everything, proceed by clicking the transfer button on the bottom of the modal.

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

After initiating the transfer, a confirmation message or prompt will be displayed from the wallet that you're using. Follow the instructions provided to complete the transfer process. Typically, you will need to open your wallet software or extension and confirm the transaction from there.&#x20;

Once signed, the NFTs are sent to the new owner!


---

# 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.bidds.com/bidds/feature-explanation/bulk-transferring.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.
