# เชื่อมต่อกับ Mainnet และ Testnet

Chiliz สามารถใช้งานได้ผ่าน Mainnet สำหรับโครงการในสภาพแวดล้อมการผลิต และมี Testnet สำหรับการทดสอบ

Testnet ของ Chiliz เรียกว่า Spicy

หน้านี้ให้ข้อมูลพารามิเตอร์สำคัญสำหรับการเชื่อมต่อกับแต่ละเครือข่าย

## การเชื่อมต่อกับ Mainnet

<table><thead><tr><th width="253">Parameter</th><th width="346">Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Chiliz Chain</td></tr><tr><td>RPC endpoint</td><td>แนะนำ:<br><a href="https://rpc.ankr.com/chiliz">https://rpc.ankr.com/chiliz</a> <br><br>เลือก:<br><a href="https://chiliz-rpc.publicnode.com

"><https://chiliz-rpc.publicnode.com></a></td></tr><tr><td>Chain ID</td><td>88888</td></tr><tr><td>Currency Symbol</td><td>CHZ</td></tr><tr><td>Chiliz Block Explorer URL</td><td>แนะนำ:<br><a href="https://chiliscan.com"><https://chiliscan.com></a><br><br>เลือก:<br><a href="https://scan.chiliz.com "><https://scan.chiliz.com></a></td></tr></tbody></table>

## การเชื่อมต่อกับ Spicy Testnet

<table><thead><tr><th width="253">Parameter</th><th width="312">Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Chiliz Spicy Testnet</td></tr><tr><td>RPC endpoint</td><td>แนะนำ:<br><mark style="color:blue;">https://spicy-rpc.chiliz.com/</mark> <br><br>เลือก:<br><mark style="color:blue;">https://chiliz-spicy.publicnode.com</mark></td></tr><tr><td>RPC Websocket</td><td>แนะนำ:<br><mark style="color:blue;">wss://spicy-rpc-ws.chiliz.com/</mark><br><br>เลือก:<br><mark style="color:blue;">wss://chiliz-spicy.publicnode.com</mark></td></tr><tr><td>Chain ID</td><td>88882</td></tr><tr><td>Currency Symbol</td><td>CHZ</td></tr><tr><td>Spicy Block Explorer URL</td><td><p>แนะนำ:<br><a href="https://testnet.chiliscan.com/">https://testnet.chiliscan.com/</a></p><p><br>เลือก:<br><a href="http://spicy-explorer.chiliz.com/"><mark style="color:blue;">http://spicy-explorer.chiliz.com/</mark></a></p></td></tr></tbody></table>


---

# 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/th/chiliz-chain/undefined/mainnet-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.
