# Homepage

&#x20;Aptoscan's front page provides you with a basic overview of the current state of the network, as well as the high-level observation of various verticals across the Aptos ecosystem.

The two important sections of the page include:

**Network Overview**: Providing metrics on the basics of the Blockchain.

<figure><img src="/files/50322ZfGj5w0FyMIRSsG" alt=""><figcaption></figcaption></figure>

Here is a brief explainer on the important metrics:

* **Circulating/Total supply**: Number of $APT in circulation - number of total $APT&#x20;
* **Total transactions**: number of transactions in the past 24hrs.
* **Current block** - current epoch: number of the current block, and the number of the current epoch
* **Daily user transactions**: number of transactions signed per day by users
* **Daily active accounts**: number of accounts that initiates at least 1 signing per day.&#x20;

On  top of the front page, you will have access to different tabs/analytics tools that&#x20;

**Ecosystem Overview:**&#x20;

A brief overview of the main economic activities happening on-chain.&#x20;

<figure><img src="/files/8fsQCqdpYZFqHS9G9Aku" alt=""><figcaption></figcaption></figure>

**Coin list**: coins with high activity measurements and actions on chain:

* **Coin**: Coin name
* **Symbo**l: Coin ticker
* **Price**: the current price of the coin
* **%24h**: price change within the last 24hrs

**NFT collection list**: NFTs represent social, entertainment, and cultural vibrancy. The initial data here on this page provide a glimpse into the "vibe" of the chain:

* **Collection**: Collection name and link
* **Floor price**: Collection price of the lowest item listed
* **Items**: number of items in the collection
* **Holders**: number of holders within the collection
* **Volume 7D**: sales volume, in APT, for the past 7 days.

On the right side of the page, we also have a social feed from the Aptos Network that will link you directly to the Twitter page.&#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.aptscan.ai/browsing-the-site/homepage.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.
