# Dashboard

NFT Butler offers a comprehensive dashboard overview that includes live charts and a bidding activity feed, providing insights into wallet statistics and detailed information about your active Butler engines.

<figure><img src="/files/sd1j3hIdEJOM3hT93F2M" alt=""><figcaption><p>Butler Dashboard</p></figcaption></figure>

## Engines

From the dashboard, you can easily **enable or disable all engines** while also gaining a valuable overview of ongoing tasks and key performance indicators (KPIs).

* [Token bidding engine](/nft-butler/task-types/token-bidding.md)
* [Collection and Trait (CTO) bidding engine](/nft-butler/task-types/collection-trait-bidding-cto.md)
* [Instant counter bidding engine](/nft-butler/features/instant-counter-bidding.md)
* [Auto listing engine](/nft-butler/features/auto-listing-engine.md)

<figure><img src="/files/rgjtk4pO2AIjnmG9djNh" alt=""><figcaption><p>Butler engines</p></figcaption></figure>

## Acitivty

The Activity section of the Dashboard provides information about the Butler's **bidding speed** over the last 30 minutes, the **status of the OpenSea API** (with possible states: Stable, Unstable - hitting Rate Limits, Down), as well as a countdown indicating when the graph will be updated.

The Live Bidding Activity tab displays all ongoing bids originating from any of the Butler engines. It categorizes bids as follows: **green for the highest bid** at the time, orange for bids that were not the highest, and **red for bids that failed** due to [security features](/nft-butler/setup/security-features.md) such as floor price caps or asset limits.

Additionally, this tab provides a percentage overview of how many bids were the highest in the past **30 minutes**, along with a speed indicator **showing bids per minute and hour**. The 'Target' column in the Bidding Activity list always links to the bidding target, allowing you to easily double your bid if you're the highest bidder.

<figure><img src="/files/Od6G3J53Czh8OCUV9oLv" alt=""><figcaption><p>Acitivity Overview in Butler</p></figcaption></figure>

## Wallets

On the right side of the Dashboard, you'll find wallet statistics, which include:

* **Wallet name** in Butler and the associated public address (linked to etherscan).
* The total **WETH allocation percentage**, displayed in the top-right corner. Keep in mind that a wallet can have a maximum of 1000 times your WETH in active bids on OpenSea.
* **Total balance** of ETH, WETH, and their USD conversion. Same for BTC and USD conversion.
* The **number of active bids**. Note that a wallet can have a maximum of **15,000 active bids** before OpenSea rejects further bids from this wallet.
* The OpenSea icon, which links to your account on OpenSea and indicates whether you're using NFTButler\* in your OpenSea username (green) or not (red). Naming your OpenSea account **"NFTButler\*"** unlocks additional task slots, while the [PRO Subscription](/nft-butler/products-and-services/pro-access.md) removes this requirement.
* The 'Details' button, which opens a modal **providing precise information about your active bids** within this wallet."

<div data-full-width="true"><figure><img src="/files/Cs7AxvXzGn34ZWjD0drF" alt=""><figcaption><p>Wallet Overview</p></figcaption></figure></div>

<figure><img src="/files/1vTmHC64ajk5lNxTicHx" alt=""><figcaption><p>Wallet Details</p></figcaption></figure>


---

# 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.nftbutler.io/nft-butler/features/dashboard.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.
