# Modular L1 Nodes

사용자는 노드를 실행하여 Particle Chain의 분산화와 보안을 지원할 수 있습니다. "모듈러 노드"는 Particle Chain에서 각각 다른 역할을 하는 다양한 유형의 노드를 통틀어 부르는 용어입니다.

Particle Network의 모듈러 설계에는 다섯 가지 유형의 모듈러 노드가 필요합니다.\
1\. 검증자: 거래 검증, 외부 UserOps의 실행 상태 정산, 블록 생성 투표, Watchtower 노드에서 제출한 사기 증명 검증 참여를 담당합니다.\
2\. 릴레이어: 메시지 허브 역할을 하며 외부 체인 UserOps의 실행 상태를 모니터링하고 동기화하고 Universal Account 변경 사항을 동기화합니다.\
3\. 번들러: 외부 체인에서 UserOps의 특정 실행을 담당합니다.\
4\. DA 애그리게이터: Celestia, Avail, Near DA, EigenDA와 같은 다양한 DA 네트워크를 통합하고 캡슐화하여 상위 계층에 통합 데이터 게시 및 검증 인터페이스를 제공합니다.\
5\. 워치타워: 다른 노드의 작업을 모니터링하여 노드의 활성 상태를 보장하고, 각 에포크당 생성된 각 블록에 대한 실행 증명과 가능한 사기 증명을 제공합니다.

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

## 작동 조건

Particle Chain은 개방적이고 허가 없는 Layer-1로, 특정 조건을 충족하는 한 모든 노드 운영자가 자유롭게 참여할 수 있습니다.\
네트워크는 점진적으로 개방될 것이며, 나중에 더 많은 정보가 제공될 것입니다.


---

# 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://doc.particle.network/kr-particle-network-whitepaper/particle-network/modular-l1-design/modular-nodes-introduction.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.
