# Sequencer-Committee Interaction

To use the Committee to post a batch of transaction data, the Sanko sequencer sends the batch and an expiration time via RPC to all Committee members simultaneously. Each Committee member stores the data in its backing store, indexed by the data's hash. Then the member signs the (hash, expiration time) pair using its BLS key, and returns the signature with a success indicator to the sequencer.

Upon collecting the necessary number of signatures, the sequencer aggregates them and creates a valid DACert for the (hash, expiration time) pair. The Sequencer then posts that DACert to Arbitrum, making it available to the Sanko software at L3.

If the Sequencer fails to collect enough signatures within a few minutes, it will abandon the attempt to use the Committee, and will "fall back to rollup" by posting the full data directly to Arbitrum. Sanko can understand both data posting formats (via DACert or via full data) and will handle each one correctly.

<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/sequencer-committee-interaction.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.
