# Explorers.Finding a smart contract address on a blockchain explorer site

You can find the smart contract address of any token on blockchain explorer websites.

**On the BNB Smart Chain via** [**bscscan.com**](https://bscscan.com/)

In the **"Tokens"** section, go to the **"BEP-20 Tokens By MarketCap"** tab and click on the block with the required asset information.

<figure><img src="/files/0Z35TdcLF7CoQR1kzyVH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7blSODAcaDBv2yL3EsmP" alt=""><figcaption></figcaption></figure>

**On Polygon via** [**polygonscan.com**](https://polygonscan.com/)

Go to **Tokens**, then open the **"ERC-20 Tokens By MarketCap"** tab, select an asset and click on the block with information about that asset. If necessary, use the section search.

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

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

**On Arbitrum via** [**explorer.arbitrum.io**](https://explorer.arbitrum.io/)

Go to **Tokens** and click **"All"**. If necessary, use the section search.

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

When you select an asset, information on it and the address of the smart contract will open.

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

**On Tron via** [**tronscan.io**](https://tronscan.io/)

Go to the **Tokens** section, then select the **Token Tracker** tab or select an asset from the most popular ones at once. If necessary, use the section search.

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

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

**On Solana via** [**solscan.io**](https://solscan.io/)

Go to the **Tokens** section and click on the selected asset. If necessary, use the section search.

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

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


---

# 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.daomars.com/f.a.q/wallets/how-to-find-any-tokens-smart-contract/explorers.finding-a-smart-contract-address-on-a-blockchain-explorer-site.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.
