# Mainnet ve Testnete Bağlanma

## Mainnet and Testnet'e Bağlanma

Chiliz, projeler hayata geçirebileceğiniz bir Mainnet ve test amaçlı kullanabileceğiniz bir Testnet'e sahiptir.&#x20;

Chiliz Testnet'in adı Spicy'dir ve bu sayfa size her bir ağa bağlanmanız için gerekli parametreleri verir.

### Mainnet'e Bağlanma <a href="#connecting-to-mainnet" id="connecting-to-mainnet"></a>

| **Parametre**             | **Değer**                                                                                          |
| ------------------------- | -------------------------------------------------------------------------------------------------- |
| Network Name              | Chiliz Chain                                                                                       |
| RPC endpoint              | ​<https://rpc.ankr.com/chiliz> (tavsiye edilen) veya <https://chiliz.publicnode.com> (alternatif)​ |
| Chain ID                  | 88888                                                                                              |
| Currency Symbol           | CHZ                                                                                                |
| Chiliz Block Explorer URL | ​<https://chiliscan.com> (tavsiye edilen) ve <https://scan.chiliz.com> (alternatif)​               |

### Spicy Testnet'e Bağlanma <a href="#connecting-to-spicy-testnet" id="connecting-to-spicy-testnet"></a>

| **Parametre**            | **Değer**                                                                                                                                                                          |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Network Name             | Chiliz Spicy Testnet                                                                                                                                                               |
| RPC endpoint             | [https://spicy-rpc.chiliz.com/ ](<https://spicy-rpc.chiliz.com/ >)(tavsiye edilen) veya [https://chiliz-spicy.publicnode.com ](<https://chiliz-spicy.publicnode.com >)(alternatif) |
| RPC Websocket            | [wss://spicy-rpc-ws.chiliz.com/ ](<wss://spicy-rpc-ws.chiliz.com/ >)(tavsiye edilen) veya [wss://chiliz-spicy.publicnode.com ](<wss://chiliz-spicy.publicnode.com >)(alternatif)   |
| Chain ID                 | 88882                                                                                                                                                                              |
| Currency Symbol          | CHZ                                                                                                                                                                                |
| Spicy Block Explorer URL | ​[https://testnet.chiliscan.com](https://testnet.chiliscan.com/) (tavsiye edilen) veya  <http://spicy-explorer.chiliz.com/> (alternatif)​                                          |


---

# 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/hizli-baslangic/mainnet-ve-testnete-baglanma.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.
