> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/tokens.md).

# Tokens

The Token Screen offers detailed insights into all tokens on the TICSScan, including their balances, transactions, market value, and contract details. Users can view token-specific metrics, interact with smart contracts, analyze trends, and filter or sort tokens based on performance or activity. This screen provides transparency and helps users monitor assets, track token behaviors, and make informed decisions.

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

### Total Tokens

Displays the total number of unique tokens deployed on the chain *(e.g., 734)*. This represents all tokens created and registered on the blockchain, including those used for specific applications or ecosystems.

### Tokens List Section

The Tokens List section provides a detailed table of all tokens deployed on the Qubetics blockchain, offering essential information about each token and its activity. The table includes the following columns:

* **Token Name**\
  Shows the name of the token *(e.g., awMTETHBC, ION, INJ)* and its connection to a validator or related entity. This helps users understand the token’s purpose and its role in activities like staking or validation within the blockchain network. It provides a clear idea of the token’s identity and its importance in the ecosystem
* **Contract Address**\
  The unique address of the token's smart contract *(e.g., 0x47865...46845)*. Clicking on this address reveals additional details about the token, including its creation history, transaction records, and distribution among holders.
* **Total Supply**\
  Indicates the total number of tokens minted or available for the token *(e.g., 1517)*. This metric provides insights into the token's scale and availability on the network.
* **Holders**\
  Shows the percentage of the total token supply held by various accounts or entities *(e.g., 99%)*. This reflects the token's distribution and concentration, offering insights into decentralization or ownership patterns.

### Pagination

Pagination controls at the bottom of the tokens list allow users to navigate through multiple pages of token data efficiently (e.g., 1, 2, 3 ... 12).

<br>


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/tokens.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.
