# Bulk / Batch Actions

### Bulk List

Users can select multiple NFTs and use the bulk list button on the "My NFTs" page to list multiple assets for sale or auction at once. Users can then adjust of each sale details, within one simple transaction.

### Bulk Transfer

In the same screen on "My NFTs" users can also bulk transfer NFTs to multiple or one address you can send ERC721 and ERC1155 in one batch! It will even use ERC1155 batch contract methods for lower gas costs.

### Bulk Liquidate

Users can use the same screen again on "My NFTs" to bring up a new page with the best offers currently available on their assets and liquidate/sell them all in one simple process.

Liquidating NFTs will never change the offers during execution, if any are no longer valid then the transaction will fail, and offer prices cannot be lowered, which prevents front-running.

### Other Bulk Actions

{% content-ref url="/pages/QN9210WfkLbqd19QkOqZ" %}
[Bulk Mint](/nft-marketplace-1/minting/bulk-mint.md)
{% endcontent-ref %}


---

# 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.paintswap.io/nft-marketplace-1/trading/bulk-batch-actions.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.
