# Tokens List

The Top Token screen displays a list of top tokens in a BlockDAG-based blockchain network. The table provides important details such as token name, price, market cap, volume, and number of holders. This information helps users track and analyze the performance of different tokens in the network.

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

**Total Tokens**

At the top, the dashboard mentions a total of 79 tokens being tracked. However, the table only displays a few tokens per page. The user can navigate through eight pages using the pagination controls at the bottom.&#x20;

#### **Token Name**&#x20;

Each row in the table represents a different token such as ***"MyToken"*** , ***"MyTo"***, and ***"LastTest"***.&#x20;

#### **Price**

The price column shows the current value of the token in USDT *(Tether)*. Next to the price, the change *(%)* column indicates how much the token's value has increased or decreased.&#x20;

#### **Trading Volume (24H)**

The volume (24H) column represents the total amount of the token traded in the past 24 hours. The value shown is ***"40,063,995,888 USDT"***, meaning there has been significant trading activity.&#x20;

#### **Circulating Market Cap**

The circulating market cap is the total value of all tokens currently available in the market. In this case, it is ***"19,834,746 USDT"*** for each token. This metric helps investors understand the token’s overall size and market impact.

#### **On-Chain Market Cap**

The on-chain market cap is another important metric that represents the total valuation of the token based on its full supply on the blockchain. Here, the value is ***"1,630,931,824,596 USDT"***, which is much higher than the circulating market cap.

**Holders**

The holders column indicates how many wallet addresses currently own that token.

#### **Token Details Button**

On the right side of each row, there is a button with a right arrow. Clicking this button likely opens more detailed information about that specific token.&#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.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.
