> 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/setup/optimized-settings.md).

# Optimized Settings

In this chapter we'll explain how you can optimize NFT Butler for different task setups.&#x20;

It's important to understand that Butler can run:

* **6 token bidding tasks in parallel**&#x20;
* [Pro Members](/nft-butler/products-and-services/pro-access.md) can also run **additional Tasks on Magic Eden**

Each Butler should be running with **2 dedicated Wallets** spread among your Bidding Tasks. They should not be used with other Bidding bots as this can lead to getting Rate Limited by OpenSea.

When using the PRO Access we further recommended to use a third Dedicated Wallet for the ICB engine only.

### Lockscreen

To ensure no one can work with your wallets added to Butler while you're not at home / in front of your computer or VPS, Butler supports adding a password and an automatic lockscreen when being inactive on Butler.

Password and lockscreen inactivity settings can be found in Settings section of Butler:

<div><figure><img src="/files/FVoqANVt6sX6iDqX3RxF" alt=""><figcaption><p>A new password can be set after providing the initial password</p></figcaption></figure> <figure><img src="/files/xtY9MW1B4qg5sPK59nmb" alt=""><figcaption><p>Setting auto-lock timeout after 15min inactivity</p></figcaption></figure></div>

{% hint style="info" %}
The lockscreen can also be activated manually in your top right Avatar icon or when using the shortcut **CTRL + L** (Windows) or **CMD + L** (Mac OS)

To disable the automatic lockscreen you can set **0** as Auto-Locl Timeout
{% endhint %}

### Settings Walk-Through

<figure><img src="/files/FVi0Vv1s4ydlQbC3hydz" alt=""><figcaption><p>The maximum number of running token tasks per wallet can be configured here.</p></figcaption></figure>

<figure><img src="/files/GJrdRiuvl14V1qYqxTig" alt=""><figcaption><p>Butler will automatically download and update new software updates. This setting specifies the timeframe for automatic updates.</p></figcaption></figure>

<figure><img src="/files/nJ7nw3uMJww9LruAWAaG" alt=""><figcaption><p>This one controls bidding speeds in general but we do recommend to stick with the default 3sec setting.<br></p></figcaption></figure>

<figure><img src="/files/mGXnYYzEBYZbEaEb12ua" alt=""><figcaption><p>If this setting is enabled all blur price data will be ignored when checking configured floor price caps</p></figcaption></figure>

<figure><img src="/files/5fhhmaKKwGJUWnRP163t" alt=""><figcaption><p>Enabling this will keep your bids at current levels instead of automatically outbidding second highest bids when already owning the highesth bid on a target.</p></figcaption></figure>

<figure><img src="/files/qe0sTR6dlfdL3hdODhjp" alt=""><figcaption><p>Butler will automatically outbid same bid levels. If you don't wish to do so, disable this setting.</p></figcaption></figure>

<figure><img src="/files/9sR5WC2t6pZftCoELiqq" alt=""><figcaption><p>With this option your Butler will strive for the second highest bid if it can't reach the highest bid (above max bid price)</p></figcaption></figure>

### PRO Member Settings

<figure><img src="/files/EQ0xKbxv41AHxV3fbxRD" alt=""><figcaption><p>This let's you define the treshold when the ICB engine should scale up and down between 1 and 3 task slots.</p></figcaption></figure>

<figure><img src="/files/n74ebAvzEe5cuA2D30dZ" alt=""><figcaption><p>Enable it to run aggresive token bidding schedule always filling your token task slots for maximum speed.</p></figcaption></figure>

{% hint style="info" %}
The automatic startup system will prioritize tasks which are ready first. Second it will order them by delay time and pick the first one to expire. Tasks with errors on their last cycle will get picked last to make sure we're not running into an error cycle.
{% endhint %}

<figure><img src="/files/VJWIFBIDIFdEF8NX4vLi" alt=""><figcaption><p>With the PRO membership you'll get an extra Taskslot for Ordinals Bidding (1200 bids / hour) and one for ETH bidding on Magic Eden (~3500 bids / hour). When enabling this setting you'll exchange your ME ETH Bidding Taskslot with a second Ordinal Bidding taskslot.</p></figcaption></figure>

<figure><img src="/files/pSpliWXew930KwwrqTko" alt=""><figcaption><p>Configure your maximum Ordinals bidding fees for Butler. These fees are part of your bids but will only be used if someone accepets one of your bids.</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/setup/optimized-settings.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.
