# 节点架构概述

Berachain网络依赖于验证节点和RPC节点。每个节点都可以配置为[全节点](https://ethereum.org/zh/developers/docs/nodes-and-clients/#full-node)或[归档节点](https://ethereum.org/zh/developers/docs/nodes-and-clients/archive-nodes/)。

这些类型的节点都由[执行客户端](https://ethereum.org/zh/developers/docs/nodes-and-clients/)和[共识客户端](https://ethereum.org/zh/developers/docs/nodes-and-clients/)组合。Berachain是一个与EVM等效的Layer 1链，这意味Berachain在执行层支持任意EVM执行客户端，这些客户端与Berachain构建的共识客户端和框架相互协作，共同组成[BeaconKit](/berachain-docs/nodes/berachain-nodes/beaconkit-consensus.md)。

<figure><img src="/files/SYQ8OYdBUJEGrvVzgfqc" alt=""><figcaption></figcaption></figure>


---

# 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://www.docszh.com/berachain-docs/nodes/berachain-nodes/node-architecture-overview.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.
