# 신뢰 가정을 통한 비용 절감

체인의 정확성을 검증하고 정확한 결과에 지분을 갖는 검증자들을 포함한 모든 아비트럼 노드가 아비트럼 체인의 인박스 내의 모든 레이어2(L2) 거래 데이터에 접근할 수 있어야 한다는 것이 아비트럼 프로토콜의 핵심입니다. 전통적인 아비트럼 롤업은 데이터를 레이어1(L1) 이더리움에 콜데이터로 포스팅하여 데이터 접근을 보장하는데, 이 과정에서 상당한 이더리움 가스 수수료가 발생하며 이는 아비트럼의 주된 비용 요소입니다.

그러나 AnyTrust는 데이터 가용성 위원회(이하 "위원회")라는 외부 주체에 데이터의 보관 및 온디멘드 제공을 위임함으로써 기존 패러다임에 변화를 가져왔습니다. 위원회에는 N명의 회원이 있으며, 이 중 적어도 두 명이 정직하다는 신뢰 가정을 전제로 기능합니다. 이러한 신뢰 가정은 롤업 프로토콜의 정상 작동을 위한 데이터 가용성을 보장합니다. 만약 N-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://xai-foundation.gitbook.io/xai-network/kn/about-xai/xai-1/anytrust/undefined.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.
