AltLayer Documentation
  • 👋Welcome
    • Overview
  • Restaked Rollups
    • VITAL for Decentralised Verification
      • Tier-1 Finality
      • Tier-2 Finality
      • Tier-3 Finality
    • MACH for Faster Finality
      • Interoperability via MACH
    • SQUAD for Decentralised Sequencing
    • Staking of dApp Token
  • Wizard
    • Introduction
    • Technical overview
    • Create AVS
    • Manage AVS
    • Operator management
    • Hosted operator API (BLS based)
    • Custom AVS specification
      • Constructor specification requirements
      • Import Externally-Deployed AVS
    • Report bug or submit a feature request
  • Autonome
    • Deploy AI Agent
    • Autonome API guide
    • Uploading your own agent framework
    • Twitter/X login troubleshooting guide
  • ♾️AltLayer-Facilitated Actively Validated Services
    • Overview
    • AltLayer MACH AVS
      • Operator Guide
      • User Delegation Guide
    • Cyber MACH AVS for Cyber L2
      • Operator Guide
      • User Delegation Guide
    • DODOchain MACH AVS for DODO Chain
      • Operator Guide
      • User Delegation Guide
    • Fast Finality Layer for Soneium
      • Operator Guide
      • User Delegation Guide
    • Xterio MACH AVS for Xterio Chain
      • Operator Guide
      • User Delegation Guide
  • Upgrade Guide
  • 🥩ALT Restaking
    • Staking Info & Parameters
    • Restake ALT
    • Delegating reALT
    • Check and Claim Staking Rewards
    • Unstake ALT
    • Migration from Xterio (Legacy) ALT Pool to Xterio Restaked ALT Pool
    • Testnet reALT faucet
  • Rollup-as-a-Service
    • What is Rollup-as-a-Service (RaaS)?
    • AltLayer's RaaS Offering
    • RaaS Onboarding Guide
      • Optimism Rollup FAQ
      • Arbitrum Rollup FAQ
    • AltLayer Ecosystem
    • Clients in the Spotlight
    • Pricing Model
  • External Integrations
    • Account Abstraction using Biconomy
    • Enabling permissionless interoperability on AltLayer Rollup with Hyperlane
      • Deplying Hyperlane Warp Routes for ERC20 Token Bridging
      • Running Off-chain Agents
      • Setting up the bridging UI
    • Cross-chain Interoperability using Celer
      • Fungible Token Bridging
      • Non-fungible Token Bridging
      • Generic Message Passing
      • cBridge SDK
  • AltLayer's In-House Rollup Stack in Depth
    • How does AltLayer's in-house rollup stack work?
    • Decentralized Sequencer Set
    • Security via Fraud Proof
  • Rollup Types
    • Flash Layer Rollups
      • Example Use cases
        • NFT Mint Events
        • Games
        • Event Ticketing
    • Persistent Rollups
  • Core Features of AltLayer's In-House Rollup Stack
    • Modular
    • Elastic
    • Multi-VM Support
    • Fraud Proofs
    • Decentralized Sequencers
    • Tiered-Finality
  • FlashLayer Showcase
    • AltLayer's POAP NFTs Collection Mint
      • Performance Test in the Wild
    • Dark Forest Community Round
    • Oh Ottie! NFT Collection Mint
    • Dark Forest Community Round for Jump Crypto's Pit Event
    • Ottie 2048
    • Other demos
      • Fraud Proof Demo
      • Flash Layer Demo
      • Rollup Launchpad Demo
      • FlashGPT Demo
  • Implementation Status
    • Roadmap
    • Development Status
  • Community & Support
    • Community
    • Support
Powered by GitBook
On this page
  • Introduction
  • Hyperlane - A universal and permissionless interoperability layer
  • AltLayer integrates Hyperlane
  1. External Integrations

Enabling permissionless interoperability on AltLayer Rollup with Hyperlane

PreviousAccount Abstraction using BiconomyNextDeplying Hyperlane Warp Routes for ERC20 Token Bridging

Last updated 1 year ago

Introduction

Today, bridges connect various blockchain networks together and are essential for interoperability. However, having multichain bridge support from day 1 of your new chains is not easy.

Most bridges deployments are permissioned and chain operators need to consider other factors, such as

  • Integration cost

  • Integration timeline

  • The security model of the bridges (often not customizable)

  • Security requirements by bridge operators

  • Other technical/non-technical requirements by the bridge operators

This challenges new rollups to interoperate, as convincing bridge operators to support new rollups is usually non-trivial.

In a rollup-centric world, It is critical that rollup operators can easily deploy bridges on their own without the need to go through lengthy and tedious processing to get bridge operators to support it. They should also have the option to pick the right security model for their own uses.

In addition, token bridging is only one specific use case of cross-rollup communication. To provide better interoperability, one can tap onto generic inter-rollup messaging for their own applications.

Hyperlane - A universal and permissionless interoperability layer

Anyone can to any blockchain environment, whether it is a layer 1, rollup, or app-chain, allowing that chain to communicate seamlessly with any other chain on which Hyperlane has been deployed

Hyperlane is designed with modularity in mind. Notably, its gives developers control over their security model, allowing them to configure, compose, and customize security according to the needs of their application.

Using Hyperlane, developers can build Interchain Applications - dapps that span multiple blockchains.

AltLayer integrates Hyperlane

AltLayer is happy to integrate Hyperlane into our rollup as a service stack. For a start, we have to prepare a technical step-by-step guide on how to set up the Hyperlane bridge on any rollups created by our Rollup launchpad. Our next goal will be supporting automated Hyperlane bridge deployment on any rollup created via our rollup launchpad

Deploy Hyperlane
Interchain security modules