# MEVerse Network Structure

미버스 메인넷은 다양한 유형의 노드로 구성된 블록체인 네트워크로, 각각의 노드는 네트워크의 보안성, 확장성, 및 효율성을 보장하기 위해 특정한 역할을 수행합니다.&#x20;

이 체인은 탈중앙화된 애플리케이션(dApp)과 스마트 컨트랙트의 구동을 지원하며, 사용자 및 개발자가 블록체인 기술을 활용할 수 있는 플랫폼을 제공합니다. 미버스체인은 퍼블릭 블록체인으로 누구나 참여할 수 있으며, 다양한 유형의 노드를 통해 트랜잭션 처리, 블록 생성, 네트워크 유지 등의 역할이 분담되어 있습니다.

미버스 체인에서는 총 5 가지의 노드가 존재합니다.

{% content-ref url="/pages/JER13ycT9nDRTPVRvI6e" %}
[제너레이터 노드 (Generator Node)](/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure/generator-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/MLSANIVriHNhyF77zKzD" %}
[옵저버 노드 (Observer Node)](/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure/observer-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/PkmtHwNm4ZQamIEWMs6t" %}
[시드 노드 (Seed Node)](/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure/seed-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/aFfuwRAK1sjRD7BuEJZj" %}
[퍼블릭 노드 (Public Node)](/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure/public-node.md)
{% endcontent-ref %}

{% content-ref url="/pages/VpYspVoW5E89fzmudh7V" %}
[브릿지 노드 (Bridge Node)](/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure/bridge-node.md)
{% endcontent-ref %}

미버스 체인은 이러한 다양한 노드들 간의 상호작용을 통해 고도화된 블록체인 네트워크를 구성하며, 이를 통해 탈중앙화된 애플리케이션의 원활한 운영과 블록체인 기술의 보편화를 지향하고 있습니다.


---

# 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://meversedex.gitbook.io/meverse-dev-docs/meverse-dev-docs-kr/meverse-network-structure.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.
