> 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/pl/tworzenie/podstawy/polaczenie-z-chiliz-chain/polaczenie-przez-rpc.md).

# Połączenie przez RPC

Chiliz jest dostępna przez Mainnet dla projektów produkcyjnych oraz przez Testnet do celów testowych. Testnet Chiliz nosi nazwę Spicy Testnet.

{% hint style="success" %}
Te publiczne endpointy RPC są bezpłatne i współdzielone, dlatego wiążą się z limitami zapytań. Dokładny limit zależy od dostawcy oraz od tego, czy zarejestrowałeś u niego konto: publiczne endpointy (bez konta) sprawdzają się w programowaniu i testowaniu, natomiast ruch produkcyjny lepiej obsłużyć, rejestrując się u dostawcy w celu uzyskania wyższych limitów lub [uruchamiając własny węzeł](/pl/tworzenie/podstawy/polaczenie-z-chiliz-chain/uruchom-wezel-chiliz-chain.md).

Jeśli osiągniesz limit, dodaj krótkie opóźnienie między zapytaniami (od 1 sekundy do 1 minuty, w zależności od potrzeb) i zastosuj wykładniczy backoff przy błędach, zamiast ponawiać próby natychmiast.
{% endhint %}

{% tabs %}
{% tab title="Chiliz Chain 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>Recommended:<br><a href="https://rpc.ankr.com/chiliz">https://rpc.ankr.com/chiliz</a><br><br>Alternatives:<br><a href="https://chiliz-mainnet.gateway.tatum.io">https://chiliz-mainnet.gateway.tatum.io</a><br><a href="https://chiliz-rpc.publicnode.com">https://chiliz-rpc.publicnode.com</a></td></tr><tr><td>RPC Websocket</td><td>wss://chiliz-rpc.publicnode.com</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>Recommended:<br><a href="https://chiliscan.com">https://chiliscan.com</a><br><br>Alternative:<br><a href="https://scan.chiliz.com">https://scan.chiliz.com</a></td></tr></tbody></table>
{% endtab %}

{% tab title="Spicy Testnet" %}

<table><thead><tr><th width="253">Parameter</th><th width="312">Value</th></tr></thead><tbody><tr><td>Network Name</td><td>Spicy Testnet</td></tr><tr><td>RPC endpoint</td><td>Recommended:<br><a href="https://spicy-rpc.chiliz.com/">https://spicy-rpc.chiliz.com/</a><br><br>Alternatives:<br><a href="https://chiliz-testnet.gateway.tatum.io">https://chiliz-testnet.gateway.tatum.io</a><br><a href="https://chiliz-spicy-rpc.publicnode.com">https://chiliz-spicy-rpc.publicnode.com</a></td></tr><tr><td>RPC Websocket</td><td>Recommended:<br>wss://spicy-rpc-ws.chiliz.com/<br><br>Alternative:<br>wss://chiliz-spicy-rpc.publicnode.com</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>Recommended:<br><a href="https://testnet.chiliscan.com/">https://testnet.chiliscan.com/</a></p><p><br>Alternative:<br><a href="https://spicy-explorer.chiliz.com/">https://spicy-explorer.chiliz.com/</a></p></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

Znajdziesz tam adresy URL endpointów Mainnet i Testnet, Chain ID, adres URL explorera itp.

{% hint style="info" %}
**O Scoville Testnet**

W maju 2023 roku zastąpiliśmy Scoville Testnet Spicy Testnet.

Wszyscy deweloperzy, którzy wdrożyli lub planują wdrożyć na Scoville Testnet, muszą przenieść swoje testy na Spicy Testnet, który będzie aktualizowany tak, aby bezpośrednio odzwierciedlać nowy Chiliz Chain.
{% endhint %}

Informacje o tym, jak połączyć konkretne portfele z Chiliz Chain, znajdziesz w tym przewodniku: [Połączenie Chiliz Chain z MetaMask](/pl/nauka/o-portfelach/jak-uzywac-metamask/polaczenie-chiliz-chain-metamask.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/pl/tworzenie/podstawy/polaczenie-z-chiliz-chain/polaczenie-przez-rpc.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.
