# Transaction sub-layer

**Focus:** Operations involving state changes.

**Objective**: Enable transaction processing across chains.

**Description**: Provides standards and protocols for coordinated execution of transactions involving multiple blockchains. Atomically commits state changes across chains.

**Layer owner:** Cross-chain protocol developers.

Some key aspects:

* Atomic commit protocols across chains
* Transaction validation rules
* Managing order and finality across chains
* Handling transaction timeouts and rollbacks
* Mapping transaction models across chains
* Access controls and permissions
* Batching and sequencing strategies
* Interfacing with external transaction systems
* Tooling for cross-chain transaction modeling


---

# 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://qualitax.gitbook.io/interop/requirements/foundational-layer/transaction-sub-layer.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.
