# Token Contract Address

The **Token Contract Address**, also known as the Smart Contract Address, is a unique identifier that represents a specific token on a blockchain. It is a string (0-9 and A-F) and serves as the address of the smart contract that governs the behavior and rules of a token. Since the same name and ticker can be used for any number of Tokens, the only real way to find a specific token is to use the Token Contract Address.

When interacting with a token on any blockchain, whether it's sending, receiving, or querying balance, you need to use the token's contract address to specify which token you are referring to within the smart contract system.

For more information about Tokens and the **Token Contract Address:**

{% embed url="<https://support.metamask.io/hc/en-us/articles/4405497827355-User-Guide-Tokens>" %}

## How to find the **Token Contract Address**

You can find the **Token Contract Address** of a specific token by checking its official website, consulting token-related announcements or social media channels, or by looking it up on blockchain explorers like Etherscan (<https://etherscan.io/>). On Etherscan, you can search for the token by its name or symbol, and it will provide you with the Token Contract Address and other relevant information about the token.

If you do not want to look for the address manually you can also grab it from your Web3 wallet such as Metamask.

### 1. Method: Using your Wallet

First, find the Token in your wallet such as Metamask. Click on the Token, which will bring up the token-specific page.

Then click on the three dots and click on Token Details. After that, you will see the **Token Contract Address**.

<div><figure><img src="https://2470706938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZuSK43AbPr6w3mJrc5G2%2Fuploads%2FMIxtxkFFNbIDtMWQcIEW%2FClick%20Token%20Page.png?alt=media&#x26;token=0b8b31c1-5f8a-4dd2-930b-9a6bed41cf5d" alt=""><figcaption></figcaption></figure> <figure><img src="https://2470706938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZuSK43AbPr6w3mJrc5G2%2Fuploads%2FZp99BtDBd9nkFAAVspWr%2FToken%20Page.png?alt=media&#x26;token=7c773785-2247-4763-aa0c-34d5bfae3f23" alt=""><figcaption></figcaption></figure></div>

### 2. Method: Using a Token Listing Website

Token listing sites such as [CoinMarketCap](https://coinmarketcap.com/) and [Coingecko](https://www.coingecko.com/) hold a registry of all existing tokens. Both of these two main options offer the same functions. Simply search for the Token and you will find the **Token Contract Address** for all chains on the Token Page.

### 3. Method: Using a Block Explorer

Block explorers such as [Etherscan](https://etherscan.io/), [BscScan](https://bscscan.com/), or [Polygonscan](https://polygonscan.com/) hold data on Tokens and their equivalents on their respective networks. To find a **Token Contract Address**, simply head to the block explorer and search for your desired token. The contract address will be clearly indicated on Token Contract Page.

For more information about the ways to find the **Token Contract Address:**

{% embed url="<https://support.metamask.io/hc/en-us/articles/360059683451-How-to-find-a-token-contract-address>" %}


---

# 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.blockburns.com/users/token-contract-address.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.
