> For the complete documentation index, see [llms.txt](https://qualitax.gitbook.io/interop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qualitax.gitbook.io/interop/requirements/application-layer.md).

# Application Layer

**Focus:** User-facing applications and interfaces.

**Objective:** Provide end-user functionality and experience.

**Description:** This layer focuses on building end-user-facing applications that leverage cross-chain capabilities to deliver functionality, experience and business value. The layer where end-user blockchain applications and interfaces are built. Includes fintech, wallets, exchanges, supply chain, financing, insurance and other decentralized apps leveraging cross-chain capabilities, and any other software that directly interacts with the blockchain on behalf of the user. This layer encompasses the end-user applications and interfaces that interact with the blockchain. It's where users initiate actions, view data, and manage their interactions with the crosschain system. The Application Layer abstracts the complexities of the underlying systems, offering a more accessible entry point for users.

**Layer owner:** Developers, companies building blockchain applications.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://qualitax.gitbook.io/interop/requirements/application-layer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
