# Token page

In this page you can browse all the token present in Avalanche network and subnets. Whether you are new to Avascan or an experienced user, this guide will provide you with the knowledge and tools to understand and navigate efficiently.

A token is a value or an asset existing in the chain, to it there is a smart contract associated.

This page is accesible directly from the Homepage by clicking on the Token button available on the top.  &#x20;

### ERC20

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

An ERC20 token is the standard fungible token, this type generated on the Ethereum blockchain but is now used in every chain, included Avalanche. Is the most common token type.\
The results are displayed in different columns:

* **Token:** token name, used chain and icon&#x20;
* **Bridge:** if present, the one use by the token
* **Symbol:** token symbol
* **Dapp:** if present, the one involved with the token
* **Address:** token address
* **Created at:** date and time
* **Market Cap:** total value of the asset

### ERC721

<figure><img src="/files/9MQAElKW9Pr605qum4Sm" alt=""><figcaption></figcaption></figure>

An ERC721 token is the standard non-fungible token,  this type generated on the Ethereum blockchain but is now used in every chain, included Avalanche. &#x20;

The results are displayed in different columns:

* **Token:** token name, used chain and icon&#x20;
* **Symbol:** token symbol
* **Address:** token address
* **TX hash:** or so called Transaction ID, the unique identifier for a transaction, and the subnet in which it was executed
* **Created at:** date and time
* **Details:**  by clicking here on *view NFT* you'll be redirected to the token page and be able to see the image and many other informations

### ERC1155&#x20;

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

An ERC1155 token can be fungible or non-fungible, its key feature is that a single smart contract supports the creation for both types.  This type generated on the Ethereum blockchain but is now used in every chain, included Avalanche.&#x20;

The results are displayed in different columns:

* **Token:** token name, used chain and icon&#x20;
* **Symbol:** token symbol
* **Address:** token address
* **TX hash:** or so called Transaction ID, the unique identifier for a transaction, and the subnet in which it was executed
* **Created at:** date and time
* **Details:**  by clicking here on *view NFT* you'll be redirected to the token page and be able to see the image and many other informations

### &#x20;<br>


---

# 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.avascan.info/how-to-use-avascan/token-page.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.
