> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/ru-combine-software/moduli/rabota-i-zapusk-modulei/modul-hyperlane.md).

# Модуль Hyperlane

{% embed url="<https://www.youtube.com/watch?v=Xu4etAeNOpw>" %}

[Hyperlane](https://www.hyperlane.xyz/) - это платформа, основанная на механизме работы “permissionless interoperability”. Проще говоря, технология Hyperlane позволяет разработчикам создавать межcетевые приложения, которые могут взаимодействовать между блокчейнами и обслуживать пользователей независимо от того, в каком блокчейне они находятся.

Подробнее о принципе работы протокола можно прочитать в их [документации](https://docs.hyperlane.xyz/).

Hyperlane [привлекли](https://cryptorank.io/ico/hyperlane#funding-rounds) **$18.5 млн** на seed-раунде от таких фондов как: Variant (Lead Investor), Circle, CoinFund, Kraken Ventures и других.

На данном этапе в сети очень низкая конкуренция, и начать проявлять там активность не поздно. Проект не так давно вышел в основную сеть, и до выхода токена им еще нужно построить экосистему и оттестировать весь функционал.

В модуле Hyperlane есть весь необходимый функционал, который позволит вам совершать активности на кошельках в автоматическом режиме в сети Hyperlane.

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

**Детальные гайды по работе с модулем Hyperlane:**

* [*Доступные приложения в рамках модуля Hyperlane*](https://docs.nfd.gg/main/ru-combine-software/moduli/dostupnye-prilozheniya-v-modulyakh/hyperlane);
* [*Менеджер кошельков*](https://docs.nfd.gg/main/ru-combine-software/nastroika-kuplennykh-softov/modul-hyperlane/menedzher-koshelkov);
* [*Настройка и запуск сессий*](https://docs.nfd.gg/main/ru-combine-software/nastroika-kuplennykh-softov/modul-hyperlane/nastroika-i-zapusk);
* [*Отслеживание работы кошельков*](https://docs.nfd.gg/main/ru-combine-software/nastroika-kuplennykh-softov/modul-hyperlane/otslezhivanie-raboty-koshelkov).


---

# 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://nfd-gg.gitbook.io/main/ru-combine-software/moduli/rabota-i-zapusk-modulei/modul-hyperlane.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.
