> For the complete documentation index, see [llms.txt](https://docs.nftbutler.io/nft-butler/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftbutler.io/nft-butler/features/listing-approvals.md).

# Listing Approvals

Butler offers the option to pre-approve Collections for Listing per Marketplace. Approvals can also be done later on once a bid got accepted and Assets are part of your inventory before creating the Listing task.

{% hint style="info" %}
Approvals can be done on the Ethereum blockchain. For L2 chain approvals Users need to manually list the asset on OpenSea first in order to make Auto Listing tasks work.
{% endhint %}

<figure><img src="/files/i874JFYgfqhbKuzAFz4c" alt=""><figcaption><p>Pre-Approving Collection on OpenSea</p></figcaption></figure>

{% hint style="info" %}
The Selected Wallet is taken from the Bidding Task config or the wallet which is currently holding selected asset on a [Listing Task](/nft-butler/task-types/listing-task.md)
{% endhint %}

## Approvals

The Approval modal is showing Estimated gas fees based on current gas price and estimated gas limits for the required approval.

With **Refresh Estimates** gas fees can be refreshed. There is also a hardcoded limit to skip listing approvals above 50 Gwei gas price.

When hitting **Approve** Butler will automatically sign and send the approval request for the selected Marketplace with the selected wallet.

<figure><img src="/files/cKFvBDswb1aQc7SGMWKN" alt=""><figcaption><p>Sending Approval Request on Blur</p></figcaption></figure>

{% hint style="info" %}
Sending an Approval Request can take a few seconds up to several minutes. Once the Approval has been completed a message as below will be shown.

With the Button "**Check Pending Transactions**" you'll be linked to the Etherscan Mempool to see your pending approval request.
{% endhint %}

<figure><img src="/files/pJZbdv8Cn4vJvypjcY4s" alt=""><figcaption><p>Approval was sent successful</p></figcaption></figure>

After successful approval Butler will also rescan the approvals of your wallet to confirm and update Approved Marketplaces:

<figure><img src="/files/EQXRRSD5iTa1aoBnNzE9" alt=""><figcaption><p>Magic Eden was successfully approved on this wallet</p></figcaption></figure>


---

# 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:

```
GET https://docs.nftbutler.io/nft-butler/features/listing-approvals.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.
