> 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/gelistir/temel-ogeler/akilli-sozlesme-dogrulama.md).

# Akıllı Sözleşme Doğrulama

{% hint style="success" %}
Akıllı sözleşme oluşturduktan sonra onu doğrulamak **zorunludur**.\
Bunu yalnızca **siz** yapabilirsiniz ve sözleşme deploy edilir edilmez yapmalısınız.
{% endhint %}

Akıllı sözleşme doğrulaması, sözleşmenin kaynak kodunun blockchain üzerindeki belirli bir sözleşme adresine karşılık geldiğini onaylamanızı sağlar. Bu, özellikle merkeziyetsiz blockchain dünyasında şeffaflık ve güven açısından son derece önemlidir.

Akıllı sözleşmenizi Chiliz Chain'e deploy ettikten sonra, [Chiliscan](https://chiliscan.com/) ([Routescan](https://routescan.io/) tarafından) veya [Chiliz Block Explorer](https://scan.chiliz.com/) ([Blockscout](https://www.blockscout.com/) tarafından) gibi bir blok gezgini kullanarak doğrulayabilirsiniz.

[Chiliscan ile Doğrulama](/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama/chiliscan-ile-dogrulama.md)

[Chiliz Block Explorer ile Doğrulama](/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama/chiliz-block-explorer-ile-dogrulama.md)

Sözleşmenizi komut satırından da doğrulayabilirsiniz:

[Hardhat ile Doğrulama](/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama/hardhat-ile-dogrulama.md)

Deploy edilen akıllı sözleşmenizi düzleştirilmiş bir sürümü kullanarak doğrulamanın daha kolay olabileceğini unutmayın. İşte nasıl yapılacağı:

[Akıllı Sözleşme Düzleştirme](/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama/akilli-sozlesme-duzlestirme.md)

Her durumda, her zaman en iyi uygulamaları izleyin!

[Doğrulama En İyi Uygulamaları](/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama/dogrulama-en-iyi-uygulamalari.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/tr/gelistir/temel-ogeler/akilli-sozlesme-dogrulama.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
