# Verify contract

Many collectors want the contract to be verified so that they can see the code and see what functions the smart contract has to make sure it's not a rug pull project. Therefore, we highly recommend you verifying the smart contract before your launch.&#x20;

Launchpad has a super easy way to verify your contract, all you need to do is to go to the top page for contract management (click the "Contract Management" in contract menu) and click "**Verify now**" button.

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

It will take a min or less to verify the contract - once it's verified, you can see the verified mark.&#x20;

<figure><img src="/files/RCNT67SaJJgGtSFQthtB" 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.launchpad.heymint.xyz/creators/manage-smart-contract/after-deployment/verify-contract.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.
