# 选择 Hyperlane

Hyperlane是首个为模块化区块链堆栈构建的通用无需许可互操作层。

任何人都可以将 Hyperlane 无需许可地[部署到任意区块链环境](/hyperlane-docs/get-started/deploy-hyperlane.md)中，无论是 layer 1, rollup, or app-chain，都允许该链与部署了 Hyperlane 的任何其他链进行无缝通信。

Hyperlane 在设计之初便考虑到了模块化运行。值得注意的是，它的[链间安全模块](/hyperlane-docs/protocol/ism.md)让开发人员能够自定义他们的安全模型，使他们能够根据应用程序的需要配置、组合和定制安全模块。

使用 Hyperlane，开发人员可以构建跨链应用程序 -- 桥接多个区块链的应用程序。Hyperlane 拥有适用于多种区块链执行环境的部署方案，并与所有领先的 rollup 框架兼容。

一些开箱即可部署的预构建示例包括：

1. Warp Routes：允许原生代币和 `ERC20` 代币跨链无缝转移。
2. Interchain accounts：允许一条链上的账户（如 DAO）在远程链上调用智能合约。
3. Interchain queries：允许一条链上的账户在远程链上进行索引调用。


---

# 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://www.docszh.com/hyperlane-docs/get-started/intro.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.
