# User Experience Enhancement

## Explain Transactions

**MetaSuites** (Prev. MetaDock) offers concise and informative explanations for most transactions displayed on the Transaction Details page of Etherscan.&#x20;

These explanations encompass the main actions taken and provide essential security-related information. This intelligent service, powered by GPT, serves as a valuable reference for on-chain analysis, providing insightful explanations for most transactions and enhancing your understanding of the blockchain ecosystem.

* Try these transactions: [1](https://etherscan.io/tx/0x8eb65ef100eb65273e42f227fb4b4b639531c2c892f4aa60c118c84dc677f98b), [2](https://etherscan.io/tx/0x763aecf12ef7cbe8c70cf30d0bb83bb8a088e9edf93b7983dc9efea2e1826556), [3](https://etherscan.io/tx/0x9c3a6dfd79c5a4faa0341d284805ff770440b6f2059d69d42ec16a1fc08566ec), [4](https://etherscan.io/tx/0x0767d2217dd6e8d2207017d0eaea0bedd551da233e1c047890f3a2e47478b489).

<figure><img src="/files/aADgDaYxsGyXipEH4fZV" alt=""><figcaption><p>Transaction Explaination, you can copy, like and dislike as feedback to help us improve the quality of transaction explanations.</p></figcaption></figure>

## Local Labels

Users can add their local labels to addresses on supported Blockchain browsers. These labels are stored in users' local storage. These labels can be used in the Phalcon Explorer in the same browser when the option is enabled.

See: <https://x.com/MetaDockTeam/status/1902584199011242440>

<figure><img src="/files/jEkFXLQdlNwABIuN8KF6" alt="" width="375"><figcaption></figcaption></figure>

## Use Local Time

**MetaDock** has another feature (It's turned off by default; you can turn it on in the `settings` panel) that shows **the timestamp on the blockchain explorers using your local time zone** rather than UTC.

<figure><img src="/files/ywxBI7uzHtbjzumWFraJ" alt=""><figcaption><p>Local Time</p></figcaption></figure>

## Export Current Page Data

**MetaSuites** (Prev. MetaDock) **lets users download the current page's data as a JSON/CSV file.** For example, the user can download the latest 25 transactions on this [page](https://etherscan.io/address/0xba399a2580785a2ded740f5e30ec89fb3e617e6e).

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

## Show Enhanced Copy Icon

**MetaSuites** (Prev. MetaDock)  helps all blockchain explorers add copy icons in some places to facilitate crypto users in conducting their own investigations and researc&#x68;**.** Try these pages: [1](https://etherscan.io/address/0x86fd4673527f9d5999c5e490ab98766c0cfa8801) [2](https://etherscan.io/tx/0x1a98e8ca0ae83c0e06103f6bc78c96a8c447393f333e5b8d9eacb13e9382e2c4)

<figure><img src="/files/IA33Prm5NY4B42e3LGJz" alt="" width="375"><figcaption></figcaption></figure>

## Link to DeBank

If you want to explore the **portfolio of an address**, you can click the `DeBank` button near the `Fund Flow` button.

<figure><img src="/files/GHKMh3S3RNJAnhsBg0Kq" alt="" width="375"><figcaption></figcaption></figure>

## All-in-one Dock

**MetaSuites** (Prev. MetaDock)  provides users with an **all-in-one dock** to search for **ENS, address, transaction hash, and selector (function signature)**.&#x20;

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

* **ENS:** **MetaSuites** automatically resolves it and turns to the E*therscan* page of the corresponding address.&#x20;
* **Address:** it goes to the *Blockscan* page of this address that lists multi-chain links.&#x20;
* **Transaction hash:** it redirects to the transaction page of this hash.&#x20;
* **Function** **selector:** it utilizes [4byte](https://www.4byte.directory/) to retrieve the function signature.

**MetaSuites** (Prev. MetaDock)  allows users to launch blockchain explorers quickly. Each icon leads you to the corresponding blockchain browser.&#x20;

Pin the **MetaSuites** (Prev. MetaDock)  extension for more convenience.&#x20;

<figure><img src="/files/yurdZmKrS8MSbmRpAFhG" alt="" width="375"><figcaption></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.blocksec.com/metasuites/user-experience-enhancement.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.
