> For the complete documentation index, see [llms.txt](https://docs.20lab.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.20lab.app/verification-on-block-explorer/verifying-source-code/manual-verification.md).

# Manual verification

This verification method works on all EVM blockchains supported by [20lab](https://20lab.app/), but only with the "Verify with your label" option. If you're deploying your token on a blockchain that doesn't support automated verification, or you simply prefer to submit a verification request yourself, you can use this manual verification option.

### Step 1: Prepare Your JSON File

When you click on 'Verify with your label' in your dashboard, a pop-up will appear.

<figure><img src="/files/1FUUXQne4JCkTK831jfQ" alt=""><figcaption></figcaption></figure>

#### Create Your Custom Label

Enter your custom label in the large text box. This label will appear at the top of your verified token.

{% hint style="warning" %}
**Important:** The label is permanent - you can't change it later, so choose carefully!
{% endhint %}

#### Download the JSON File

Once you have entered your desired label, click 'Download JSON file'. This JSON file contains all the necessary information about your token, such as source code, libraries, and other details. You will need to upload this file to the Block Explorer in the next steps.

### Step 2: Go to the Block Explorer

Now you can navigate to the Block Explorer page of your token. You should see that you can verify your contract in the 'Contract' tab (for example, on PulseChain you'll see a 'Verify & Publish' button).

<figure><img src="/files/5o1zCbxMkfriVSQER06J" alt=""><figcaption></figcaption></figure>

### Step 3: Fill Out the Verification Form

Once you click on the verification button, you will see the verification form. Fill it in with the same details as you see on the 20lab verification pop-up (some of them may vary per token) and upload the JSON file you just downloaded.

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

### Step 4: Complete the Verification

Click 'Verify & Publish' to submit the file and complete the verification process. If it takes too long to load, try refreshing the page to see if your token has been verified in the meantime.

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

### Success!

That's it - your token has been successfully verified! You can now see your verified token with your custom label on the block explorer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.20lab.app/verification-on-block-explorer/verifying-source-code/manual-verification.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.
