> For the complete documentation index, see [llms.txt](https://docs.blockdagnetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockdagnetwork.io/block-explorer/evm/contract-listing/contract-details/info-tab.md).

# Info Tab

**Info** \
The Info tab provides key information about the token, including its description, trading volume, market capitalization, circulating supply, and on-chain valuation. This section is useful for investors, traders, and analysts who want to understand the token’s market performance and overall supply dynamics.

<figure><img src="/files/2l6FY48cXMiv8WMEgAQW" alt=""><figcaption></figcaption></figure>

* **Overview Section**\
  The **overview section** gives a brief description of the token.&#x20;
* **Volume (24H):** **$40,548,072,636**\
  This represents the total value of this token traded in the last 24 hours across various exchanges and platforms.&#x20;
* **Market Capitalization:** **$1,632,035,673,526**\
  Market capitalization *(**market cap**)* is calculated as ***Token Price × Circulating Supply*****.** This represents the total value of all tokens currently in circulation based on their market price.
* **Circulating Supply: $19,834,746 USDT** \
  This represents the total number of tokens currently available in the market for trading, holding, and use.&#x20;
* **On-Chain Market Capitalization: $134,303,479,645,801,600.** \
  This represents the total valuation of all tokens recorded on the blockchain.&#x20;


---

# 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.blockdagnetwork.io/block-explorer/evm/contract-listing/contract-details/info-tab.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.
