> 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/aggregated-da.md).

# Aggregated DA

모듈형 블록체인 아키텍처 내에서 가장 일반적으로 아웃소싱되는 구성 요소는 데이터 가용성(DA)입니다. Particle Network도 예외는 아니지만 외부 DA 계층 구현에 고유한 접근 방식을 취합니다.\
전체 블록체인 생태계에서 크로스체인 거래를 조정하고 모든 Universal Account에서 동시에 상태를 유지 관리하는 집중적인 작업으로 인해 Particle은 진정으로 강력한 블록체인을 구축하기 위해 보안과 안정성을 극대화하는 것을 목표로 합니다. DA의 맥락에서 이는 여러 공급자의 집계를 통해 달성됩니다. 이러한 공급자는 다음과 같습니다.

* Celestia
* Avail
* NEAR DA

<figure><img src="https://files.readme.io/07cc383-4.png" alt=""><figcaption></figcaption></figure>

각 DA 솔루션은 고유한 이점과 성능 우선 순위를 제공하므로 하나만 활용하면 최대 보안 및 안정성 요구 사항을 충족하지 못합니다. 따라서 Particle Network는 각 블록에 대해 무작위 결정적 중복성을 활용하여 서로 다른 DA 계층 간에 데이터를 게시합니다. 이 모델은 중복성 증가와 분산화를 통해 가용성과 안정성을 크게 향상시킵니다.

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


---

# 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/aggregated-da.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.
