> 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/ucretsiz-testnet-tokenlari.md).

# Ücretsiz Testnet Tokeni Edinme

Chiliz Chain için bir dApp geliştirirken, Chiliz Chain Mainnet'e deploy etmeden önce Spicy Testnet'te kapsamlı testler yapmanız gerekir.

Bir dApp oluşturmak, işlem ücretlerini ödemek için CHZ native token kullanımını gerektirdiğinden, Spicy Testnet'in Mainnet ücretleri ödemeksizin test yapmanızı sağlayan kendi native token'ı bulunmaktadır.

Bu tür test tokenlerini, testnet'te test kripto parası ve/veya token dağıtan araçlar olan faucet'lerden ücretsiz olarak alabilirsiniz. Blockchain'e bağlı olarak test tokenleri ücretsiz veya en azından Mainnet token'ının küçük bir kısmı olabilir.

İki Spicy Testnet faucet'i mevcuttur:

* [Chiliz'in Spicy Faucet'i](https://spicy-faucet.chiliz.com/).
* [Tatum'ın Testnet için Chiliz Faucet'i](https://tatum.io/faucets/chiliz).

Her ikisi de token'ları ücretsiz olarak dağıtır, ancak günlük token sayısı sınırlıdır.

## Test Tokenleri Almak İçin Faucet Kullanımı

{% hint style="success" %}
Herhangi bir faucet kullanmadan önce MetaMask Cüzdanınızı Spicy Testnet'e [<mark style="color:blue;">bağladığınızdan</mark>](/tr/ogren/cuzdanlar-hakkinda/metamask-nasil-kullanilir/chiliz-chain-metamask-baglantisi.md) emin olun.
{% endhint %}

[Spicy Faucet ile Test CHZ Tokenleri Edinme](/tr/gelistir/temel-ogeler/ucretsiz-testnet-tokenlari/spicy-faucet-ile-test-chz.md)

[Tatum Faucet ile Test CHZ Tokenleri Edinme](/tr/gelistir/temel-ogeler/ucretsiz-testnet-tokenlari/tatum-faucet-ile-test-chz.md)

## Test Tokenlerini Aldığınızı Doğrulama

Test CHZ tokenlerinin alındığını doğrulamak için:

1. MetaMask cüzdanınıza gidin.
2. 3 noktalı menüye (Seçenekler) tıklayın ve "Gezginde Görüntüle" seçeneğini seçin.\
   ![](/files/2axuF7EB4G5R6dEY4VcW)
3. Bu sizi, en son işlemleri görebileceğiniz Spicy Explorer'daki cüzdan sayfanıza yönlendirecektir.


---

# 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/ucretsiz-testnet-tokenlari.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.
