# Mainnet ve Testnet'e bağlanın

Chiliz Chain, üretim projeleriniz için bir Mainnet üzerinden kullanılabilir ve test amaçları için bir Testnet’e sahiptir. Chiliz testnet ağı Spicy Testnet olarak adlandırılır.

Bu sayfa, her ağa bağlanmanız için gerekli temel parametreleri sunar.

{% hint style="success" %}
Burada listelenen RPC uç noktaları ücretsiz kullanılabilir ve bu da bir hız sınırı ile birlikte gelir.

dApp’inizi test ederken bu sınıra ulaşmamak için, ihtiyaçlarınıza bağlı olarak istekler arasına 1 saniye ile 1 dakika arasında değişen duraklama süresi eklemenizi öneririz.
{% endhint %}

Daha fazla bilgi için, [RPC kullanarak bağlanın](/tr-ai/develop/basics/connect-to-chiliz-chain/connect-using-rpc.md) sayfasına bakın.


---

# 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.chiliz.com/tr-ai/quick-start/developer-toolbox/connect-to-mainnet-and-testnet.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.
