# Chiliz 체인에 연결하기

프로젝트를 Chiliz 체인에 연결하는 두 가지 방법이 있습니다:

* 메인넷 또는 테스트넷의 RPC 엔드포인트 사용
* 자체 Chiliz 체인 노드 실행

RPC 엔드포인트를 사용하여 HTTP 또는 웹소켓을 통해 노드와 직접 상호작용할 수 있습니다.

자체 Chiliz 체인 노드를 실행하면 더 큰 제어와 프라이버시를 제공하지만 더 많은 기술적 기술과 자원이 필요합니다.


---

# 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/ko/undefined-2/undefined/chiliz.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.
