# Main Menu

## Blockchain Menu

Access transactions, blocks, top accounts, and smart contracts.

<figure><img src="/files/3v0of3s7LpI39Td9YMBo" alt="" width="358"><figcaption></figcaption></figure>

### Blocks

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

* **Blocks:** Access high-level data for blocks, beginning with the most recent.
* **Forked Blocks (Reorgs):** Blocks which are not included in the primary chain due to chain reorganizations.

### Transactions

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

* **Mined**: Transactions which have been mined and confirmed on the chain.
* **Pending**: Transactions still in the mempool which are waiting to be mined. These transactions may be mined or excluded depending on gas fees or network congestion.

## Tokens

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

* **Single Chain Tokens:** A list of ERC-20, ERC-721, and ERC1155 tokens deployed to the chain.
* **Bridged**: If a chain includes bridged tokens (i.e. bridged USDC) these can be catalogued here.

## Charts & Stats

<figure><img src="/files/CjFrW9NsLDf91s2l0tR6" alt="" width="563"><figcaption></figcaption></figure>

A collection of relevant statistics for the network.

* **Accounts**: Active accounts, account growth, and new accounts.
* **Transactions**: Fees, confirmation rates, and transaction growth.
* **Blocks:** Block rewards, size, and rates.
* **Tokens**: Token transfers, creations, and conversions.
* **Gas**: Gas limit, price, and growth over time.
* **Contracts**: Information about the growth of deployed and verified contracts.

## API Menu

<figure><img src="/files/kUv6j7BVGSsrNaZKnfcM" alt="" width="339"><figcaption></figcaption></figure>

Access API information including:

* **Rest API:** API supporting a wider number of requests for indexed data.&#x20;
* **GraphQL**: Explore API calls using GraphQL and the in-browser IDE. Learn more about the [GraphQL Quaiscan integration here](/developer-support/api/graphql.md).
* **RPC**: API supporting GET and POST requests for many different API calls.
* **Quai RPC**: Supports the most popular [JSON RPC methods.](https://ethereum.github.io/execution-apis/api-documentation/)

## Other

### Contract Verification

Verify deployed contracts on the network to gain access to labeled function logging, source code display, and detailed trace descriptions.

### Gas Tracker

Detailed statistics on network fee rates, congestion, and load over time.


---

# 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.quaiscan.io/using-quaiscan/overviews/top-menu.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.
