# Contract verification

After deploying your smart contract, it's recommended to verify your contract by submitting your source code. Verified contract will be more transparent for user.

To verify your contract, first deploy it to KardiaChain mainnet then go to <https://explorer.kardiachain.io/address/\\{{YOUR\\_CONTRACT\\_ADDRESS\\}}/verify-via-flattened-code/new>

Then fill in the form to submit for verification

![KardiaChain contract verification form](/files/kchH45f4CNRQnGn9l552)

After filling the form, press "Verify & Publish". The verification process will be done automatically


---

# 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.kardiachain.io/docs/archived-docs/tutorials/smart-contract-development/contract-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.
