# Token Listing

Token Tracking and Management Platform

FNCYScan is an open source platform designed to help users track and manage tokens including ERC20, ERC721, and ERC1155. The platform provides a simple and intuitive interface that allows users to easily update their tokens through [GitHub repository](https://github.com/FNCYchain/explorer).

GitHub : <https://github.com/FNCYchain/explorer>

<table><thead><tr><th width="187">Environment</th><th>URL</th></tr></thead><tbody><tr><td>Mainnet</td><td><a href="https://fncyscan.fncy.world/token">https://fncyscan.fncy.world/token</a></td></tr><tr><td>Testnet</td><td><a href="https://fncyscan-testnet.fncy.world/token">https://fncyscan-testnet.fncy.world/token</a></td></tr></tbody></table>

## Adding ERC20 Token on FNCYScan

To add an ERC20 token on FNCYScan, follow the instructions below.

1. Use the following PR template.

```json
{
    "id": integer,
    "name": text,
    "symbol": text,
    "description": text,
    "address": address hash,
    "image": link to your token image,
}
```

2. Provide all information requested by the PR.

* `id` : Unique Identifier for the Token
* `name` : Token Name
* `symbol` : Token Symbol
* `description` : A Brief Description About the Token
* `address` : Token Address
* `image` : Token Image Link

3. Submit PR to FNCYScan.

The following is an example of how to submit a PR to add an ERC20 token on FNCYScan.

```json
{
  "id": 2,
  "name": "Binance USD",
  "symbol": "BUSD",
  "description": "BUSD is a 1:1 USD-backed stablecoin approved by the New York State Department of Financial Services (NYDFS), issued in partnership with Paxos.",
  "address": "0x0facd73fc3e354b688323e9bcd1637d01ed94c4e",
  "image": "https://cryptologos.cc/logos/binance-usd-busd-logo.png?v=025",
}
```

## Adding NFT on FNCYScan

To add an NFT onFNCYScan, follow the instructions below.

1. Use the following PR template.

```json
{
    "id": integer,
    "name": text,
    "symbol": text,
    "description": text,
    "address": address hash,
    "image": link to your token image,
    "singleNftDomain": provide an API domain where we can get your single NFT information,
}
```

2. Provide all information requested by the PR.

* `id`: Unique Identifier for the NFT
* `name`: NFT Name
* `symbol`: NFT Symbol
* `description`: A Brief Description About the NFT
* `address`: NFT Address
* `image`: NFT Image Link
* `singleNftDomain`: API Domain Where FNCYScan Can Obtain Single NFT's Information

3. Submit PR to FNCYScan.

The following is an example of how to submit a PR to add an NFT on FNCYScan.

```json
{
    "id": 1,
    "name": "IUFC NFT",
    "symbol": "IUFC",
    "description": "NFT series for K-Leagues's Incheon United F.C. Special benefits are provided for the IUFC fans.",
    "address": "0x5f29aa5c4125038819dcde1405Ca1b602306d4E9",
    "image": "https://static.cube.store/markets/incheon-united/thumbnail.png",
    "singleNftDomain": "https://api.fncy.world/tankers/markets/incheon-united/nfts/0x5f29aa5c4125038819dcde1405ca1b602306d4e9"
}
```

Below is a list of ERC721s registered on the mainnet as of July 4, 2023.

<figure><img src="https://content.gitbook.com/content/psMz9WhH659LlTSzzODD/blobs/pBD4MDM0DBMudi8AzLoc/image.png" alt=""><figcaption></figcaption></figure>
