> 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.md).

# Chiliz Chain 연결

프로젝트를 Chiliz Chain에 연결하는 방법은 두 가지입니다.

* RPC 엔드포인트 사용 -- Mainnet 또는 Testnet.
* Chiliz Chain 노드 직접 실행.

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

{% content-ref url="/pages/l3L799OGCd4EyD9g04AH" %}
[RPC로 연결](/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.md)
{% endcontent-ref %}

직접 Chiliz Chain 노드를 실행할 수도 있습니다. 이 방법은 더 높은 제어권과 프라이버시를 제공하지만, 더 많은 기술적 역량과 리소스가 필요합니다.

{% content-ref url="/pages/4J5VVIjrVgTebFY7nYx2" %}
[Chiliz Chain 노드 실행](/ko/gaebal/gibon/chiliz-chain-yeongyeol/node-silhaeng.md)
{% endcontent-ref %}

Chiliz Chain Validator라면 아래 가이드를 참고하여 직접 검증자 노드를 실행하세요.

[검증자 노드 운영](/ko/baeuggi/geomjeungja/geomjeungja-node-unyeong.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.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.
