# Data Availability Certificates​

Data Availability Certificates (DACerts) allow the Sanko Sequencer to circumvent the costs associated with posting transaction data to the settlement layer, resulting in significantly more effective cost-effective transaction processing compared to other rollups.

&#x20;A DACert contains:

* the hash of a data block
* an expiration time
* proof that N-1 Committee members have signed the (hash, expiration time) pair, consisting of
  1. the hash of the Keyset used in signing
  2. a bitmap saying which Committee members signed
  3. a BLS aggregated signature (over the BLS12-381 curve) proving that those parties signed.

Because of the 2-of-N trust assumption, a DACert constitutes proof that the block's data (i.e., the preimage of the hash in the DACert) will be available from at least one honest Committee member, at least until the expiration time.

<br>


---

# 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://docs.sanko.xyz/sanko/sanko-overview/data-availability-certificates.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.
