> For the complete documentation index, see [llms.txt](https://docs.heima.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heima.network/core-concepts/chain-abstraction.md).

# Chain Abstraction

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

Heima enables seamless interaction across multiple blockchains through an intent-centric execution model, removing the need for users to manually manage chain-specific operations or gas payments.

At the heart of this model is the omni-executor, a TEE-secured execution environment that interprets user intents and fulfills them via optimal cross-chain routes.

When a user submits an intent (e.g., “swap token A for token B at the best price”), Heima automatically determines how and where to execute it, abstracting away the underlying blockchain complexities.

#### Key Features:

* Intent-Based Execution

  Users express desired outcomes rather than defining transaction steps. The system determines the optimal routing and execution strategy across chains.
* Gas Abstraction

  Users can pay transaction fees with any supported token across any network. Gas management and token conversions are handled automatically behind the scenes.
* Modular Architecture

  Transaction composition, cross-chain routing, and signature validation are decoupled into independent services.

  This enables flexible implementation strategies, from low-cost off-chain RFQ matching to trust-minimized on-chain DEX fulfillment, depending on user priorities.
* Layer 1 Anchoring

  All execution steps are recorded and validated on Heima Layer 1, ensuring full traceability, verifiability, and auditability.

***

Heima’s chain abstraction infrastructure is designed to be production-ready, supporting complex DeFi workflows while preserving a simple and transparent user experience.

Through this intent-based system, users simply define what they want to achieve, while Heima coordinates execution securely and efficiently across multiple chains.


---

# 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:

```
GET https://docs.heima.network/core-concepts/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.
