> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/tr-ai/develop/basics/verify-a-smart-contract.md).

# Akıllı Sözleşmeyi Doğrulayın

{% hint style="success" %}
Bir akıllı sözleşme oluşturduktan sonra, **gereklidir** onu doğrulamak.\
Yalnızca **siz** bunu yapabilirsiniz ve sözleşme dağıtılır dağıtılmaz yapmalısınız.
{% endhint %}

Bir akıllı sözleşmeyi doğrulamak, sözleşmenin kaynak kodunun blok zincirindeki belirli bir sözleşme adresine karşılık geldiğini onaylamanızı sağlar. Bu, özellikle blok zincirinin merkeziyetsiz dünyasında, şeffaflık ve güven açısından çok önemlidir.

Akıllı sözleşmenizi Chiliz Chain üzerinde dağıttıktan sonra, onu örneğin bir blok gezgini kullanarak doğrulayabilirsiniz, [Chiliscan](https://chiliscan.com/) (ile [Routescan](https://routescan.io/)) veya [Chiliz Block Explorer](https://scan.chiliz.com/) (ile [Blockscout](https://www.blockscout.com/)).

{% content-ref url="/pages/91315921d4c09e0fcd7b7b63556cd21e1591ad4b" %}
[Chiliscan ile doğrulayın](/tr-ai/develop/basics/verify-a-smart-contract/verify-with-chiliscan.md)
{% endcontent-ref %}

{% content-ref url="/pages/b046e0d9e46802711b78f5ec2804581cd97c681a" %}
[Chiliz Block Explorer ile doğrulayın](/tr-ai/develop/basics/verify-a-smart-contract/verify-with-chiliz-block-explorer.md)
{% endcontent-ref %}

Sözleşmenizi komut satırı üzerinden de doğrulayabilirsiniz:

{% content-ref url="/pages/8f7ff82651ef7b1bbd7f2d71c036bcf870f4c921" %}
[Hardhat ile Doğrulayın](/tr-ai/develop/basics/verify-a-smart-contract/verify-with-hardhat.md)
{% endcontent-ref %}

Dağıttığınız akıllı sözleşmeyi düzleştirilmiş bir sürümünü kullanarak doğrulamanın sizin için daha kolay olabileceğini unutmayın. İşte nasıl:

{% content-ref url="/pages/0a9e3925a487f70613e3ff2735a03bda71a134a0" %}
[Bir Akıllı Sözleşmeyi Flatten Etme](/tr-ai/develop/basics/verify-a-smart-contract/flatten-a-smart-contract.md)
{% endcontent-ref %}

Her durumda, her zaman en iyi uygulamaları izleyin!

{% content-ref url="/pages/12375f0aaf678485038f2401423e4021fafa7f80" %}
[Doğrulama için En İyi Uygulamalar](/tr-ai/develop/basics/verify-a-smart-contract/verification-best-practices.md)
{% endcontent-ref %}


---

# 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.chiliz.com/tr-ai/develop/basics/verify-a-smart-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.
