# Transaction Flow

<div data-full-width="false"><figure><img src="/files/Sc0wLf7QFhnpJGUW1ypF" alt=""><figcaption></figcaption></figure></div>

#### Transaction Lifecycle

1. **Unified Entry Point**: Users can send transactions across multiple rollups through a single entry point.
2. **Transaction Sequencing**: The proposer in the elder protocol sequences transactions from different rollups and creates blocks for the respective rollups. The network achieves 1-block finality and provides inclusion finality for rollups.
3. **Data Availability (DA)**: Elder network compiles a single full block containing transactions from all rollups and sends it to the Data Availability (DA) layer.
4. **Rollup Distribution**: Rollups query their unit blocks and the transactions from Elder.
5. **Proof Handling**: Rollups send fault or validity proofs to the settlement layer.
6. **Merkle Root Emission**: Upon settlement, the system emits an event containing the Merkle root of the transaction roots from the blocks in the batch.
7. **Watch Tower Operations**: An independent, stateless Watch Tower can submit disagreement transactions to the sequencer node in case of a root hash mismatch.
8. **Disagreement and Slashing**: If a mismatch is detected, the Watch Tower submits a disagreement transaction, which can result in slashing the registration stake of the rollups.


---

# 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://elder-2.gitbook.io/elder-docs/architecture/transaction-flow.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.
