# 데이터 가용성 증명서(DACerts)

데이터 가용성 증명서(Data Availability Certificate, 이하 DACert)는 AnyTrust의 근간을 이루는 개념입니다. DACert는 데이터 블록의 해시, 만료 시간, N-1 위원회 회원이 (해시와 만료 시간) 양쪽에 서명했다는 증거를 포함합니다. 이 증거는 서명에 사용된 키셋의 해시, 어떤 위원회 회원이 서명했는지를 나타내는 비트맵, 서명자를 증명하는 BLS12-381 곡선에 대한 BLS 집계 서명을 포함합니다.

N 분의 2 신뢰 가정에 입각한 DACert는 지정된 만료 시간까지 최소 한 명의 정직한 위원회 회원이 블록의 데이터에 접근할 수 있다는 증거로 사용됩니다. 이런 신뢰 가정이 AnyTrust 프레임워크 내에서 데이터 가용성의 신뢰성과 보안을 뒷받침합니다.


---

# 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/dacerts.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.
