# 블록번호

<figure><img src="/files/tREeLtlpjl6HUe3HlfDb" alt="" width="554"><figcaption><p>[ 확정된 블록번호 ]</p></figcaption></figure>

&#x20;**" 마스터 티어 머클(Master Tier Merkle) "**&#xACFC; **" 워크 티어 머클(Work Tier Merkle) "**&#xC740; 블록체인에서 블록 번호를 결정하는 데 중요한 역할을 합니다. 여기서, **마스터 티어 머클은 최상위 블록 번호**를 의미하며, **워크 티어 머클은 워크 아이디 번호를 사용하여 블록 번호**의 순서를 정합니다.

<figure><img src="/files/VjiBe6fPy6fNhXpJACkr" alt="" width="417"><figcaption><p>[ 마스터 티어 머클 내에서만 블록번호 ]</p></figcaption></figure>

<figure><img src="/files/3bAfT3UYV6AvwwuZ3EJo" alt="" width="417"><figcaption><p>[ 워크 티어 머클 #1 내에서만 블록번호 ]</p></figcaption></figure>

<figure><img src="/files/RVK4gj6jfxvt0Xm9geN2" alt="" width="414"><figcaption><p>[ 워크 티어 머크ㄹ #2 내에서만 블록번호 ]</p></figcaption></figure>

**워크 티어 머클 내에서만 블록 번호가 생성되는 경우**, **다른 계층의 머클 체인에서는 블록 번호를 '0'으로 표시**합니다. 이는 워크 티어 머클 체인이 고유한 블록 번호 생성 시스템을 가지고 있음을 의미하며, **다른 체인들은 이 시스템을 사용하지 않을 때 해당 블록 번호를 기본값인 '0'으로 처리**합니다.

<figure><img src="/files/o4hbUkC6cEotFs1xcHE8" alt="" width="563"><figcaption><p>[ 스마트 컨트랙트 호출에 따라 블록번호 순서 변경 ]</p></figcaption></figure>

**워크 티어 머클 아이디 1번**의 스마트 컨트랙트가 **마스터 티어 머클 스마트 컨트랙트를 호출**하고, 이후 **워크 티어 머클 아이디 2번을 호출**하는 경우

<figure><img src="/files/v849hgS9QHR20m285cgu" alt="" width="192"><figcaption><p>[ 스마트 컨트랙트 호출에 따른 블록번호 ]</p></figcaption></figure>

**워크 티어 머클 아이디 1번의 스마트 컨트랙트**가 먼저 **상위 계층인 마스터 티어 머클 스마트 컨트랙트**에 접근하고, **그 결과를 바탕으로 같은 레벨계층의 다른 아이디(워크 티어 머클 아이디 2번)의 스마트 컨트랙트를** 호출합니다.


---

# 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/blocknumber.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.
