# 이중 데이터 포스팅 메커니즘

AnyTrust는 L1 상에 데이터 블록을 이중으로 포스팅하는 방법을 채택합니다. 이 방법은 전체 데이터 블록을 포스팅하는 기존의 접근법과는 달리 데이터 가용성을 증명하는 DACert의 포스팅도 허가합니다. L1 인박스 컨트랙트는 DACert 내에 지정된 유효한 키셋의 참조점을 포함해 DACert의 타당성을 확인합니다.

인박스에서 데이터를 읽어 들이는 L2 코드는 두 데이터 형식을 모두 매끄럽게 처리할 수 있도록 설계되었습니다. 이는 DACert를 조우했을 때 서명자의 수가 키셋 요구 사항을 충족하는지 확인하고, 집계 서명의 유효성을 검증하며, 만료 시간이 현재 L2 타임스탬프를 넘어가는지 확인하는 등 유효성 검사를 실시합니다. 유효한 DACert는 데이터 블록이 접근 가능하도록, 그리고 L2 코드에 의해 활용될 수 있도록 보장합니다.


---

# 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://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-1/anytrust/undefined-2.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.
