> 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/heima-layer-1-network.md).

# Heima Layer 1 Network

### Heima Layer 1 Network

Heima Layer 1 is a Substrate-based blockchain that serves as the coordination layer for intents, agents, and cross-chain execution.

It goes beyond settlement, offering a programmable environment purpose-built for:

* High-throughput, low-latency execution (targeting 500ms block time)
* A transparent registry of agents and intent fillers
* Native cross-chain communication via proxy handlers and prebuilt modules

By anchoring every action on-chain, Heima ensures intent execution is fully traceable and verifiable.

#### Substrate-Based Flexibility

Heima leverages Substrate to provide:

* **WASM + EVM compatibility** for flexible execution environments
* **Native governance modules** for treasury, staking, Bounty and agent certification
* **Runtime upgradeability** without hard forks
* **Decentralized schedulers** for intent queueing, retries, and timed execution

#### Built for Auditable Automation

Transparency and verifiability are core to Heima’s design:

* **Unified actor registry** for all agents, fillers, and relayers
* **Omni-account anchoring** links executions to cryptographic identities across chains and off-chain environments
* **Cross-domain traceability** via attestations and signed logs
* **TEE-secured proofs** for off-chain actions involving sensitive data
* **Full intent lifecycle visibility** from submission to final state change

Heima Layer 1 forms a trust-minimized coordination fabric where all executions are verifiable, composable, and interoperable—supporting secure automation across heterogeneous systems.


---

# 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/heima-layer-1-network.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.
