> 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.md).

# verification on block explorer

- [Verifying source code](https://docs.20lab.app/verification-on-block-explorer/verifying-source-code.md): This guide shows you how to verify your ERC-20 token generated on 20lab.app on any block explorer.
- [Verify with 20lab label](https://docs.20lab.app/verification-on-block-explorer/verifying-source-code/verify-with-20lab-label.md): This guide shows you how to complete the verification process for your ERC-20 token generated on 20lab.app using "Verify with 20lab label" option.
- [Verify with your label](https://docs.20lab.app/verification-on-block-explorer/verifying-source-code/verify-with-your-label.md): This guide shows you how to verify your ERC-20 token generated on 20lab.app using your own custom label.
- [Manual verification](https://docs.20lab.app/verification-on-block-explorer/verifying-source-code/manual-verification.md): This guide shows you how to manually verify your ERC-20 token generated on 20lab.app on any block explorer.
- [Verifying ownership](https://docs.20lab.app/verification-on-block-explorer/verifying-ownership.md): This guide shows you how to verify ownership of your ERC-20 token generated on 20lab.app on any block explorer.
- [Automatic Signature Verification](https://docs.20lab.app/verification-on-block-explorer/verifying-ownership/automatic-signature-verification.md): This guide shows you how to verify ownership of your ERC-20 token generated on 20lab.app using the automatic verification method.
- [Manual Signature Verification](https://docs.20lab.app/verification-on-block-explorer/verifying-ownership/manual-signature-verification.md): This guide shows you how to manually verify ownership of your ERC-20 token generated on 20lab when automatic verification is not available.


---

# 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.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.
