> For the complete documentation index, see [llms.txt](https://docs.blocktorch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocktorch.xyz/use-cases/dashboarding/pre-made-dashboards.md).

# Pre-made dashboards

### Home dashboard

In Blocktorch the home of your project always provides global KPIs about all your [smart contracts](/concepts/data-sources/smart-contracts.md) out of the box, zero set up time from your side required. You can gain instant insights about the total unique users, gas burn, transaction velocity as well as monitors about the performance, efficiency and health of your dApp.&#x20;

<figure><img src="/files/bGd4xi2x8w98o2fGjdrq" alt=""><figcaption><p>Blocktorch home</p></figcaption></figure>

To navigate to the home dashboard anytime click the burning torch in the top left of the navigation. In case your torch is not on fire please do not panic, we are working hard on restoring all services, you can check our [status page](https://blocktorch.instatus.com/) anytime.&#x20;

<div align="left"><figure><img src="/files/l7JDBB1xKEkI3htyH7lU" alt=""><figcaption></figcaption></figure></div>

Hover over the chart to see the tooltip with specific data points. To hide data simply click on the respective legend.

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

{% hint style="info" %}
Want to add custom monitors to the home dashboard? [Please let us know](mailto:contact@blocktorch.xyz)
{% endhint %}

### Contract details page dashboard

Every [smart contract that has been added](/concepts/data-sources/smart-contracts/adding-smart-contracts.md) to your project has its own details page. To access the details page click the contract in your smart contract overview.&#x20;

You can gain instant insights about the total unique wallets, gas burn, transaction values as well as revert rates of each smart contract.

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

To dig deeper into the logs of the data visualized, click on the specific data point in the chart you are interested to learn more about and click `Related Transactions`

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

{% hint style="info" %}
Want to add custom monitors to the contract details dashboard? [Please let us know](mailto:contact@blocktorch.xyz)
{% endhint %}

### Oracle details page dashboard

Every [oracle supported by blocktorch](/concepts/data-sources/oracles.md) has its own details page. To access the details page click the oracle in your Oracles overview.&#x20;

You can gain instant insights about the the performance, efficiency and health of the oracle and [compare it to others](/use-cases/benchmarking.md).

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

{% hint style="info" %}
Want to add custom monitors to the oracle details dashboard? [Please let us know](mailto:contact@blocktorch.xyz)
{% endhint %}

### Transaction detail analytics dashboard

In the [log details](/use-cases/searching/logs/log-details.md), there are four out of the box KPIs for this specific function call with a reference to which datapoint this specific transaction is throughout the timeline.&#x20;

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

{% hint style="info" %}
Want to add custom monitors to the log detail analytics dashboard? [Please let us know](mailto:contact@blocktorch.xyz)
{% endhint %}

*


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.blocktorch.xyz/use-cases/dashboarding/pre-made-dashboards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
