# Holders Detail

The page provides an overview of the wallet, its balance, transaction history, and key metrics related to its activity.&#x20;

* **Wallet Address Information**\
  At the top, the wallet address is displayed as ***0xab0810f9187a15bcc4e7bf552a5b781846fdf6af*** of that specific toke&#x6E;**.**&#x20;
* **Balance 19.93 BDAG**\
  This wallet currently holds ***19.93 BDAG*** tokens.
* **BlockDAG Value:** **0.0248 USDT ($0)**\
  This is the wallet’s estimated total value based on its holdings and market price.
* **Last Transaction Sent:** **0xfa8...3a6f0**\
  This is the most recent transaction initiated by this wallet.&#x20;
* **First Transaction Sent:** **0xfa8...3a6f0**\
  The first every recorded transaction initiated by this wallet.&#x20;
* **Transaction Details**\
  The transactions table below provides a summary of the wallet's activity. Each row represents a transaction linked to this wallet.
  * **Transaction Hash:** **0xfa8...3a6f0**\
    This is the unique ID for the transaction involving this wallet. Clicking on the hash would show the full transaction breakdown.
  * **Block Number:** **7246**\
    The transaction was recorded in **block 7246**, meaning it was confirmed on the blockchain at that point in time.
  * **Age:** **6 days ago**\
    This shows when the transaction took place.
  * **From Address:** **0xFC...AeC4**\
    This is the sender's wallet address.
  * **To Address:** **0xaB...f6af**\
    This is the recipient's wallet address.&#x20;
  * **Value:** 1**0 BDAG**\
    The transaction moved **10 BDAG** coins.
  * **Transaction Fee:** **0.0628 BDAG**\
    This is the fee which the user has paid to make this specific transaction.&#x20;


---

# 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.blockdagnetwork.io/block-explorer/evm/tokens-list/token-detail/holders-tab/holders-detail.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.
