# What is Chain Abstraction

#### To understand what chain abstraction is, let's start with what chain abstraction is <mark style="color:red;background-color:orange;">**not**</mark>:

<figure><img src="/files/thVH0lcSkg6M7S2lXouI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/zqrlhkH1vBGzrdrsY08w" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ohwb6jnXTXEQg6W1vz7T" alt=""><figcaption></figcaption></figure>

### But what is actually chain abstraction?

Chain abstraction refers to the process of creating a unified interface or layer that allows developers to interact with multiple blockchain networks without needing to handle the unique details and complexities of each one. By abstracting the differences between blockchains, developers can write their code once and deploy it across different chains seamlessly. This abstraction layer handles the nuances of each blockchain, such as consensus mechanisms, transaction formats, and communication protocols, providing a consistent experience for developers and users.


---

# 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.escher.finance/fundamental-info/what-is-chain-abstraction.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.
