> For the complete documentation index, see [llms.txt](https://docs.aptscan.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aptscan.ai/browsing-the-site/coin-list/coins.md).

# Coins

'By clicking on a certain token on Aptoscan's Coin List, users will be redirected to the desired token. The following illustrates the design of the "Aptos Coin" tab

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

**Coin Overview Section**

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

The main activities recorded for every coin on Aptscan are:

1. **Transactions:** Activities regarding the chosen coin on Aptos Blockchain

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

* *Version:* The transaction ID/ Tx hash
* *Age:* The time the transaction occurred
* *From:* The sender's wallet address
* *To:* The receiver's wallet address
* *Function:* On-chain activities regarding the owner's purposes
* *Gas Fee*: Network gas fee

2. **Transfers:** A tab especially dedicated only to Coin Transfer

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

* *Version:* The transaction ID/ Tx hash
* *Age:* The time the transaction occurred
* *From:* The sender's wallet address
* *To:* The receiver's wallet address
* *Amount:* The exact amount of coin in the transfer
* *Gas Fee*: Network gas fee

3. **Holders:** A compilation of the coin's holders information

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

* *Rank:* The ranking of addresses based on Quantity
* *Address:* The exact address of the holder
* *Quantity:* The exact amount of coins the address is holding
* *Percentage*: The ratio between the address's number of coins compared to the total FDV


---

# 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.aptscan.ai/browsing-the-site/coin-list/coins.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.
