# 머지 및 머클 체인

<figure><img src="/files/yGNriKHd2Fauw3LiM1Ea" alt=""><figcaption><p>[ 제시아체인 3 티어 머지 및 머클 네트워크 구성 ]</p></figcaption></figure>

제시아 체인은 머지와 머클의 조합으로 구성되어 있으며, 특히 [**" 3 티어 머클( Three-Tier Merkle ) "**](broken://pages/Kaqff7bNCFbyyG1ykCKk#id-3-three-tier-merkle) 시스템을 도입하고 있습니다. 이 시스템은 **"** [**탄소 배출머클**](broken://pages/lA4DFGrmp4kbgIvlYcr9)**,** [**상쇄머클**](broken://pages/OpNBmnr7aQFxfrgaWxns)**,** [**중립머클**](broken://pages/jCnFGuLw55y4BnS03mB4) **"**&#xB85C; 구성되며, 각 머클은 계층형 네트워크 구조를 가지고 있습니다. 이 구조는 3층 빌딩형태와 유사하게 설계되었으며, 각 계층 간의 통신은 합의 메커니즘에 의해 이루어집니다.

각 계층 간의 통신은[ **"라우터 노드 시스템( ROUTER NODE SYSTEM )"**](broken://pages/Kaqff7bNCFbyyG1ykCKk#undefined-2) 메커니즘을 통해 이루어집니다. 이 시스템은 메시지를 전달하는 계층 네트워크(L2)와 메시지를 받는 계층 네트워크(L1)로 구분됩니다.

<figure><img src="/files/dcUn2ieMIBaZcj54Tuft" alt="" width="563"><figcaption><p>[ 각 계층 검증자 선출 단계 ]</p></figcaption></figure>

이 기술은 [**이더리움 2.0의 블록 생성 기술**](https://eth2book.info/capella/part2/building_blocks/)을 활용합니다. 서로 다른 계층의 네트워크 간 통신 검증 및 증명 과정은 위의 그림에 설명된 바와 같습니다.

중립 머클에는 " **제너시스 노드 시스템(GENESIS NODE SYSTEM) "** 메커니즘이 포함되어 있어, 이는 체인 내에서 작동하는 지갑의 한 형태로 사용됩니다. 기존 블록체인 시스템에서는 [**외부 소유 계정( EOA)**](/techresearch/chain/account.md#externally-owned-accounts-eoa)과 [**계약 계정(CA)**](/techresearch/chain/account.md#contract-accounts-ca)으로 구분되는 것이 일반적이었습니다. 그러나 이제 우리는 [**내부 소유 계정(IOA)**](/techresearch/chain/account.md#internally-owned-accounts-ioa) 과 [**공증 계정 (NA)**](/techresearch/chain/account.md#notary-accounts-na) 이라는 새로운 유형의 계정을 도입하고 있습니다.

이 기술은 오라클 노드사의 **" 체인AI "** 기술을 사용하여, 블록체인의 데이터 검증 및 처리 과정에 인공지능을 활용함을 제공합니다.


---

# 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-kr.gesia.io/techresearch/chain.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.
