# How to verify a token contract?

One of the key security features we've implemented is the ability to quickly verify a token's contract. Here’s how to do it step-by-step.

#### 1. Verifying the Token

To verify a token’s contract address:

1. **Go to the asset page** of the token you want to verify.
2. **Copy the contract address** shown on the screen.
3. Tap **"Explore"** on the same page.
4. **Paste the contract address** into the block explorer to view full contract details.

📌 In this example, **KISHU** is an ERC-20 token on Ethereum — so tapping "Explore" opens **Etherscan** automatically.

<div><figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FAgv5om9UOl5c8ttr58jU%2Fimage99.png?alt=media&#x26;token=281d022b-d5c6-4b56-a063-147c7a6c265a" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FojOdzsbOguiGVZTgoeXi%2Fimage100.png?alt=media&#x26;token=41cf1be4-567a-4d02-8766-5d981bf42e80" alt="" width="188"><figcaption></figcaption></figure></div>

#### 3. Navigating EtherScan

* On the EtherScan page, locate and click the blue token name in the **Token Tracker** window (highlighted in a red rectangle in the image below).

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FYmahanb4WGzJMOQq60xq%2FScreenshot%202022-11-09%20at%2014.59.23.png?alt=media&#x26;token=5e8810d7-a098-4ba3-a721-9d5f35fa2beb" alt=""><figcaption><p>Token's contract page on EtherScan</p></figcaption></figure>

#### 4. Checking the Token Overview

This will take you to the **Token Overview** page, where you can verify that you are dealing with the correct token, not an imposter. Here’s what to look for:

* **Number of Token Holders**: Check the left side (red rectangle) to see the number of token holders. A legitimate token usually has a large and diversified number of holders.
* **Profile Summary**: Check the right side (red rectangle) for the token’s contract address, website link, and social media profiles. This is crucial to ensure you're interacting with the correct token.

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FAdrlPDouy0ecGnJIfITK%2FScreenshot%202022-11-09%20at%2015.06.09.png?alt=media&#x26;token=31247350-adae-4ca8-97c8-4667b9ccc3eb" alt=""><figcaption><p>Token overview page on EtherScan</p></figcaption></figure>

#### 5. Inspecting the "Holders" Tab

Clicking on the **"Holders"** tab in the table reveals additional insights:

* Be cautious if most of the token supply is concentrated in a few addresses. While this alone doesn’t prove a token is fake, **a high concentration (90% or more)** in very few addresses is a potential red flag.

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FL9jKdm9UM82Nh7r5P6Dd%2FScreenshot%202022-11-14%20at%2016.56.10.png?alt=media&#x26;token=e11bbac7-6862-4d03-a3ff-8eb12eeb1f84" alt=""><figcaption><p>Token Holders tab on EtherScan</p></figcaption></figure>

#### 6. Additional Verification Tips

For some well-known tokens, EtherScan may already show a **verified check mark** in the profile summary. While this is a good sign, it’s still important to verify further.

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2F4GRgBUR6ngUrsBuirmWr%2FScreenshot%202022-11-14%20at%2016.59.01.png?alt=media&#x26;token=87c451c0-b193-4d48-b5a7-8da43223cbb9" alt=""><figcaption><p>USDC Verification Mark</p></figcaption></figure>

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2F9yJql01dLaRDxukb3wNy%2FScreenshot%202022-11-14%20at%2016.58.46.png?alt=media&#x26;token=bd5d6262-16fa-4abe-88e8-ead48e5eeb9a" alt=""><figcaption><p>USDT Verification Mark</p></figcaption></figure>

\
Make sure the contract address matches the one listed on trusted platforms like [**CoinGecko**](https://www.coingecko.com) or [**CoinMarketCap**](https://coinmarketcap.com). Verifying the contract address ensures you’re interacting with the real token, not an imposter.

<figure><img src="https://2798713800-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FctX4O78lmuKNbb22y3kj%2Fuploads%2FT1bcb0n6MqIZeJNoZeM3%2FScreenshot%202022-11-09%20at%2015.24.32.png?alt=media&#x26;token=487f62ee-331e-4f62-be3b-2e0fde73b959" alt=""><figcaption><p>Contract address on CoinMarketCap </p></figcaption></figure>

{% hint style="success" %}
By following these steps, you can confidently verify that you’re handling the legitimate token and not a fraudulent one.
{% endhint %}
