From 120fcba405747240cc56d004e269e0b9087bad39 Mon Sep 17 00:00:00 2001 From: Anathan Date: Thu, 25 Dec 2025 08:16:04 +0000 Subject: [PATCH 1/2] doc: add `hyperlane` bridge on `metis` and `lazai` Signed-off-by: Anathan --- website/content/docs/bridge/hyperlane.mdx | 33 +++++++++++++++++++++++ website/content/docs/bridge/metadata.json | 5 ++++ website/content/docs/meta.json | 1 + 3 files changed, 39 insertions(+) create mode 100644 website/content/docs/bridge/hyperlane.mdx create mode 100644 website/content/docs/bridge/metadata.json diff --git a/website/content/docs/bridge/hyperlane.mdx b/website/content/docs/bridge/hyperlane.mdx new file mode 100644 index 00000000..deb8a3ff --- /dev/null +++ b/website/content/docs/bridge/hyperlane.mdx @@ -0,0 +1,33 @@ +--- +title: Hyperlane Bridge +--- + +# Metis ↔ Lazai Hyperlane Bridge + +The **Hyperlane Bridge** enables seamless cross-chain transfers between the **Metis** and **Lazai** blockchains. Leveraging Hyperlane’s interoperability infrastructure, users can move assets quickly and securely across ecosystems while preserving trustlessness and decentralization. + +**Bridge URL:** + +* Metis <-> LazAI: ➡️ https://nexus.hyperlane.xyz/?origin=metis&token=METIS&destination=lazai +* LazAI <-> Metis ➡️ https://nexus.hyperlane.xyz/?origin=lazai&token=METIS&destination=metis + +## How It Works + +The bridge uses Hyperlane's messaging and consensus protocols to transfer assets across chains. When a user initiates a transfer from Metis to Lazai, the Hyperlane network securely relays the transaction data through coordinated validators and Multichain Messaging (MultiISM), ensuring finality and correctness on the destination chain. + +## Technical Components + +### MultiISM + +Hyperlane’s **Multi-Chain Interoperability Standard (MultiISM)** enables validators across multiple chains to agree on message delivery and validation. This system improves security by aggregating consensus from a diverse validator set. +Documentation: https://docs.hyperlane.xyz/docs/reference/addresses/validators/latencies#mainnet + +### Operator Validators + +Bridge operations rely on Hyperlane’s validator set and default ISM (Interchain Security Module) configurations for each chain. For the **Lazai (Chain ID: 52924)** network, the mainnet default validators are specified here: +https://docs.hyperlane.xyz/docs/reference/addresses/validators/mainnet-default-ism-validators#lazai-52924 + +## Notes + +- Supported assets (e.g., **METIS**) can be selected directly in the bridge UI. +- Ensure you have the correct network added in your wallet before bridging. diff --git a/website/content/docs/bridge/metadata.json b/website/content/docs/bridge/metadata.json new file mode 100644 index 00000000..f8bbd847 --- /dev/null +++ b/website/content/docs/bridge/metadata.json @@ -0,0 +1,5 @@ +{ + "title": "Bridge", + "icon": "Network", + "pages": ["hyperlane"] +} diff --git a/website/content/docs/meta.json b/website/content/docs/meta.json index 111843d0..9a66590e 100644 --- a/website/content/docs/meta.json +++ b/website/content/docs/meta.json @@ -4,6 +4,7 @@ "index", "start", "architecture", + "bridge", "faq" ] } From 7d88fe5e5a7300322f84ffba1fa63e0c8413ac68 Mon Sep 17 00:00:00 2001 From: Anathan Date: Thu, 25 Dec 2025 08:24:03 +0000 Subject: [PATCH 2/2] doc: add `hyperlane` bridge screenshot on `metis` -> `lazai` Signed-off-by: Anathan --- website/content/docs/bridge/hyperlane.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/content/docs/bridge/hyperlane.mdx b/website/content/docs/bridge/hyperlane.mdx index deb8a3ff..be5f5c8e 100644 --- a/website/content/docs/bridge/hyperlane.mdx +++ b/website/content/docs/bridge/hyperlane.mdx @@ -11,6 +11,13 @@ The **Hyperlane Bridge** enables seamless cross-chain transfers between the **Me * Metis <-> LazAI: ➡️ https://nexus.hyperlane.xyz/?origin=metis&token=METIS&destination=lazai * LazAI <-> Metis ➡️ https://nexus.hyperlane.xyz/?origin=lazai&token=METIS&destination=metis +![metis -> LazAI bridge](https://github.com/user-attachments/assets/528c509b-a1df-4123-a4ee-5239a4320be5) + +connect wallet +select Token (e.g `METIS`) +enter amount +enter receipts address + ## How It Works The bridge uses Hyperlane's messaging and consensus protocols to transfer assets across chains. When a user initiates a transfer from Metis to Lazai, the Hyperlane network securely relays the transaction data through coordinated validators and Multichain Messaging (MultiISM), ensuring finality and correctness on the destination chain.