# End Node

## 사용대상

* 본 장에 포함된 내용은 직접 WEMIX3.0 블록체인 앤드 노드를 설치하고 [JSON-RPC API](https://docs.wemix.com/ko/install-and-operation/pages/v0rv3ntLeeKevFTmPAQA#wemix3.0-json-rpc-api) 메서드를 통하여 블록체인에 직접 데이터를 읽고 쓰는 작업이 필요한 사용자를 위한 것입니다.
* 일반 dApp 개발자 혹은 테스트를 원하는 경우 블록체인 앤드 노드를 직접 설치하는 대신, 무료로 제공하는 [공개 RPC 서버](/ko/quick-start/start-node/use-public-api-server-rpc.md)를 이용하시면 됩니다.
* 블록체인 앤드노드의 설치 및 운영이 필요한 경우는 일반적으로 다음과 같습니다.
  1. 거래소 운영사
  2. 고성능 dApp 개발사

## 역할 및 기능

* 수신한 블록 데이터 검증&#x20;
* 블록 데이터 및 상태정보 동기화
* RPC, WS 요청 처리
* 수신한 거래를 연결된 BN(Bridge Node)에 전달


---

# 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.wemix.com/ko/install-and-operation/end-node.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.
