# End Node

## Target use

* The contents included in this chapter are for users who directly install WEMIX3.0 blockchain end node and need to read and write data directly to the blockchain through the [JSON-RPC API](https://docs.wemix.com/en/install-and-operation/pages/v0rv3ntLeeKevFTmPAQA#wemix3.0-json-rpc-api) method.
* If you are a general dApp developer or want to test, you can use the [public RPC server](/en/quick-start/start-node/use-public-api-server-rpc.md) provided for free instead of installing the blockchain end node yourself.
* In general, the following cases require the installation and operation of blockchain end nodes.
  1. Exchange operator
  2. High-performance dApp developer

## Roles and functions

* Validation of received block data
* Synchronization of block data and status information
* RPC, WS request processing
* Forward the received transaction to the connected 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/en/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.
