> For the complete documentation index, see [llms.txt](https://doc.particle.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.particle.network/kr-particle-network-whitepaper/particle-network/modular-l1-design/underlying-architecture.md).

# Underlying Architecture

Particle Chain은 Avalanche L1입니다. 이 아키텍처는 빠른 확정성, 높은 거래 처리량, 짧은 블록 시간을 달성하는 것을 목표로 합니다. 체인 추상화를 달성하기 위해 3가지 핵심 모듈(Master Keystore Hub, Decentralized Bundler, Decentralized Messaging Network)에 의존합니다. 이는 다시 Aggregated Data Availability 및 Dual Staking 모듈에 의해 지원되어 네트워크 보안을 보장합니다.\
체인의 상위 수준 아키텍처는 아래와 같습니다.

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

이 아키텍처의 핵심 구성 요소는 다음과 같습니다.

## VMs compatibility

EVM, SVM, MoveVM을 통합함으로써, 앞서 언급한 모든 VM에서 체인 간의 전체 체인 상호 운용성을 간소화합니다. 통합 실행 환경은 생태적 적응 임계값을 더욱 낮추어 크로스 체인 메시징 및 DeFi와 같은 핵심 영역과의 유연한 모듈식 조합을 허용합니다.

## Universal Signatures

스마트 계약 플랫폼이 아닌 체인에서 MPC 노드를 지원하는 Universal Signatures는 기본 가상 계정에 대한 지원을 제공하여 비트코인과 같은 이기종 체인의 계정과의 상호 운용성을 구현합니다.

## Universal IBC

기존의 크로스 체인 메시징 구성 요소를 기반으로, 우리는 동시에 코스모스 생태계, EVM 체인, 솔라나, 비트코인 ​​및 기타 체인을 연결할 수 있는 분산 메시징 네트워크로 구동되는 낙관적 크로스 체인 메시징 모듈을 추상화합니다. 이 구성 요소는 빠른 결제를 지원하며 투명한 사용자 경험에 필수적입니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.particle.network/kr-particle-network-whitepaper/particle-network/modular-l1-design/underlying-architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
