> For the complete documentation index, see [llms.txt](https://help.minted.network/minted-help-centre/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minted.network/minted-help-centre/minted-how-to-hub/buying-nfts/bulk-purchasing-nfts.md).

# Bulk purchasing NFTs

You can now buy multiple NFTs together!

1. Visit you favourite collection
2. Select your desired NFTs by clicking “Add to bag”&#x20;

   ![](/files/P1MCiXWMukzEnFHfud4D)
3. Click the shopping bag icon to view selected NFTs\
   ![](/files/crU2gAtRdhvo9YiYkjil)
4. Remove selected NFT by clicking “Remove” in NFT detail page ![](/files/8WJ87NFgzrER6isoGB65)or rubbish bin icon in my bag![](/files/BIemVdFK2SRaLiYAImgY)

To checkout, you can

1. Click the shopping bag icon \
   ![](/files/NYLBcmh2Oia86NY6sa63)
2. Select the NFTs you want to checkout \
   ![](/files/cHak261ruN7JOIDqWbs1)
3. Select your payment method – WCRO or CRO
4. Click the checkout bar which should display the number of selected item(s)\
   ![](/files/suGymFsaA0b2lVNCS8ta)
5. Sign the signature at the “confirming your purchase” page ![](/files/cxHc8E6ACDGF6DOtaNDn)
6. You will be able to view the purchase confirmation page once the purchase is completed\
   ![](/files/mgQmVEBVRR5uccJDjmTK)

\
&#x20;


---

# 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://help.minted.network/minted-help-centre/minted-how-to-hub/buying-nfts/bulk-purchasing-nfts.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.
