# Listing bundles

Bundles simplify the process of taking out loans against multiple NFTs. Instead of creating individual loans for each NFT, borrowers can group multiple NFTs into a bundle and take out one loan against all of them. This feature also allows for easy renegotiation and renewal of multi-collateral loans.

1. Navigate to the '[Bundles](https://app.nftfi.com/borrow/bundles)' section. The panel on the right of the screen will guide you through the process, but we explain the individual steps here in more detail.
2. Click on the 'Create bundle' button.
3. In the 'Your NFTs' section, you can see all the NFT assets in your connected wallet. Click the plus icon to add assets to your bundle. If you have an individual NFT asset listed and want to use it in a bundle, you must unlist it first.

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

4. In the 'New bundle' section, you can see the currently selected NFT assets in your bundle. You can remove assets by clicking the minus icon or the 'Remove all items' button.
5. In the 'Bundle actions' section, click on 'Mint bundle'. This creates the bundle on-chain as an ERC998 token.
6. Click on 'Approve' to grant permission to the bundle smart contract to move your assets. This must be done once for each collection.
7. Click on 'Save bundle on-chain' to save all bundle information on-chain.
8. Click on 'Seal bundle' to seal the bundle via an ERC721 wrapper contract. If you want to add or remove NFTs from the bundle you will need to unseal it first.
9. Click on 'List bundle' to list it for a loan. Once listed, you can start receiving loan offers on your bundle, or unlist it again at any time.

{% hint style="info" %}
You can read more about bundles in [this blog post](https://nftfi.com/blog/start-using-nftfi-bundles-for-multi-collateral-loans/).&#x20;
{% endhint %}


---

# 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.nftfi.com/borrow/listing-bundles.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.
