> 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/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.md).

# RPC로 연결

Chiliz는 프로덕션 프로젝트를 위한 Mainnet과 테스트 목적의 Testnet을 제공합니다. Chiliz Testnet의 이름은 Spicy Testnet입니다.

{% hint style="success" %}
이러한 공용 RPC 엔드포인트는 무료이며 공유되므로 요청 제한이 적용됩니다. 정확한 제한은 제공업체와 해당 제공업체에 계정을 등록했는지 여부에 따라 다릅니다. 공용 엔드포인트(계정 불필요)는 개발과 테스트에 적합하지만, 프로덕션 트래픽의 경우 더 높은 제한을 위해 제공업체에 등록하거나 [직접 노드를 실행하는 것](/ko/gaebal/gibon/chiliz-chain-yeongyeol/node-silhaeng.md)이 더 좋습니다.

제한에 도달한 경우, 즉시 재시도하지 말고 요청 사이에 짧은 지연(필요에 따라 1초에서 1분까지)을 추가하고 오류 발생 시 지수 백오프를 사용하세요.
{% endhint %}

여기에서 Mainnet 및 Testnet 엔드포인트 URL, Chain ID, 탐색기 URL 등을 확인할 수 있습니다.

{% hint style="info" %}
**Scoville Testnet에 대하여**

2023년 5월, Scoville Testnet을 Spicy Testnet으로 교체하였습니다.

Scoville Testnet에 배포했거나 배포할 계획이 있는 모든 개발자는 Spicy Testnet에서 테스트를 진행해야 합니다. Spicy Testnet은 최신 Chiliz Chain을 직접 반영하여 계속 업데이트됩니다.
{% endhint %}

특정 지갑을 Chiliz Chain에 연결하는 방법은 다음 가이드를 참고하세요: [MetaMask에 Chiliz Chain 연결하기](/ko/baeuggi/jigap/metamask-sayong/chiliz-metamask-yeongyeol.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/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.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.
